Color Hex Logo

#421303 Color Hex

#421303
(66,19,3)
0 Favorites   0 Comments

Color spaces of #421303

RGB 66193
HSL0.040.910.14
HSV15°95°26°
CMYK 0.000.710.95   0.74
XYZ2.49611.63060.2693
Yxy1.63060.56780.3709
Hunter Lab12.769512.54547.6883
CIE-Lab13.415321.830019.2780

#421303 color RGB value is (66,19,3).

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

The process color (four color CMYK) of #421303 color hex is 0.00, 0.71, 0.95, 0.74. Web safe color of #421303 is #330000. Color #421303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 00000011
Octal 102 23 3
Decimal 66 19 3
Hex 42 13 3

RGB Percentages of Color #421303

%75.00
%21.59
%3.41

CMYK Percentages of Color #421303

%0
%71
%95
%74

Triadic Colors of #421303

#421303 #034213 #130342

Analogous Colors of #421303

#421303 #423303 #420313

Monochromatic Colors of #421303

#421303

Complementary Color

#421303 #033242

#421303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421303 Color CSS Codes

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

#421303 Text Font Color

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

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


#421303 Background Color

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

This div background color is #421303


#421303 Border Color

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

This div border color is #421303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421303

#421303 Color Palettes


Comments

No comments written yet.

Please login to write comment.