Color Hex Logo

#215215 Color Hex

#215215
(33,82,21)
0 Favorites   0 Comments

Color spaces of #215215

RGB 338221
HSL0.300.590.20
HSV108°74°32°
CMYK 0.600.000.74   0.68
XYZ3.77986.41211.7479
Yxy6.41210.31660.5370
Hunter Lab25.3221-17.669313.6329
CIE-Lab30.4292-29.460029.5979

#215215 color RGB value is (33,82,21).

#215215 hex color red value is 33, green value is 82 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #215215 hue: 0.30 , saturation: 0.59 and the lightness value of 215215 is 0.20.

The process color (four color CMYK) of #215215 color hex is 0.60, 0.00, 0.74, 0.68. Web safe color of #215215 is #336600. Color #215215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010010 00010101
Octal 41 122 25
Decimal 33 82 21
Hex 21 52 15

RGB Percentages of Color #215215

%24.26
%60.29
%15.44

CMYK Percentages of Color #215215

%60
%0
%74
%68

Triadic Colors of #215215

#215215 #152152 #521521

Analogous Colors of #215215

#215215 #155228 #405215

Monochromatic Colors of #215215

#215215

Complementary Color

#215215 #461552

#215215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215215 Color CSS Codes

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

#215215 Text Font Color

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

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


#215215 Background Color

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

This div background color is #215215


#215215 Border Color

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

This div border color is #215215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215215


Comments

No comments written yet.

Please login to write comment.