COLOR #150F38

HEX: #150F38
RGB: (21,15,56)

Color info

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

RGB color model

#150F38 color RGB value is (21,15,56).

  • red value is 21;
  • green value is 15;
  • blue value is 56.
RGB:
(21,15,56)
(8%,6%,22%)

RGB channels and saturation

R 21 of 255 = 8%
G 15 of 255 = 6%
B 56 of 255 = 22%

21
15
56

R + G + B ~ 12%. #150F38 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 15 + 56 = 92 (100%)
R 21 of 92 ~ 22.83%
G 15 of 92 ~ 16.3%
B 56 of 92 ~ 60.87%

%22.83
%16.3
%60.87

CMYK color model

#150F38 color CMYK value is (63,73,0,78).

  • cyan value is 62.50%
  • magenta value is 73.21%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(63,73,0,78)
C63M73Y0K78 
(63%,73%,0%,78%)
(0.63/0.73/0.00/0.78)	

CMYK percentages

%62.5
%73.21
%0
%78.04

Codes

Color #150F38 in popluar color models

150F38
RGB211556
HSL249°57.75%13.92%
HSB/HSV249°73.21%21.96%
CMYK62.50%73.21%0.00%
78.04%

Color #150F38 in popluar number systems.

HEX150F38
Decimal211556
Binary101011111111000
Octal251770

Shades and tints

Shades of #150F38

#150F38
(21,15,56)
#140E33
(20,14,51)
#130D2E
(19,13,46)
#120C29
(18,12,41)
#110B24
(17,11,36)
#100A1F
(16,10,31)
#0F091A
(15,9,26)
#0E0815
(14,8,21)
#0D0710
(13,7,16)
#0C060B
(12,6,11)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #150F38

#150F38
(21,15,56)
#2A244A
(42,36,74)
#3F395C
(63,57,92)
#544E6E
(84,78,110)
#696380
(105,99,128)
#7E7892
(126,120,146)
#938DA4
(147,141,164)
#A8A2B6
(168,162,182)
#BDB7C8
(189,183,200)
#D2CCDA
(210,204,218)
#E7E1EC
(231,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150F38 color. Also use rgb(21,15,56) instead hex code.

Text Font Color

.myTextColor { color: #150F38; }

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

This text font color is #150F38.


Background Color

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

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

This div background color is #150F38.


Border color

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

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

This div border color is #150F38.


Opacity

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

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

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

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

This text has shadow with #150F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150F38 on black background.


Color preview on white background

This text has color #150F38 on white background.



Black color preview on #150F38 background

This text has black color on #150F38 background.


White color preview on #150F38 background

This text has white color on #150F38 background.