Color Hex Logo

#421712 Color Hex

#421712
(66,23,18)
0 Favorites   0 Comments

Color spaces of #421712

RGB 662318
HSL0.020.570.16
HSV73°26°
CMYK 0.000.650.73   0.74
XYZ2.66231.81470.7822
Yxy1.81470.50620.3451
Hunter Lab13.471111.70275.9871
CIE-Lab14.483120.455313.7828

#421712 color RGB value is (66,23,18).

#421712 hex color red value is 66, green value is 23 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #421712 hue: 0.02 , saturation: 0.57 and the lightness value of 421712 is 0.16.

The process color (four color CMYK) of #421712 color hex is 0.00, 0.65, 0.73, 0.74. Web safe color of #421712 is #330000. Color #421712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010111 00010010
Octal 102 27 22
Decimal 66 23 18
Hex 42 17 12

RGB Percentages of Color #421712

%61.68
%21.50
%16.82

CMYK Percentages of Color #421712

%0
%65
%73
%74

Triadic Colors of #421712

#421712 #124217 #171242

Analogous Colors of #421712

#421712 #422f12 #421225

Monochromatic Colors of #421712

#421712

Complementary Color

#421712 #123d42

#421712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421712 Color CSS Codes

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

#421712 Text Font Color

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

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


#421712 Background Color

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

This div background color is #421712


#421712 Border Color

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

This div border color is #421712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421712


Comments

No comments written yet.

Please login to write comment.