Color Hex Logo

#602837 Color Hex

#602837
(96,40,55)
0 Favorites   0 Comments

Color spaces of #602837

RGB 964055
HSL0.960.410.27
HSV344°58°38°
CMYK 0.000.580.43   0.62
XYZ6.27234.28024.1100
Yxy4.28020.42780.2919
Hunter Lab20.688617.91182.7035
CIE-Lab24.576927.15282.8703

#602837 color RGB value is (96,40,55).

#602837 hex color red value is 96, green value is 40 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #602837 hue: 0.96 , saturation: 0.41 and the lightness value of 602837 is 0.27.

The process color (four color CMYK) of #602837 color hex is 0.00, 0.58, 0.43, 0.62. Web safe color of #602837 is #663333. Color #602837 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101000 00110111
Octal 140 50 67
Decimal 96 40 55
Hex 60 28 37

RGB Percentages of Color #602837

%50.26
%20.94
%28.80

CMYK Percentages of Color #602837

%0
%58
%43
%62

Triadic Colors of #602837

#602837 #376028 #283760

Analogous Colors of #602837

#602837 #603528 #602853

Monochromatic Colors of #602837

#602837

Complementary Color

#602837 #286051

#602837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602837 Color CSS Codes

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

#602837 Text Font Color

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

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


#602837 Background Color

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

This div background color is #602837


#602837 Border Color

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

This div border color is #602837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602837


Comments

No comments written yet.

Please login to write comment.