COLOR #150E36

HEX: #150E36
RGB: (21,14,54)

Color info

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

RGB color model

#150E36 color RGB value is (21,14,54).

  • red value is 21;
  • green value is 14;
  • blue value is 54.
RGB:
(21,14,54)
(8%,5%,21%)

RGB channels and saturation

R 21 of 255 = 8%
G 14 of 255 = 5%
B 54 of 255 = 21%

21
14
54

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

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 54 = 89 (100%)
R 21 of 89 ~ 23.6%
G 14 of 89 ~ 15.73%
B 54 of 89 ~ 60.67%

%23.6
%15.73
%60.67

CMYK color model

#150E36 color CMYK value is (61,74,0,79).

  • cyan value is 61.11%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(61,74,0,79)
C61M74Y0K79 
(61%,74%,0%,79%)
(0.61/0.74/0.00/0.79)	

CMYK percentages

%61.11
%74.07
%0
%78.82

Codes

Color #150E36 in popluar color models

150E36
RGB211454
HSL251°58.82%13.33%
HSB/HSV251°74.07%21.18%
CMYK61.11%74.07%0.00%
78.82%

Color #150E36 in popluar number systems.

HEX150E36
Decimal211454
Binary101011110110110
Octal251666

Shades and tints

Shades of #150E36

#150E36
(21,14,54)
#140D32
(20,13,50)
#130C2E
(19,12,46)
#120B2A
(18,11,42)
#110A26
(17,10,38)
#100922
(16,9,34)
#0F081E
(15,8,30)
#0E071A
(14,7,26)
#0D0616
(13,6,22)
#0C0512
(12,5,18)
#0B040E
(11,4,14)
#000000
(0,0,0)

Tints of #150E36

#150E36
(21,14,54)
#2A2348
(42,35,72)
#3F385A
(63,56,90)
#544D6C
(84,77,108)
#69627E
(105,98,126)
#7E7790
(126,119,144)
#938CA2
(147,140,162)
#A8A1B4
(168,161,180)
#BDB6C6
(189,182,198)
#D2CBD8
(210,203,216)
#E7E0EA
(231,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E36; }

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

This text font color is #150E36.


Background Color

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

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

This div background color is #150E36.


Border color

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

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

This div border color is #150E36.


Opacity

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

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

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

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

This text has shadow with #150E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E36 on black background.


Color preview on white background

This text has color #150E36 on white background.



Black color preview on #150E36 background

This text has black color on #150E36 background.


White color preview on #150E36 background

This text has white color on #150E36 background.