COLOR #150520

HEX: #150520 RGB: (21,5,32)

Color info

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

RGB color model

#150520 color RGB value is (21,5,32).

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

RGB channels and saturation

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

21
5
32

R + G + B ~ 8%. #150520 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 5 + 32 = 58 (100%)
R 21 of 58 ~ 36.21%
G 5 of 58 ~ 8.62%
B 32 of 58 ~ 55.17'%

%36.21
%55.17

CMYK color model

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

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

CMYK: (34,84,0,87)
C34M84Y0K87 (34%, 84%, 0%, 87%)
(0.34 / 0.84 / 0.00 / 0.87)

CMYK percentages

%34.38
%84.38
%0
%87.45

Codes

Color #150520 in popluar color models

15 05 20
RGB 21 5 32
HSL 276° 72.97% 7.25%
HSB/HSV 276° 84.38% 12.55%
CMYK 34.38% 84.38% 0.00%
87.45%

Color #150520 in popluar number systems.

HEX 15 05 20
Decimal 21 5 32
Binary 10101 101 100000
Octal 25 5 40

Shades and tints

Shades of #150520

#150520
(21,5,32)
#14051E
(20,5,30)
#13051C
(19,5,28)
#12051A
(18,5,26)
#110518
(17,5,24)
#100516
(16,5,22)
#0F0514
(15,5,20)
#0E0512
(14,5,18)
#0D0510
(13,5,16)
#0C050E
(12,5,14)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #150520

#150520
(21,5,32)
#2A1B34
(42,27,52)
#3F3148
(63,49,72)
#54475C
(84,71,92)
#695D70
(105,93,112)
#7E7384
(126,115,132)
#938998
(147,137,152)
#A89FAC
(168,159,172)
#BDB5C0
(189,181,192)
#D2CBD4
(210,203,212)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150520; }

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

This text font color is #150520.

Background Color

.myBgColor { background-color: #150520; }

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

This div background color is #150520.

Border color

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

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

This div border color is #150520.

Opacity

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

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

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

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

This text has shadow with #150520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150520.

Preview

Color preview on black background

This text has color #150520 on black background.


Color preview on white background

This text has color #150520 on white background.


Black color preview on #150520 background

This text has black color on #150520 background.


White color preview on #150520 background

This text has white color on #150520 background.


Related colors

Complementary color

Complementary color for #hex is #EAFADF.


I love getcolorcode.com

Triadic colors

1 #201505 and #052015 with #150520 are triadic colors.

2 #200515 and #051520 with #150520 are triadic colors.