Color Hex Logo

#09520e Color Hex

#09520E
(9,82,14)
0 Favorites   0 Comments

Color spaces of #09520e

RGB 98214
HSL0.340.800.18
HSV124°89°32°
CMYK 0.890.000.83   0.68
XYZ3.20926.12441.4284
Yxy6.12440.29820.5691
Hunter Lab24.7475-20.160713.9011
CIE-Lab29.7242-35.481431.6654

#09520e color RGB value is (9,82,14).

#09520e hex color red value is 9, green value is 82 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #09520e hue: 0.34 , saturation: 0.80 and the lightness value of 09520e is 0.18.

The process color (four color CMYK) of #09520e color hex is 0.89, 0.00, 0.83, 0.68. Web safe color of #09520e is #006600. Color #09520e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 00001110
Octal 11 122 16
Decimal 9 82 14
Hex 9 52 E

RGB Percentages of Color #09520e

%8.57
%78.10
%13.33

CMYK Percentages of Color #09520e

%89
%0
%83
%68

Triadic Colors of #09520e

#09520e #0e0952 #520e09

Analogous Colors of #09520e

#09520e #095233 #295209

Monochromatic Colors of #09520e

#09520e

Complementary Color

#09520e #52094d

#09520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09520e Color CSS Codes

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

#09520e Text Font Color

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

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


#09520e Background Color

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

This div background color is #09520e


#09520e Border Color

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

This div border color is #09520e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,82,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09520e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09520e;
  -webkit-box-shadow: 1px 1px 3px 2px #09520e;
  box-shadow:         1px 1px 3px 2px #09520e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09520e


Comments

No comments written yet.

Please login to write comment.