Color Hex Logo

#09862c Color Hex

#09862C
(9,134,44)
0 Favorites   0 Comments

Color spaces of #09862c

RGB 913444
HSL0.380.870.28
HSV137°93°53°
CMYK 0.930.000.67   0.47
XYZ9.092417.29015.2410
Yxy17.29010.28750.5467
Hunter Lab41.5814-33.735621.6339
CIE-Lab48.6235-49.875638.6673

#09862c color RGB value is (9,134,44).

#09862c hex color red value is 9, green value is 134 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #09862c hue: 0.38 , saturation: 0.87 and the lightness value of 09862c is 0.28.

The process color (four color CMYK) of #09862c color hex is 0.93, 0.00, 0.67, 0.47. Web safe color of #09862c is #009933. Color #09862c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000110 00101100
Octal 11 206 54
Decimal 9 134 44
Hex 9 86 2C

RGB Percentages of Color #09862c

%4.81
%71.66
%23.53

CMYK Percentages of Color #09862c

%93
%0
%67
%47

Triadic Colors of #09862c

#09862c #2c0986 #862c09

Analogous Colors of #09862c

#09862c #09866b #258609

Monochromatic Colors of #09862c

#09862c

Complementary Color

#09862c #860963

#09862c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09862c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09862c Color CSS Codes

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

#09862c Text Font Color

<p style="color:#09862c">Text here</p>

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


#09862c Background Color

<div style="background-color:#09862c">
Div content here</div>

This div background color is #09862c


#09862c Border Color

<div style="border:3px solid #09862c">
Div here</div>

This div border color is #09862c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,134,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09862c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09862c;
  -webkit-box-shadow: 1px 1px 3px 2px #09862c;
  box-shadow:         1px 1px 3px 2px #09862c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09862c


Comments

No comments written yet.

Please login to write comment.