Color Hex Logo

#09701d Color Hex

#09701D
(9,112,29)
0 Favorites   0 Comments

Color spaces of #09701d

RGB 911229
HSL0.370.850.24
HSV132°92°44°
CMYK 0.920.000.74   0.56
XYZ6.128611.73513.1045
Yxy11.73510.29230.5597
Hunter Lab34.2565-28.014718.6064
CIE-Lab40.7920-44.294536.8173

#09701d color RGB value is (9,112,29).

#09701d hex color red value is 9, green value is 112 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #09701d hue: 0.37 , saturation: 0.85 and the lightness value of 09701d is 0.24.

The process color (four color CMYK) of #09701d color hex is 0.92, 0.00, 0.74, 0.56. Web safe color of #09701d is #006633. Color #09701d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110000 00011101
Octal 11 160 35
Decimal 9 112 29
Hex 9 70 1D

RGB Percentages of Color #09701d

%6.00
%74.67
%19.33

CMYK Percentages of Color #09701d

%92
%0
%74
%56

Triadic Colors of #09701d

#09701d #1d0970 #701d09

Analogous Colors of #09701d

#09701d #097051 #297009

Monochromatic Colors of #09701d

#09701d

Complementary Color

#09701d #70095c

#09701d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09701d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09701d Color CSS Codes

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

#09701d Text Font Color

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

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


#09701d Background Color

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

This div background color is #09701d


#09701d Border Color

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

This div border color is #09701d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,112,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09701d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09701d;
  -webkit-box-shadow: 1px 1px 3px 2px #09701d;
  box-shadow:         1px 1px 3px 2px #09701d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09701d


Comments

No comments written yet.

Please login to write comment.