Color Hex Logo

#421d03 Color Hex

#421D03
(66,29,3)
0 Favorites   0 Comments

Color spaces of #421d03

RGB 66293
HSL0.070.910.14
HSV25°95°26°
CMYK 0.000.560.95   0.74
XYZ2.70262.04360.3382
Yxy2.04360.53150.4019
Hunter Lab14.29558.72898.6041
CIE-Lab15.714415.910522.2564

#421d03 color RGB value is (66,29,3).

#421d03 hex color red value is 66, green value is 29 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #421d03 hue: 0.07 , saturation: 0.91 and the lightness value of 421d03 is 0.14.

The process color (four color CMYK) of #421d03 color hex is 0.00, 0.56, 0.95, 0.74. Web safe color of #421d03 is #333300. Color #421d03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011101 00000011
Octal 102 35 3
Decimal 66 29 3
Hex 42 1D 3

RGB Percentages of Color #421d03

%67.35
%29.59
%3.06

CMYK Percentages of Color #421d03

%0
%56
%95
%74

Triadic Colors of #421d03

#421d03 #03421d #1d0342

Analogous Colors of #421d03

#421d03 #423d03 #420309

Monochromatic Colors of #421d03

#421d03

Complementary Color

#421d03 #032842

#421d03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421d03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421d03 Color CSS Codes

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

#421d03 Text Font Color

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

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


#421d03 Background Color

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

This div background color is #421d03


#421d03 Border Color

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

This div border color is #421d03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421d03


Comments

No comments written yet.

Please login to write comment.