COLOR #150521

HEX: #150521 RGB: (21,5,33)

Color info

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

RGB color model

#150521 color RGB value is (21,5,33).

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

RGB channels and saturation

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

21
5
33

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

Portions of RGB colors in percentages

R + G + B = 21 + 5 + 33 = 59 (100%)
R 21 of 59 ~ 35.59%
G 5 of 59 ~ 8.47%
B 33 of 59 ~ 55.93'%

%35.59
%55.93

CMYK color model

#150521 color CMYK value is (36,85,0,87).

  • cyan value is 36.36%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK: (36,85,0,87) C36M85Y0K87 (36%,85%,0%,87%) (0.36/0.85/0.00/0.87) 

CMYK percentages

%36.36
%84.85
%0
%87.06

Codes

Color #150521 in popluar color models

15 05 21
RGB 21 5 33
HSL 274° 73.68% 7.45%
HSB/HSV 274° 84.85% 12.94%
CMYK 36.36% 84.85% 0.00%
87.06%

Color #150521 in popluar number systems.

HEX 15 05 21
Decimal 21 5 33
Binary 10101 101 100001
Octal 25 5 41

Shades and tints

Shades of #150521

#150521
(21,5,33)
#14051E
(20,5,30)
#13051B
(19,5,27)
#120518
(18,5,24)
#110515
(17,5,21)
#100512
(16,5,18)
#0F050F
(15,5,15)
#0E050C
(14,5,12)
#0D0509
(13,5,9)
#0C0506
(12,5,6)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #150521

#150521
(21,5,33)
#2A1B35
(42,27,53)
#3F3149
(63,49,73)
#54475D
(84,71,93)
#695D71
(105,93,113)
#7E7385
(126,115,133)
#938999
(147,137,153)
#A89FAD
(168,159,173)
#BDB5C1
(189,181,193)
#D2CBD5
(210,203,213)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150521; }

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

This text font color is #150521.

Background Color

.myBgColor { background-color: #150521; }

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

This div background color is #150521.

Border color

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

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

This div border color is #150521.

Opacity

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

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

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

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

This text has shadow with #150521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150521.

Preview

Color preview on black background

This text has color #150521 on black background.


Color preview on white background

This text has color #150521 on white background.


Black color preview on #150521 background

This text has black color on #150521 background.


White color preview on #150521 background

This text has white color on #150521 background.


Related colors

Complementary color

Complementary color for #hex is #EAFADE.


I love getcolorcode.com

Triadic colors

1 #211505 and #052115 with #150521 are triadic colors.

2 #210515 and #051521 with #150521 are triadic colors.