Color Hex Logo

#420520 Color Hex

#420520
(66,5,32)
0 Favorites   0 Comments

Color spaces of #420520

RGB 66532
HSL0.930.860.14
HSV333°92°26°
CMYK 0.000.920.52   0.74
XYZ2.56171.37111.4961
Yxy1.37110.47190.2526
Hunter Lab11.709418.55950.6211
CIE-Lab11.763930.2388-0.0342

#420520 color RGB value is (66,5,32).

#420520 hex color red value is 66, green value is 5 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #420520 hue: 0.93 , saturation: 0.86 and the lightness value of 420520 is 0.14.

The process color (four color CMYK) of #420520 color hex is 0.00, 0.92, 0.52, 0.74. Web safe color of #420520 is #330033. Color #420520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000101 00100000
Octal 102 5 40
Decimal 66 5 32
Hex 42 5 20

RGB Percentages of Color #420520

%64.08
%4.85
%31.07

CMYK Percentages of Color #420520

%0
%92
%52
%74

Triadic Colors of #420520

#420520 #204205 #052042

Analogous Colors of #420520

#420520 #420805 #42053f

Monochromatic Colors of #420520

#420520

Complementary Color

#420520 #054227

#420520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420520 Color CSS Codes

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

#420520 Text Font Color

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

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


#420520 Background Color

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

This div background color is #420520


#420520 Border Color

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

This div border color is #420520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420520


Comments

No comments written yet.

Please login to write comment.