COLOR #151020

HEX: #151020 RGB: (21,16,32)

Color info

#151020 contains red, green and blue colors in about the same proportion. Web safe color of #151020 is #000033 (or #003).

RGB color model

#151020 color RGB value is (21,16,32).

RGB: (21,16,32) (8%, 6%, 13%)

RGB channels and saturation

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

21
16
32

R + G + B ~ 9%. #151020 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 16 + 32 = 69 (100%)
R 21 of 69 ~ 30.43%
G 16 of 69 ~ 23.19%
B 32 of 69 ~ 46.38'%

%30.43
%23.19
%46.38

CMYK color model

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

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

CMYK percentages

%34.38
%50
%0
%87.45

Codes

Color #151020 in popluar color models

15 10 20
RGB 21 16 32
HSL 259° 33.33% 9.41%
HSB/HSV 259° 50.00% 12.55%
CMYK 34.38% 50.00% 0.00%
87.45%

Color #151020 in popluar number systems.

HEX 15 10 20
Decimal 21 16 32
Binary 10101 10000 100000
Octal 25 20 40

Shades and tints

Shades of #151020

#151020
(21,16,32)
#140F1E
(20,15,30)
#130E1C
(19,14,28)
#120D1A
(18,13,26)
#110C18
(17,12,24)
#100B16
(16,11,22)
#0F0A14
(15,10,20)
#0E0912
(14,9,18)
#0D0810
(13,8,16)
#0C070E
(12,7,14)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #151020

#151020
(21,16,32)
#2A2534
(42,37,52)
#3F3A48
(63,58,72)
#544F5C
(84,79,92)
#696470
(105,100,112)
#7E7984
(126,121,132)
#938E98
(147,142,152)
#A8A3AC
(168,163,172)
#BDB8C0
(189,184,192)
#D2CDD4
(210,205,212)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151020; }

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

This text font color is #151020.

Background Color

.myBgColor { background-color: #151020; }

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

This div background color is #151020.

Border color

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

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

This div border color is #151020.

Opacity

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

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

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

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

This text has shadow with #151020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151020.

Preview

Color preview on black background

This text has color #151020 on black background.


Color preview on white background

This text has color #151020 on white background.


Black color preview on #151020 background

This text has black color on #151020 background.


White color preview on #151020 background

This text has white color on #151020 background.


Related colors

Complementary color

Complementary color for #hex is #EAEFDF.


I love getcolorcode.com

Triadic colors

1 #201510 and #102015 with #151020 are triadic colors.

2 #201015 and #101520 with #151020 are triadic colors.