COLOR #050901

HEX: #050901 RGB: (5,9,1)

Color info

#050901 contains red, green and blue colors in about the same proportion. Web safe color of #050901 is #000000 (or #000).

RGB color model

#050901 color RGB value is (5,9,1).

RGB: (5,9,1) (2%, 4%, 0%)

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 1 of 255 = 0%

5
9
1

R + G + B ~ 2%. #050901 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 9 + 1 = 15 (100%)
R 5 of 15 ~ 33.33%
G 9 of 15 ~ 60%
B 1 of 15 ~ 6.67'%

%33.33
%60

CMYK color model

#050901 color CMYK value is (44,0,89,96).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 96.47%
CMYK: (44,0,89,96) C44M0Y89K96 (44%,0%,89%,96%) (0.44/0.00/0.89/0.96) 

CMYK percentages

%44.44
%0
%88.89
%96.47

Codes

Color #050901 in popluar color models

05 09 01
RGB 5 9 1
HSL 90° 80.00% 1.96%
HSB/HSV 90° 88.89% 3.53%
CMYK 44.44% 0.00% 88.89%
96.47%

Color #050901 in popluar number systems.

HEX 05 09 01
Decimal 5 9 1
Binary 101 1001 1
Octal 5 11 1

Shades and tints

Tints of #050901

#050901
(5,9,1)
#1B1F18
(27,31,24)
#31352F
(49,53,47)
#474B46
(71,75,70)
#5D615D
(93,97,93)
#737774
(115,119,116)
#898D8B
(137,141,139)
#9FA3A2
(159,163,162)
#B5B9B9
(181,185,185)
#CBCFD0
(203,207,208)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050901; }

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

This text font color is #050901.

Background Color

.myBgColor { background-color: #050901; }

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

This div background color is #050901.

Border color

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

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

This div border color is #050901.

Opacity

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

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

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

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

This text has shadow with #050901 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050901.

Preview

Color preview on black background

This text has color #050901 on black background.


Color preview on white background

This text has color #050901 on white background.


Black color preview on #050901 background

This text has black color on #050901 background.


White color preview on #050901 background

This text has white color on #050901 background.


Related colors

Complementary color

Complementary color for #hex is #FAF6FE.


I love getcolorcode.com

Triadic colors

1 #010509 and #090105 with #050901 are triadic colors.

2 #010905 and #090501 with #050901 are triadic colors.