COLOR #050309

HEX: #050309 RGB: (5,3,9)

Color info

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

RGB color model

#050309 color RGB value is (5,3,9).

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

RGB channels and saturation

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

5
3
9

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

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 9 = 17 (100%)
R 5 of 17 ~ 29.41%
G 3 of 17 ~ 17.65%
B 9 of 17 ~ 52.94'%

%29.41
%17.65
%52.94

CMYK color model

#050309 color CMYK value is (44,67,0,96).

  • cyan value is 44.44%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 96.47%

CMYK: (44,67,0,96)
C44M67Y0K96 (44%, 67%, 0%, 96%)
(0.44 / 0.67 / 0.00 / 0.96)

CMYK percentages

%44.44
%66.67
%0
%96.47

Codes

Color #050309 in popluar color models

05 03 09
RGB 5 3 9
HSL 260° 50.00% 2.35%
HSB/HSV 260° 66.67% 3.53%
CMYK 44.44% 66.67% 0.00%
96.47%

Color #050309 in popluar number systems.

HEX 05 03 09
Decimal 5 3 9
Binary 101 11 1001
Octal 5 3 11

Shades and tints

Tints of #050309

#050309
(5,3,9)
#1B191F
(27,25,31)
#312F35
(49,47,53)
#47454B
(71,69,75)
#5D5B61
(93,91,97)
#737177
(115,113,119)
#89878D
(137,135,141)
#9F9DA3
(159,157,163)
#B5B3B9
(181,179,185)
#CBC9CF
(203,201,207)
#E1DFE5
(225,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050309; }

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

This text font color is #050309.

Background Color

.myBgColor { background-color: #050309; }

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

This div background color is #050309.

Border color

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

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

This div border color is #050309.

Opacity

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

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

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

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

This text has shadow with #050309 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050309.

Preview

Color preview on black background

This text has color #050309 on black background.


Color preview on white background

This text has color #050309 on white background.


Black color preview on #050309 background

This text has black color on #050309 background.


White color preview on #050309 background

This text has white color on #050309 background.


Related colors

Complementary color

Complementary color for #hex is #FAFCF6.


I love getcolorcode.com

Triadic colors

1 #090503 and #030905 with #050309 are triadic colors.

2 #090305 and #030509 with #050309 are triadic colors.