Color Hex Logo

#42212e Color Hex

#42212E
(66,33,46)
0 Favorites   0 Comments

Color spaces of #42212e

RGB 663346
HSL0.930.330.19
HSV336°50°26°
CMYK 0.000.500.30   0.74
XYZ3.28382.44322.8833
Yxy2.44320.38140.2838
Hunter Lab15.630710.14660.0047
CIE-Lab17.659817.7630-1.5788

#42212e color RGB value is (66,33,46).

#42212e hex color red value is 66, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #42212e hue: 0.93 , saturation: 0.33 and the lightness value of 42212e is 0.19.

The process color (four color CMYK) of #42212e color hex is 0.00, 0.50, 0.30, 0.74. Web safe color of #42212e is #333333. Color #42212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 00101110
Octal 102 41 56
Decimal 66 33 46
Hex 42 21 2E

RGB Percentages of Color #42212e

%45.52
%22.76
%31.72

CMYK Percentages of Color #42212e

%0
%50
%30
%74

Triadic Colors of #42212e

#42212e #2e4221 #212e42

Analogous Colors of #42212e

#42212e #422521 #42213f

Monochromatic Colors of #42212e

#42212e

Complementary Color

#42212e #214235

#42212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42212e Color CSS Codes

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

#42212e Text Font Color

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

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


#42212e Background Color

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

This div background color is #42212e


#42212e Border Color

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

This div border color is #42212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42212e


Comments

No comments written yet.

Please login to write comment.