COLOR #150921

HEX: #150921
RGB: (21,9,33)

Color info

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

RGB color model

#150921 color RGB value is (21,9,33).

  • red value is 21;
  • green value is 9;
  • blue value is 33.
RGB:
(21,9,33)
(8%,4%,13%)

RGB channels and saturation

R 21 of 255 = 8%
G 9 of 255 = 4%
B 33 of 255 = 13%

21
9
33

R + G + B ~ 8%. #150921 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 9 + 33 = 63 (100%)
R 21 of 63 ~ 33.33%
G 9 of 63 ~ 14.29%
B 33 of 63 ~ 52.38%

%33.33
%14.29
%52.38

CMYK color model

#150921 color CMYK value is (36,73,0,87).

  • cyan value is 36.36%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(36,73,0,87)
C36M73Y0K87 
(36%,73%,0%,87%)
(0.36/0.73/0.00/0.87)	

CMYK percentages

%36.36
%72.73
%0
%87.06

Codes

Color #150921 in popluar color models

150921
RGB21933
HSL270°57.14%8.24%
HSB/HSV270°72.73%12.94%
CMYK36.36%72.73%0.00%
87.06%

Color #150921 in popluar number systems.

HEX150921
Decimal21933
Binary101011001100001
Octal251141

Shades and tints

Shades of #150921

#150921
(21,9,33)
#14091E
(20,9,30)
#13091B
(19,9,27)
#120918
(18,9,24)
#110915
(17,9,21)
#100912
(16,9,18)
#0F090F
(15,9,15)
#0E090C
(14,9,12)
#0D0909
(13,9,9)
#0C0906
(12,9,6)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #150921

#150921
(21,9,33)
#2A1F35
(42,31,53)
#3F3549
(63,53,73)
#544B5D
(84,75,93)
#696171
(105,97,113)
#7E7785
(126,119,133)
#938D99
(147,141,153)
#A8A3AD
(168,163,173)
#BDB9C1
(189,185,193)
#D2CFD5
(210,207,213)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150921 color. Also use rgb(21,9,33) instead hex code.

Text Font Color

.myTextColor { color: #150921; }

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

This text font color is #150921.


Background Color

.myBgColor { background-color: #150921; }

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

This div background color is #150921.


Border color

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

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

This div border color is #150921.


Opacity

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

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

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

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

This text has shadow with #150921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150921 on black background.


Color preview on white background

This text has color #150921 on white background.



Black color preview on #150921 background

This text has black color on #150921 background.


White color preview on #150921 background

This text has white color on #150921 background.