Color Hex Logo

#09523f Color Hex

#09523F
(9,82,63)
0 Favorites   0 Comments

Color spaces of #09523f

RGB 98263
HSL0.460.800.18
HSV164°89°32°
CMYK 0.890.000.23   0.68
XYZ4.02726.45155.7356
Yxy6.45150.24840.3979
Hunter Lab25.3998-16.14814.3914
CIE-Lab30.5241-26.22405.2413

#09523f color RGB value is (9,82,63).

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

The process color (four color CMYK) of #09523f color hex is 0.89, 0.00, 0.23, 0.68. Web safe color of #09523f is #006633. Color #09523f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 00111111
Octal 11 122 77
Decimal 9 82 63
Hex 9 52 3F

RGB Percentages of Color #09523f

%5.84
%53.25
%40.91

CMYK Percentages of Color #09523f

%89
%0
%23
%68

Triadic Colors of #09523f

#09523f #3f0952 #523f09

Analogous Colors of #09523f

#09523f #094152 #09521b

Monochromatic Colors of #09523f

#09523f

Complementary Color

#09523f #52091c

#09523f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09523f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09523f Color CSS Codes

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

#09523f Text Font Color

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

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


#09523f Background Color

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

This div background color is #09523f


#09523f Border Color

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

This div border color is #09523f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09523f


Comments

No comments written yet.

Please login to write comment.