COLOR #152020

HEX: #152020
RGB: (21,32,32)

Color info

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

RGB color model

#152020 color RGB value is (21,32,32).

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

RGB channels and saturation

R 21 of 255 = 8%
G 32 of 255 = 13%
B 32 of 255 = 13%

21
32
32

R + G + B ~ 11%. #152020 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 32 + 32 = 85 (100%)
R 21 of 85 ~ 24.71%
G 32 of 85 ~ 37.65%
B 32 of 85 ~ 37.65%

%24.71
%37.65
%37.65

CMYK color model

#152020 color CMYK value is (34,0,0,87).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(34,0,0,87)
C34M0Y0K87 
(34%,0%,0%,87%)
(0.34/0.00/0.00/0.87)	

CMYK percentages

%34.38
%0
%0
%87.45

Codes

Color #152020 in popluar color models

152020
RGB213232
HSL180°20.75%10.39%
HSB/HSV180°34.38%12.55%
CMYK34.38%0.00%0.00%
87.45%

Color #152020 in popluar number systems.

HEX152020
Decimal213232
Binary10101100000100000
Octal254040

Shades and tints

Shades of #152020

#152020
(21,32,32)
#141E1E
(20,30,30)
#131C1C
(19,28,28)
#121A1A
(18,26,26)
#111818
(17,24,24)
#101616
(16,22,22)
#0F1414
(15,20,20)
#0E1212
(14,18,18)
#0D1010
(13,16,16)
#0C0E0E
(12,14,14)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #152020

#152020
(21,32,32)
#2A3434
(42,52,52)
#3F4848
(63,72,72)
#545C5C
(84,92,92)
#697070
(105,112,112)
#7E8484
(126,132,132)
#939898
(147,152,152)
#A8ACAC
(168,172,172)
#BDC0C0
(189,192,192)
#D2D4D4
(210,212,212)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152020; }

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

This text font color is #152020.


Background Color

.myBgColor { background-color: #152020; }

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

This div background color is #152020.


Border color

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

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

This div border color is #152020.


Opacity

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

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

Text with #152020 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 #152020;}

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

This text has shadow with #152020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152020 on black background.


Color preview on white background

This text has color #152020 on white background.



Black color preview on #152020 background

This text has black color on #152020 background.


White color preview on #152020 background

This text has white color on #152020 background.