Color Hex Logo

#09472f Color Hex

#09472F
(9,71,47)
0 Favorites   0 Comments

Color spaces of #09472f

RGB 97147
HSL0.440.780.16
HSV157°87°28°
CMYK 0.870.000.34   0.72
XYZ2.87904.76983.4582
Yxy4.76980.25920.4294
Hunter Lab21.8399-14.68935.8997
CIE-Lab26.0686-25.46919.1947

#09472f color RGB value is (9,71,47).

#09472f hex color red value is 9, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #09472f hue: 0.44 , saturation: 0.78 and the lightness value of 09472f is 0.16.

The process color (four color CMYK) of #09472f color hex is 0.87, 0.00, 0.34, 0.72. Web safe color of #09472f is #003333. Color #09472f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000111 00101111
Octal 11 107 57
Decimal 9 71 47
Hex 9 47 2F

RGB Percentages of Color #09472f

%7.09
%55.91
%37.01

CMYK Percentages of Color #09472f

%87
%0
%34
%72

Triadic Colors of #09472f

#09472f #2f0947 #472f09

Analogous Colors of #09472f

#09472f #094047 #094710

Monochromatic Colors of #09472f

#09472f

Complementary Color

#09472f #470921

#09472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09472f Color CSS Codes

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

#09472f Text Font Color

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

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


#09472f Background Color

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

This div background color is #09472f


#09472f Border Color

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

This div border color is #09472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09472f


Comments

No comments written yet.

Please login to write comment.