Color Hex Logo

#09604a Color Hex

#09604A
(9,96,74)
0 Favorites   0 Comments

Color spaces of #09604a

RGB 99674
HSL0.460.830.21
HSV165°91°38°
CMYK 0.910.000.23   0.62
XYZ5.53168.91827.9084
Yxy8.91820.24740.3989
Hunter Lab29.8634-19.19735.2032
CIE-Lab35.8263-29.62495.9096

#09604a color RGB value is (9,96,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100000 01001010
Octal 11 140 112
Decimal 9 96 74
Hex 9 60 4A

RGB Percentages of Color #09604a

%5.03
%53.63
%41.34

CMYK Percentages of Color #09604a

%91
%0
%23
%62

Triadic Colors of #09604a

#09604a #4a0960 #604a09

Analogous Colors of #09604a

#09604a #094b60 #09601f

Monochromatic Colors of #09604a

#09604a

Complementary Color

#09604a #60091f

#09604a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09604a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09604a Color CSS Codes

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

#09604a Text Font Color

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

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


#09604a Background Color

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

This div background color is #09604a


#09604a Border Color

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

This div border color is #09604a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09604a


Comments

No comments written yet.

Please login to write comment.