Color Hex Logo

#602721 Color Hex

#602721
(96,39,33)
0 Favorites   0 Comments

Color spaces of #602721

RGB 963933
HSL0.020.490.25
HSV66°38°
CMYK 0.000.590.66   0.62
XYZ5.82394.04761.9132
Yxy4.04760.49420.3435
Hunter Lab20.118616.46418.4448
CIE-Lab23.828225.445816.6741

#602721 color RGB value is (96,39,33).

#602721 hex color red value is 96, green value is 39 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #602721 hue: 0.02 , saturation: 0.49 and the lightness value of 602721 is 0.25.

The process color (four color CMYK) of #602721 color hex is 0.00, 0.59, 0.66, 0.62. Web safe color of #602721 is #663333. Color #602721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100111 00100001
Octal 140 47 41
Decimal 96 39 33
Hex 60 27 21

RGB Percentages of Color #602721

%57.14
%23.21
%19.64

CMYK Percentages of Color #602721

%0
%59
%66
%62

Triadic Colors of #602721

#602721 #216027 #272160

Analogous Colors of #602721

#602721 #604721 #60213b

Monochromatic Colors of #602721

#602721

Complementary Color

#602721 #215a60

#602721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602721 Color CSS Codes

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

#602721 Text Font Color

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

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


#602721 Background Color

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

This div background color is #602721


#602721 Border Color

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

This div border color is #602721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602721


Comments

No comments written yet.

Please login to write comment.