color codes Logo

#07715d color codes

#07715D
(7,113,93)
0 Favorites   0 Comments

Color spaces of #07715d

RGB 711393
HSL0.470.880.24
HSV169°94°44°
CMYK 0.940.000.18   0.56
XYZ7.968512.645712.3768
Yxy12.64570.24150.3833
Hunter Lab35.5608-22.23294.2569
CIE-Lab42.2245-32.13293.5044

#07715d color RGB value is (7,113,93).

#07715d hex color red value is 7, green value is 113 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #07715d hue: 0.47 , saturation: 0.88 and the lightness value of 07715d is 0.24.

The process color (four color CMYK) of #07715d color code is 0.94, 0.00, 0.18, 0.56. Web safe color of #07715d is #006666. Color #07715d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110001 01011101
Octal 7 161 135
Decimal 7 113 93
Hex 7 71 5D

RGB Percentages of Color #07715d

%3.29
%53.05
%43.66

CMYK Percentages of Color #07715d

%94
%0
%18
%56

Triadic Colors of #07715d

#07715d #5d0771 #715d07

Analogous Colors of #07715d

#07715d #075071 #077128

Monochromatic Colors of #07715d

#07715d

Complementary Color

#07715d #71071b

#07715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07715d Color CSS Codes

.mybgcolor {background-color:#07715d; } 
.myforecolor {color:#07715d; }
.mybordercolor {border:3px solid #07715d; }

#07715d Text Font Color

<p style="color:#07715d">Text here</p>

This sample text font color is #07715d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#07715d Background Color

<div style="background-color:#07715d">
Div content here</div>

This div background color is #07715d


#07715d Border Color

<div style="border:3px solid #07715d">
Div here</div>

This div border color is #07715d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,113,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07715d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07715d;
  -webkit-box-shadow: 1px 1px 3px 2px #07715d;
  box-shadow:         1px 1px 3px 2px #07715d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,113,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #07715d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #07715d;
  -webkit-box-shadow: 1px 1px 3px 2px #07715d;
  box-shadow:         1px 1px 3px 2px #07715d;">
Div content here</div>

This div box has shadow with color #07715d


Comments

No comments written yet.

Please login to write comment.