Color Hex Logo

#214222 Color Hex

#214222
(33,66,34)
0 Favorites   0 Comments

Color spaces of #214222

RGB 336634
HSL0.340.330.19
HSV122°50°26°
CMYK 0.500.000.48   0.74
XYZ2.86414.33532.1992
Yxy4.33530.30470.4613
Hunter Lab20.8214-11.88378.3126
CIE-Lab24.7503-20.056215.7924

#214222 color RGB value is (33,66,34).

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

The process color (four color CMYK) of #214222 color hex is 0.50, 0.00, 0.48, 0.74. Web safe color of #214222 is #333333. Color #214222 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000010 00100010
Octal 41 102 42
Decimal 33 66 34
Hex 21 42 22

RGB Percentages of Color #214222

%24.81
%49.62
%25.56

CMYK Percentages of Color #214222

%50
%0
%48
%74

Triadic Colors of #214222

#214222 #222142 #422221

Analogous Colors of #214222

#214222 #214233 #314221

Monochromatic Colors of #214222

#214222

Complementary Color

#214222 #422141

#214222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214222 Color CSS Codes

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

#214222 Text Font Color

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

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


#214222 Background Color

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

This div background color is #214222


#214222 Border Color

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

This div border color is #214222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214222


Comments

No comments written yet.

Please login to write comment.