COLOR #150E20

HEX: #150E20 RGB: (21,14,32)

Color info

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

RGB color model

#150E20 color RGB value is (21,14,32).

RGB: (21,14,32) (8%, 5%, 13%)

RGB channels and saturation

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

21
14
32

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

Portions of RGB colors in percentages

R + G + B = 21 + 14 + 32 = 67 (100%)
R 21 of 67 ~ 31.34%
G 14 of 67 ~ 20.9%
B 32 of 67 ~ 47.76'%

%31.34
%20.9
%47.76

CMYK color model

#150E20 color CMYK value is (34,56,0,87).

  • cyan value is 34.38%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (34,56,0,87)
C34M56Y0K87 (34%, 56%, 0%, 87%)
(0.34 / 0.56 / 0.00 / 0.87)

CMYK percentages

%34.38
%56.25
%0
%87.45

Codes

Color #150E20 in popluar color models

15 0E 20
RGB 21 14 32
HSL 263° 39.13% 9.02%
HSB/HSV 263° 56.25% 12.55%
CMYK 34.38% 56.25% 0.00%
87.45%

Color #150E20 in popluar number systems.

HEX 15 0E 20
Decimal 21 14 32
Binary 10101 1110 100000
Octal 25 16 40

Shades and tints

Shades of #150E20

#150E20
(21,14,32)
#140D1E
(20,13,30)
#130C1C
(19,12,28)
#120B1A
(18,11,26)
#110A18
(17,10,24)
#100916
(16,9,22)
#0F0814
(15,8,20)
#0E0712
(14,7,18)
#0D0610
(13,6,16)
#0C050E
(12,5,14)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #150E20

#150E20
(21,14,32)
#2A2334
(42,35,52)
#3F3848
(63,56,72)
#544D5C
(84,77,92)
#696270
(105,98,112)
#7E7784
(126,119,132)
#938C98
(147,140,152)
#A8A1AC
(168,161,172)
#BDB6C0
(189,182,192)
#D2CBD4
(210,203,212)
#E7E0E8
(231,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E20; }

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

This text font color is #150E20.

Background Color

.myBgColor { background-color: #150E20; }

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

This div background color is #150E20.

Border color

.myBorderColor { border: 1px solid #150E20; }

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

This div border color is #150E20.

Opacity

.myOpacity80 { color: #150E20; opacity: 0.8; }

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

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

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

This text has shadow with #150E20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150E20.

Preview

Color preview on black background

This text has color #150E20 on black background.


Color preview on white background

This text has color #150E20 on white background.


Black color preview on #150E20 background

This text has black color on #150E20 background.


White color preview on #150E20 background

This text has white color on #150E20 background.


Related colors

Complementary color

Complementary color for #hex is #EAF1DF.


I love getcolorcode.com

Triadic colors

1 #20150E and #0E2015 with #150E20 are triadic colors.

2 #200E15 and #0E1520 with #150E20 are triadic colors.