COLOR #150332

HEX: #150332 RGB: (21,3,50)

Color info

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

RGB color model

#150332 color RGB value is (21,3,50).

RGB: (21,3,50) (8%, 1%, 20%)

RGB channels and saturation

R 21 of 255 = 8%
G 3 of 255 = 1%
B 50 of 255 = 20%

21
3
50

R + G + B ~ 10%. #150332 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 3 + 50 = 74 (100%)
R 21 of 74 ~ 28.38%
G 3 of 74 ~ 4.05%
B 50 of 74 ~ 67.57'%

%28.38
%67.57

CMYK color model

#150332 color CMYK value is (58,94,0,80).

  • cyan value is 58.00%
  • magenta value is 94.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK: (58,94,0,80) C58M94Y0K80 (58%,94%,0%,80%) (0.58/0.94/0.00/0.80) 

CMYK percentages

%58
%94
%0
%80.39

Codes

Color #150332 in popluar color models

15 03 32
RGB 21 3 50
HSL 263° 88.68% 10.39%
HSB/HSV 263° 94.00% 19.61%
CMYK 58.00% 94.00% 0.00%
80.39%

Color #150332 in popluar number systems.

HEX 15 03 32
Decimal 21 3 50
Binary 10101 11 110010
Octal 25 3 62

Shades and tints

Shades of #150332

#150332
(21,3,50)
#14032E
(20,3,46)
#13032A
(19,3,42)
#120326
(18,3,38)
#110322
(17,3,34)
#10031E
(16,3,30)
#0F031A
(15,3,26)
#0E0316
(14,3,22)
#0D0312
(13,3,18)
#0C030E
(12,3,14)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #150332

#150332
(21,3,50)
#2A1944
(42,25,68)
#3F2F56
(63,47,86)
#544568
(84,69,104)
#695B7A
(105,91,122)
#7E718C
(126,113,140)
#93879E
(147,135,158)
#A89DB0
(168,157,176)
#BDB3C2
(189,179,194)
#D2C9D4
(210,201,212)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150332; }

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

This text font color is #150332.

Background Color

.myBgColor { background-color: #150332; }

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

This div background color is #150332.

Border color

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

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

This div border color is #150332.

Opacity

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

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

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

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

This text has shadow with #150332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150332.

Preview

Color preview on black background

This text has color #150332 on black background.


Color preview on white background

This text has color #150332 on white background.


Black color preview on #150332 background

This text has black color on #150332 background.


White color preview on #150332 background

This text has white color on #150332 background.


Related colors

Complementary color

Complementary color for #hex is #EAFCCD.


I love getcolorcode.com

Triadic colors

1 #321503 and #033215 with #150332 are triadic colors.

2 #320315 and #031532 with #150332 are triadic colors.