Color Hex Logo

#421b1e Color Hex

#421B1E
(66,27,30)
0 Favorites   0 Comments

Color spaces of #421b1e

RGB 662730
HSL0.990.420.18
HSV355°59°26°
CMYK 0.000.590.55   0.74
XYZ2.87302.03591.4698
Yxy2.03590.45040.3192
Hunter Lab14.268510.97163.8805
CIE-Lab15.674519.22466.9905

#421b1e color RGB value is (66,27,30).

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

The process color (four color CMYK) of #421b1e color hex is 0.00, 0.59, 0.55, 0.74. Web safe color of #421b1e is #333333. Color #421b1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011011 00011110
Octal 102 33 36
Decimal 66 27 30
Hex 42 1B 1E

RGB Percentages of Color #421b1e

%53.66
%21.95
%24.39

CMYK Percentages of Color #421b1e

%0
%59
%55
%74

Triadic Colors of #421b1e

#421b1e #1e421b #1b1e42

Analogous Colors of #421b1e

#421b1e #422c1b #421b32

Monochromatic Colors of #421b1e

#421b1e

Complementary Color

#421b1e #1b423f

#421b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#421b1e Color CSS Codes

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

#421b1e Text Font Color

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

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


#421b1e Background Color

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

This div background color is #421b1e


#421b1e Border Color

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

This div border color is #421b1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421b1e


Comments

No comments written yet.

Please login to write comment.