COLOR #150E33

HEX: #150E33 RGB: (21,14,51)

Color info

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

RGB color model

#150E33 color RGB value is (21,14,51).

RGB: (21,14,51) (8%, 5%, 20%)

RGB channels and saturation

R 21 of 255 = 8%
G 14 of 255 = 5%
B 51 of 255 = 20%

21
14
51

R + G + B ~ 11%. #150E33 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 14 + 51 = 86 (100%)
R 21 of 86 ~ 24.42%
G 14 of 86 ~ 16.28%
B 51 of 86 ~ 59.3'%

%24.42
%16.28
%59.3

CMYK color model

#150E33 color CMYK value is (59,73,0,80).

  • cyan value is 58.82%
  • magenta value is 72.55%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (59,73,0,80)
C59M73Y0K80 (59%, 73%, 0%, 80%)
(0.59 / 0.73 / 0.00 / 0.80)

CMYK percentages

%58.82
%72.55
%0
%80

Codes

Color #150E33 in popluar color models

15 0E 33
RGB 21 14 51
HSL 251° 56.92% 12.75%
HSB/HSV 251° 72.55% 20.00%
CMYK 58.82% 72.55% 0.00%
80.00%

Color #150E33 in popluar number systems.

HEX 15 0E 33
Decimal 21 14 51
Binary 10101 1110 110011
Octal 25 16 63

Shades and tints

Shades of #150E33

#150E33
(21,14,51)
#140D2F
(20,13,47)
#130C2B
(19,12,43)
#120B27
(18,11,39)
#110A23
(17,10,35)
#10091F
(16,9,31)
#0F081B
(15,8,27)
#0E0717
(14,7,23)
#0D0613
(13,6,19)
#0C050F
(12,5,15)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #150E33

#150E33
(21,14,51)
#2A2345
(42,35,69)
#3F3857
(63,56,87)
#544D69
(84,77,105)
#69627B
(105,98,123)
#7E778D
(126,119,141)
#938C9F
(147,140,159)
#A8A1B1
(168,161,177)
#BDB6C3
(189,182,195)
#D2CBD5
(210,203,213)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E33; }

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

This text font color is #150E33.

Background Color

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

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

This div background color is #150E33.

Border color

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

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

This div border color is #150E33.

Opacity

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

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

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

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

This text has shadow with #150E33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150E33.

Preview

Color preview on black background

This text has color #150E33 on black background.


Color preview on white background

This text has color #150E33 on white background.


Black color preview on #150E33 background

This text has black color on #150E33 background.


White color preview on #150E33 background

This text has white color on #150E33 background.


Related colors

Complementary color

Complementary color for #hex is #EAF1CC.


I love getcolorcode.com

Triadic colors

1 #33150E and #0E3315 with #150E33 are triadic colors.

2 #330E15 and #0E1533 with #150E33 are triadic colors.