COLOR #050921

HEX: #050921
RGB: (5,9,33)

Color info

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

RGB color model

#050921 color RGB value is (5,9,33).

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

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 33 of 255 = 13%

5
9
33

R + G + B ~ 6%. #050921 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 33 = 47 (100%)
R 5 of 47 ~ 10.64%
G 9 of 47 ~ 19.15%
B 33 of 47 ~ 70.21%

%10.64
%19.15
%70.21

CMYK color model

#050921 color CMYK value is (85,73,0,87).

  • cyan value is 84.85%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(85,73,0,87)
C85M73Y0K87 
(85%,73%,0%,87%)
(0.85/0.73/0.00/0.87)	

CMYK percentages

%84.85
%72.73
%0
%87.06

Codes

Color #050921 in popluar color models

050921
RGB5933
HSL231°73.68%7.45%
HSB/HSV231°84.85%12.94%
CMYK84.85%72.73%0.00%
87.06%

Color #050921 in popluar number systems.

HEX050921
Decimal5933
Binary1011001100001
Octal51141

Shades and tints

Shades of #050921

#050921
(5,9,33)
#05091E
(5,9,30)
#05091B
(5,9,27)
#050918
(5,9,24)
#050915
(5,9,21)
#050912
(5,9,18)
#05090F
(5,9,15)
#05090C
(5,9,12)
#050909
(5,9,9)
#050906
(5,9,6)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #050921

#050921
(5,9,33)
#1B1F35
(27,31,53)
#313549
(49,53,73)
#474B5D
(71,75,93)
#5D6171
(93,97,113)
#737785
(115,119,133)
#898D99
(137,141,153)
#9FA3AD
(159,163,173)
#B5B9C1
(181,185,193)
#CBCFD5
(203,207,213)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050921; }

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

This text font color is #050921.


Background Color

.myBgColor { background-color: #050921; }

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

This div background color is #050921.


Border color

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

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

This div border color is #050921.


Opacity

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

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

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

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

This text has shadow with #050921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050921 on black background.


Color preview on white background

This text has color #050921 on white background.



Black color preview on #050921 background

This text has black color on #050921 background.


White color preview on #050921 background

This text has white color on #050921 background.