Color Hex Logo

#096c47 Color Hex

#096C47
(9,108,71)
0 Favorites   0 Comments

Color spaces of #096c47

RGB 910871
HSL0.440.850.23
HSV158°92°42°
CMYK 0.920.000.34   0.58
XYZ6.612511.23817.7819
Yxy11.23810.25800.4384
Hunter Lab33.5233-23.45649.7031
CIE-Lab39.9786-35.644913.5161

#096c47 color RGB value is (9,108,71).

#096c47 hex color red value is 9, green value is 108 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #096c47 hue: 0.44 , saturation: 0.85 and the lightness value of 096c47 is 0.23.

The process color (four color CMYK) of #096c47 color hex is 0.92, 0.00, 0.34, 0.58. Web safe color of #096c47 is #006633. Color #096c47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101100 01000111
Octal 11 154 107
Decimal 9 108 71
Hex 9 6C 47

RGB Percentages of Color #096c47

%4.79
%57.45
%37.77

CMYK Percentages of Color #096c47

%92
%0
%34
%58

Triadic Colors of #096c47

#096c47 #47096c #6c4709

Analogous Colors of #096c47

#096c47 #09606c #096c16

Monochromatic Colors of #096c47

#096c47

Complementary Color

#096c47 #6c092e

#096c47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096c47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096c47 Color CSS Codes

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

#096c47 Text Font Color

<p style="color:#096c47">Text here</p>

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


#096c47 Background Color

<div style="background-color:#096c47">
Div content here</div>

This div background color is #096c47


#096c47 Border Color

<div style="border:3px solid #096c47">
Div here</div>

This div border color is #096c47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,108,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096c47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096c47;
  -webkit-box-shadow: 1px 1px 3px 2px #096c47;
  box-shadow:         1px 1px 3px 2px #096c47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096c47


Comments

No comments written yet.

Please login to write comment.