COLOR #150F31

HEX: #150F31 RGB: (21,15,49)

Color info

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

RGB color model

#150F31 color RGB value is (21,15,49).

RGB: (21,15,49) (8%, 6%, 19%)

RGB channels and saturation

R 21 of 255 = 8%
G 15 of 255 = 6%
B 49 of 255 = 19%

21
15
49

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

Portions of RGB colors in percentages

R + G + B = 21 + 15 + 49 = 85 (100%)
R 21 of 85 ~ 24.71%
G 15 of 85 ~ 17.65%
B 49 of 85 ~ 57.65'%

%24.71
%17.65
%57.65

CMYK color model

#150F31 color CMYK value is (57,69,0,81).

  • cyan value is 57.14%
  • magenta value is 69.39%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (57,69,0,81)
C57M69Y0K81 (57%, 69%, 0%, 81%)
(0.57 / 0.69 / 0.00 / 0.81)

CMYK percentages

%57.14
%69.39
%0
%80.78

Codes

Color #150F31 in popluar color models

15 0F 31
RGB 21 15 49
HSL 251° 53.13% 12.55%
HSB/HSV 251° 69.39% 19.22%
CMYK 57.14% 69.39% 0.00%
80.78%

Color #150F31 in popluar number systems.

HEX 15 0F 31
Decimal 21 15 49
Binary 10101 1111 110001
Octal 25 17 61

Shades and tints

Shades of #150F31

#150F31
(21,15,49)
#140E2D
(20,14,45)
#130D29
(19,13,41)
#120C25
(18,12,37)
#110B21
(17,11,33)
#100A1D
(16,10,29)
#0F0919
(15,9,25)
#0E0815
(14,8,21)
#0D0711
(13,7,17)
#0C060D
(12,6,13)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #150F31

#150F31
(21,15,49)
#2A2443
(42,36,67)
#3F3955
(63,57,85)
#544E67
(84,78,103)
#696379
(105,99,121)
#7E788B
(126,120,139)
#938D9D
(147,141,157)
#A8A2AF
(168,162,175)
#BDB7C1
(189,183,193)
#D2CCD3
(210,204,211)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150F31; }

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

This text font color is #150F31.

Background Color

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

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

This div background color is #150F31.

Border color

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

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

This div border color is #150F31.

Opacity

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

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

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

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

This text has shadow with #150F31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150F31.

Preview

Color preview on black background

This text has color #150F31 on black background.


Color preview on white background

This text has color #150F31 on white background.


Black color preview on #150F31 background

This text has black color on #150F31 background.


White color preview on #150F31 background

This text has white color on #150F31 background.


Related colors

Complementary color

Complementary color for #hex is #EAF0CE.


I love getcolorcode.com

Triadic colors

1 #31150F and #0F3115 with #150F31 are triadic colors.

2 #310F15 and #0F1531 with #150F31 are triadic colors.