Color Hex Logo

#215229 Color Hex

#215229
(33,82,41)
0 Favorites   0 Comments

Color spaces of #215229

RGB 338241
HSL0.360.430.23
HSV130°60°32°
CMYK 0.600.000.50   0.68
XYZ4.04476.51803.1427
Yxy6.51800.29510.4756
Hunter Lab25.5304-16.398910.5729
CIE-Lab30.6834-26.658519.1392

#215229 color RGB value is (33,82,41).

#215229 hex color red value is 33, green value is 82 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #215229 hue: 0.36 , saturation: 0.43 and the lightness value of 215229 is 0.23.

The process color (four color CMYK) of #215229 color hex is 0.60, 0.00, 0.50, 0.68. Web safe color of #215229 is #336633. Color #215229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010010 00101001
Octal 41 122 51
Decimal 33 82 41
Hex 21 52 29

RGB Percentages of Color #215229

%21.15
%52.56
%26.28

CMYK Percentages of Color #215229

%60
%0
%50
%68

Triadic Colors of #215229

#215229 #292152 #522921

Analogous Colors of #215229

#215229 #215242 #325221

Monochromatic Colors of #215229

#215229

Complementary Color

#215229 #52214a

#215229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215229 Color CSS Codes

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

#215229 Text Font Color

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

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


#215229 Background Color

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

This div background color is #215229


#215229 Border Color

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

This div border color is #215229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215229


Comments

No comments written yet.

Please login to write comment.