Color Hex Logo

#604313 Color Hex

#604313
(96,67,19)
0 Favorites   0 Comments

Color spaces of #604313

RGB 966719
HSL0.100.670.23
HSV37°80°38°
CMYK 0.000.300.80   0.62
XYZ6.94866.54811.5138
Yxy6.54810.46290.4362
Hunter Lab25.58933.689314.4050
CIE-Lab30.75527.538032.5211

#604313 color RGB value is (96,67,19).

#604313 hex color red value is 96, green value is 67 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #604313 hue: 0.10 , saturation: 0.67 and the lightness value of 604313 is 0.23.

The process color (four color CMYK) of #604313 color hex is 0.00, 0.30, 0.80, 0.62. Web safe color of #604313 is #663300. Color #604313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000011 00010011
Octal 140 103 23
Decimal 96 67 19
Hex 60 43 13

RGB Percentages of Color #604313

%52.75
%36.81
%10.44

CMYK Percentages of Color #604313

%0
%30
%80
%62

Triadic Colors of #604313

#604313 #136043 #431360

Analogous Colors of #604313

#604313 #576013 #601d13

Monochromatic Colors of #604313

#604313

Complementary Color

#604313 #133060

#604313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604313 Color CSS Codes

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

#604313 Text Font Color

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

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


#604313 Background Color

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

This div background color is #604313


#604313 Border Color

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

This div border color is #604313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604313


Comments

No comments written yet.

Please login to write comment.