Color Hex Logo

#21520f Color Hex

#21520F
(33,82,15)
0 Favorites   0 Comments

Color spaces of #21520f

RGB 338215
HSL0.290.690.19
HSV104°82°32°
CMYK 0.600.000.82   0.68
XYZ3.73076.39241.4892
Yxy6.39240.32130.5505
Hunter Lab25.2832-17.906814.2060
CIE-Lab30.3816-29.997132.1390

#21520f color RGB value is (33,82,15).

#21520f hex color red value is 33, green value is 82 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #21520f hue: 0.29 , saturation: 0.69 and the lightness value of 21520f is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010010 00001111
Octal 41 122 17
Decimal 33 82 15
Hex 21 52 F

RGB Percentages of Color #21520f

%25.38
%63.08
%11.54

CMYK Percentages of Color #21520f

%60
%0
%82
%68

Triadic Colors of #21520f

#21520f #0f2152 #520f21

Analogous Colors of #21520f

#21520f #0f521e #43520f

Monochromatic Colors of #21520f

#21520f

Complementary Color

#21520f #400f52

#21520f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21520f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21520f Color CSS Codes

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

#21520f Text Font Color

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

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


#21520f Background Color

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

This div background color is #21520f


#21520f Border Color

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

This div border color is #21520f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21520f


Comments

No comments written yet.

Please login to write comment.