Color Hex Logo

#096047 Color Hex

#096047
(9,96,71)
0 Favorites   0 Comments

Color spaces of #096047

RGB 99671
HSL0.450.830.21
HSV163°91°38°
CMYK 0.910.000.26   0.62
XYZ5.43298.87887.3887
Yxy8.87880.25040.4092
Hunter Lab29.7973-19.59976.1563
CIE-Lab35.7499-30.45487.6473

#096047 color RGB value is (9,96,71).

#096047 hex color red value is 9, green value is 96 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #096047 hue: 0.45 , saturation: 0.83 and the lightness value of 096047 is 0.21.

The process color (four color CMYK) of #096047 color hex is 0.91, 0.00, 0.26, 0.62. Web safe color of #096047 is #006633. Color #096047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100000 01000111
Octal 11 140 107
Decimal 9 96 71
Hex 9 60 47

RGB Percentages of Color #096047

%5.11
%54.55
%40.34

CMYK Percentages of Color #096047

%91
%0
%26
%62

Triadic Colors of #096047

#096047 #470960 #604709

Analogous Colors of #096047

#096047 #094e60 #09601c

Monochromatic Colors of #096047

#096047

Complementary Color

#096047 #600922

#096047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096047 Color CSS Codes

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

#096047 Text Font Color

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

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


#096047 Background Color

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

This div background color is #096047


#096047 Border Color

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

This div border color is #096047


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,96,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 #096047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096047


Comments

No comments written yet.

Please login to write comment.