Color Hex Logo

#60421f Color Hex

#60421F
(96,66,31)
0 Favorites   0 Comments

Color spaces of #60421f

RGB 966631
HSL0.090.510.25
HSV32°68°38°
CMYK 0.000.310.68   0.62
XYZ7.01946.48222.1775
Yxy6.48220.44770.4134
Hunter Lab25.46024.657412.7513
CIE-Lab30.59788.924126.0540

#60421f color RGB value is (96,66,31).

#60421f hex color red value is 96, green value is 66 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #60421f hue: 0.09 , saturation: 0.51 and the lightness value of 60421f is 0.25.

The process color (four color CMYK) of #60421f color hex is 0.00, 0.31, 0.68, 0.62. Web safe color of #60421f is #663333. Color #60421f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000010 00011111
Octal 140 102 37
Decimal 96 66 31
Hex 60 42 1F

RGB Percentages of Color #60421f

%49.74
%34.20
%16.06

CMYK Percentages of Color #60421f

%0
%31
%68
%62

Triadic Colors of #60421f

#60421f #1f6042 #421f60

Analogous Colors of #60421f

#60421f #5e601f #60221f

Monochromatic Colors of #60421f

#60421f

Complementary Color

#60421f #1f3d60

#60421f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60421f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60421f Color CSS Codes

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

#60421f Text Font Color

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

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


#60421f Background Color

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

This div background color is #60421f


#60421f Border Color

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

This div border color is #60421f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,66,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60421f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60421f;
  -webkit-box-shadow: 1px 1px 3px 2px #60421f;
  box-shadow:         1px 1px 3px 2px #60421f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60421f


Comments

No comments written yet.

Please login to write comment.