Color Hex Logo

#604809 Color Hex

#604809
(96,72,9)
0 Favorites   0 Comments

Color spaces of #604809

RGB 96729
HSL0.120.830.21
HSV43°91°38°
CMYK 0.000.250.91   0.62
XYZ7.19057.14121.2579
Yxy7.14120.46120.4581
Hunter Lab26.72301.264615.9152
CIE-Lab32.12624.026937.7637

#604809 color RGB value is (96,72,9).

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

The process color (four color CMYK) of #604809 color hex is 0.00, 0.25, 0.91, 0.62. Web safe color of #604809 is #663300. Color #604809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001000 00001001
Octal 140 110 11
Decimal 96 72 9
Hex 60 48 9

RGB Percentages of Color #604809

%54.24
%40.68
%5.08

CMYK Percentages of Color #604809

%0
%25
%91
%62

Triadic Colors of #604809

#604809 #096048 #480960

Analogous Colors of #604809

#604809 #4d6009 #601d09

Monochromatic Colors of #604809

#604809

Complementary Color

#604809 #092160

#604809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604809 Color CSS Codes

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

#604809 Text Font Color

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

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


#604809 Background Color

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

This div background color is #604809


#604809 Border Color

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

This div border color is #604809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604809


Comments

No comments written yet.

Please login to write comment.