Color Hex Logo

#421c1f Color Hex

#421C1F
(66,28,31)
0 Favorites   0 Comments

Color spaces of #421c1f

RGB 662831
HSL0.990.400.18
HSV355°58°26°
CMYK 0.000.580.53   0.74
XYZ2.90932.08771.5459
Yxy2.08770.44460.3191
Hunter Lab14.448910.65573.7707
CIE-Lab15.940918.72966.6417

#421c1f color RGB value is (66,28,31).

#421c1f hex color red value is 66, green value is 28 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #421c1f hue: 0.99 , saturation: 0.40 and the lightness value of 421c1f is 0.18.

The process color (four color CMYK) of #421c1f color hex is 0.00, 0.58, 0.53, 0.74. Web safe color of #421c1f is #333333. Color #421c1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011100 00011111
Octal 102 34 37
Decimal 66 28 31
Hex 42 1C 1F

RGB Percentages of Color #421c1f

%52.80
%22.40
%24.80

CMYK Percentages of Color #421c1f

%0
%58
%53
%74

Triadic Colors of #421c1f

#421c1f #1f421c #1c1f42

Analogous Colors of #421c1f

#421c1f #422c1c #421c32

Monochromatic Colors of #421c1f

#421c1f

Complementary Color

#421c1f #1c423f

#421c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#421c1f Color CSS Codes

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

#421c1f Text Font Color

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

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


#421c1f Background Color

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

This div background color is #421c1f


#421c1f Border Color

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

This div border color is #421c1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,28,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 #421c1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421c1f


Comments

No comments written yet.

Please login to write comment.