Color Hex Logo

#602713 Color Hex

#602713
(96,39,19)
0 Favorites   0 Comments

Color spaces of #602713

RGB 963919
HSL0.040.670.23
HSV16°80°38°
CMYK 0.000.590.80   0.62
XYZ5.66693.98491.0866
Yxy3.98490.52770.3711
Hunter Lab19.962215.738910.7462
CIE-Lab23.621524.549425.2536

#602713 color RGB value is (96,39,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100111 00010011
Octal 140 47 23
Decimal 96 39 19
Hex 60 27 13

RGB Percentages of Color #602713

%62.34
%25.32
%12.34

CMYK Percentages of Color #602713

%0
%59
%80
%62

Triadic Colors of #602713

#602713 #136027 #271360

Analogous Colors of #602713

#602713 #604e13 #601326

Monochromatic Colors of #602713

#602713

Complementary Color

#602713 #134c60

#602713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602713 Color CSS Codes

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

#602713 Text Font Color

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

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


#602713 Background Color

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

This div background color is #602713


#602713 Border Color

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

This div border color is #602713


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,39,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 #602713">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602713


Comments

No comments written yet.

Please login to write comment.