Color Hex Logo

#424220 Color Hex

#424220
(66,66,32)
0 Favorites   0 Comments

Color spaces of #424220

RGB 666632
HSL0.170.350.19
HSV60°52°26°
CMYK 0.000.000.52   0.74
XYZ4.45575.15902.1274
Yxy5.15900.37950.4394
Hunter Lab22.7134-4.732110.3461
CIE-Lab27.1830-5.847620.5861

#424220 color RGB value is (66,66,32).

#424220 hex color red value is 66, green value is 66 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #424220 hue: 0.17 , saturation: 0.35 and the lightness value of 424220 is 0.19.

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

Base Numbers

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

RGB Percentages of Color #424220

%40.24
%40.24
%19.51

CMYK Percentages of Color #424220

%0
%0
%52
%74

Triadic Colors of #424220

#424220 #204242 #422042

Analogous Colors of #424220

#424220 #314220 #423120

Monochromatic Colors of #424220

#424220

Complementary Color

#424220 #202042

#424220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424220 Color CSS Codes

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

#424220 Text Font Color

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

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


#424220 Background Color

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

This div background color is #424220


#424220 Border Color

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

This div border color is #424220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424220


Comments

No comments written yet.

Please login to write comment.