COLOR #150831

HEX: #150831
RGB: (21,8,49)

Color info

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

RGB color model

#150831 color RGB value is (21,8,49).

  • red value is 21;
  • green value is 8;
  • blue value is 49.
RGB:
(21,8,49)
(8%,3%,19%)

RGB channels and saturation

R 21 of 255 = 8%
G 8 of 255 = 3%
B 49 of 255 = 19%

21
8
49

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

Portions of RGB colors in percentages

R + G + B =
21 + 8 + 49 = 78 (100%)
R 21 of 78 ~ 26.92%
G 8 of 78 ~ 10.26%
B 49 of 78 ~ 62.82%

%26.92
%10.26
%62.82

CMYK color model

#150831 color CMYK value is (57,84,0,81).

  • cyan value is 57.14%
  • magenta value is 83.67%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(57,84,0,81)
C57M84Y0K81 
(57%,84%,0%,81%)
(0.57/0.84/0.00/0.81)	

CMYK percentages

%57.14
%83.67
%0
%80.78

Codes

Color #150831 in popluar color models

150831
RGB21849
HSL259°71.93%11.18%
HSB/HSV259°83.67%19.22%
CMYK57.14%83.67%0.00%
80.78%

Color #150831 in popluar number systems.

HEX150831
Decimal21849
Binary101011000110001
Octal251061

Shades and tints

Shades of #150831

#150831
(21,8,49)
#14082D
(20,8,45)
#130829
(19,8,41)
#120825
(18,8,37)
#110821
(17,8,33)
#10081D
(16,8,29)
#0F0819
(15,8,25)
#0E0815
(14,8,21)
#0D0811
(13,8,17)
#0C080D
(12,8,13)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #150831

#150831
(21,8,49)
#2A1E43
(42,30,67)
#3F3455
(63,52,85)
#544A67
(84,74,103)
#696079
(105,96,121)
#7E768B
(126,118,139)
#938C9D
(147,140,157)
#A8A2AF
(168,162,175)
#BDB8C1
(189,184,193)
#D2CED3
(210,206,211)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150831; }

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

This text font color is #150831.


Background Color

.myBgColor { background-color: #150831; }

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

This div background color is #150831.


Border color

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

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

This div border color is #150831.


Opacity

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

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

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

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

This text has shadow with #150831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150831 on black background.


Color preview on white background

This text has color #150831 on white background.



Black color preview on #150831 background

This text has black color on #150831 background.


White color preview on #150831 background

This text has white color on #150831 background.