Color Hex Logo

#09714b Color Hex

#09714B
(9,113,75)
0 Favorites   0 Comments

Color spaces of #09714b

RGB 911375
HSL0.440.850.24
HSV158°92°44°
CMYK 0.920.000.34   0.56
XYZ7.287812.37638.6614
Yxy12.37630.25730.4369
Hunter Lab35.1800-24.587310.0286
CIE-Lab41.8080-36.755613.6543

#09714b color RGB value is (9,113,75).

#09714b hex color red value is 9, green value is 113 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #09714b hue: 0.44 , saturation: 0.85 and the lightness value of 09714b is 0.24.

The process color (four color CMYK) of #09714b color hex is 0.92, 0.00, 0.34, 0.56. Web safe color of #09714b is #006633. Color #09714b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110001 01001011
Octal 11 161 113
Decimal 9 113 75
Hex 9 71 4B

RGB Percentages of Color #09714b

%4.57
%57.36
%38.07

CMYK Percentages of Color #09714b

%92
%0
%34
%56

Triadic Colors of #09714b

#09714b #4b0971 #714b09

Analogous Colors of #09714b

#09714b #096371 #097117

Monochromatic Colors of #09714b

#09714b

Complementary Color

#09714b #71092f

#09714b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09714b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09714b Color CSS Codes

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

#09714b Text Font Color

<p style="color:#09714b">Text here</p>

This sample text font color is #09714b
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.


#09714b Background Color

<div style="background-color:#09714b">
Div content here</div>

This div background color is #09714b


#09714b Border Color

<div style="border:3px solid #09714b">
Div here</div>

This div border color is #09714b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,113,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09714b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09714b;
  -webkit-box-shadow: 1px 1px 3px 2px #09714b;
  box-shadow:         1px 1px 3px 2px #09714b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09714b


Comments

No comments written yet.

Please login to write comment.