COLOR #152521

HEX: #152521
RGB: (21,37,33)

Color info

#152521 contains red, green and blue colors in about the same proportion. Web safe color of #152521 is #003333 (or #033).

RGB color model

#152521 color RGB value is (21,37,33).

  • red value is 21;
  • green value is 37;
  • blue value is 33.
RGB:
(21,37,33)
(8%,15%,13%)

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 33 of 255 = 13%

21
37
33

R + G + B ~ 12%. #152521 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 37 + 33 = 91 (100%)
R 21 of 91 ~ 23.08%
G 37 of 91 ~ 40.66%
B 33 of 91 ~ 36.26%

%23.08
%40.66
%36.26

CMYK color model

#152521 color CMYK value is (43,0,11,85).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(43,0,11,85)
C43M0Y11K85 
(43%,0%,11%,85%)
(0.43/0.00/0.11/0.85)	

CMYK percentages

%43.24
%0
%10.81
%85.49

Codes

Color #152521 in popluar color models

152521
RGB213733
HSL165°27.59%11.37%
HSB/HSV165°43.24%14.51%
CMYK43.24%0.00%10.81%
85.49%

Color #152521 in popluar number systems.

HEX152521
Decimal213733
Binary10101100101100001
Octal254541

Shades and tints

Shades of #152521

#152521
(21,37,33)
#14221E
(20,34,30)
#131F1B
(19,31,27)
#121C18
(18,28,24)
#111915
(17,25,21)
#101612
(16,22,18)
#0F130F
(15,19,15)
#0E100C
(14,16,12)
#0D0D09
(13,13,9)
#0C0A06
(12,10,6)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #152521

#152521
(21,37,33)
#2A3835
(42,56,53)
#3F4B49
(63,75,73)
#545E5D
(84,94,93)
#697171
(105,113,113)
#7E8485
(126,132,133)
#939799
(147,151,153)
#A8AAAD
(168,170,173)
#BDBDC1
(189,189,193)
#D2D0D5
(210,208,213)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #152521 color. Also use rgb(21,37,33) instead hex code.

Text Font Color

.myTextColor { color: #152521; }

<p style="color:#152521">This sample text font color is #152521.</p>

This text font color is #152521.


Background Color

.myBgColor { background-color: #152521; }

<div style="background-color:#152521">Inner text</div>

This div background color is #152521.


Border color

.myBorderColor { border: 1px solid #152521; }

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

This div border color is #152521.


Opacity

.myOpacity80 { color: #152521; opacity: 0.8; }

<p style="color:#152521;opacity:0.8;">80%</p>

Text with #152521 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #152521;}

<p style="text-shadow: 3px 3px 1px #152521">Text here.</p>

This text has shadow with #152521 color.

.textShadow {text-shadow: 3px 3px 1px #152521, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #152521, 5px 5px 20px red">Text here.</p>

This text has shadow with #152521 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#152521, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#152521, Direction=45, Strength=4)">Text</p>

This text has shadow with #152521 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #152521;
  -webkit-box-shadow:	1px 1px 3px 2px #152521;
  box-shadow:		1px 1px 3px 2px #152521;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #152521;
-webkit-box-shadow: 1px 1px 3px 2px #152521;
box-shadow:1px 1px 3px 2px #152521;">
Div content here</div>
This div box has shadow with color #152521.

Preview

Color preview on black background

This text has color #152521 on black background.


Color preview on white background

This text has color #152521 on white background.



Black color preview on #152521 background

This text has black color on #152521 background.


White color preview on #152521 background

This text has white color on #152521 background.