Color Hex Logo

#09522e Color Hex

#09522E
(9,82,46)
0 Favorites   0 Comments

Color spaces of #09522e

RGB 98246
HSL0.420.800.18
HSV150°89°32°
CMYK 0.890.000.44   0.68
XYZ3.62316.28993.6079
Yxy6.28990.26800.4652
Hunter Lab25.0797-18.10279.0265
CIE-Lab30.1324-30.572415.3002

#09522e color RGB value is (9,82,46).

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

The process color (four color CMYK) of #09522e color hex is 0.89, 0.00, 0.44, 0.68. Web safe color of #09522e is #006633. Color #09522e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 00101110
Octal 11 122 56
Decimal 9 82 46
Hex 9 52 2E

RGB Percentages of Color #09522e

%6.57
%59.85
%33.58

CMYK Percentages of Color #09522e

%89
%0
%44
%68

Triadic Colors of #09522e

#09522e #2e0952 #522e09

Analogous Colors of #09522e

#09522e #095252 #095209

Monochromatic Colors of #09522e

#09522e

Complementary Color

#09522e #52092d

#09522e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09522e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09522e Color CSS Codes

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

#09522e Text Font Color

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

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


#09522e Background Color

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

This div background color is #09522e


#09522e Border Color

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

This div border color is #09522e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09522e


Comments

No comments written yet.

Please login to write comment.