Color Hex Logo

#152120 Color Hex

#152120
(21,33,32)
1 Favorites   0 Comments

Color spaces of #152120

RGB 213332
HSL0.490.220.11
HSV175°36°13°
CMYK 0.360.000.03   0.87
XYZ1.11381.35141.5686
Yxy1.35140.27610.3350
Hunter Lab11.6250-3.24140.1373
CIE-Lab11.6303-5.5273-1.0262

#152120 color RGB value is (21,33,32).

#152120 hex color red value is 21, green value is 33 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #152120 hue: 0.49 , saturation: 0.22 and the lightness value of 152120 is 0.11.

The process color (four color CMYK) of #152120 color hex is 0.36, 0.00, 0.03, 0.87. Web safe color of #152120 is #003333. Color #152120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 00100000
Octal 25 41 40
Decimal 21 33 32
Hex 15 21 20

RGB Percentages of Color #152120

%24.42
%38.37
%37.21

CMYK Percentages of Color #152120

%36
%0
%3
%87

Triadic Colors of #152120

#152120 #201521 #212015

Analogous Colors of #152120

#152120 #151c21 #15211a

Monochromatic Colors of #152120

#152120

Complementary Color

#152120 #211516

#152120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152120 Color CSS Codes

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

#152120 Text Font Color

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

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


#152120 Background Color

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

This div background color is #152120


#152120 Border Color

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

This div border color is #152120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152120

#152120 Color Palettes


Comments

No comments written yet.

Please login to write comment.