Color Hex Logo

#214229 Color Hex

#214229
(33,66,41)
0 Favorites   0 Comments

Color spaces of #214229

RGB 336641
HSL0.370.330.19
HSV135°50°26°
CMYK 0.500.000.38   0.74
XYZ2.97574.37992.7864
Yxy4.37990.29340.4319
Hunter Lab20.9282-11.24426.7558
CIE-Lab24.8896-18.661311.5619

#214229 color RGB value is (33,66,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000010 00101001
Octal 41 102 51
Decimal 33 66 41
Hex 21 42 29

RGB Percentages of Color #214229

%23.57
%47.14
%29.29

CMYK Percentages of Color #214229

%50
%0
%38
%74

Triadic Colors of #214229

#214229 #292142 #422921

Analogous Colors of #214229

#214229 #21423a #2a4221

Monochromatic Colors of #214229

#214229

Complementary Color

#214229 #42213a

#214229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214229 Color CSS Codes

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

#214229 Text Font Color

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

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


#214229 Background Color

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

This div background color is #214229


#214229 Border Color

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

This div border color is #214229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214229


Comments

No comments written yet.

Please login to write comment.