COLOR #050310

HEX: #050310 RGB: (5,3,16)

Color info

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

RGB color model

#050310 color RGB value is (5,3,16).

RGB: (5,3,16) (2%, 1%, 6%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 16 of 255 = 6%

5
3
16

R + G + B ~ 3%. #050310 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 16 = 24 (100%)
R 5 of 24 ~ 20.83%
G 3 of 24 ~ 12.5%
B 16 of 24 ~ 66.67'%

%20.83
%12.5
%66.67

CMYK color model

#050310 color CMYK value is (69,81,0,94).

  • cyan value is 68.75%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (69,81,0,94)
C69M81Y0K94 (69%, 81%, 0%, 94%)
(0.69 / 0.81 / 0.00 / 0.94)

CMYK percentages

%68.75
%81.25
%0
%93.73

Codes

Color #050310 in popluar color models

05 03 10
RGB 5 3 16
HSL 249° 68.42% 3.73%
HSB/HSV 249° 81.25% 6.27%
CMYK 68.75% 81.25% 0.00%
93.73%

Color #050310 in popluar number systems.

HEX 05 03 10
Decimal 5 3 16
Binary 101 11 10000
Octal 5 3 20

Shades and tints

Shades of #050310

#050310
(5,3,16)
#05030F
(5,3,15)
#05030E
(5,3,14)
#05030D
(5,3,13)
#05030C
(5,3,12)
#05030B
(5,3,11)
#05030A
(5,3,10)
#050309
(5,3,9)
#050308
(5,3,8)
#050307
(5,3,7)
#050306
(5,3,6)
#000000
(0,0,0)

Tints of #050310

#050310
(5,3,16)
#1B1925
(27,25,37)
#312F3A
(49,47,58)
#47454F
(71,69,79)
#5D5B64
(93,91,100)
#737179
(115,113,121)
#89878E
(137,135,142)
#9F9DA3
(159,157,163)
#B5B3B8
(181,179,184)
#CBC9CD
(203,201,205)
#E1DFE2
(225,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050310; }

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

This text font color is #050310.

Background Color

.myBgColor { background-color: #050310; }

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

This div background color is #050310.

Border color

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

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

This div border color is #050310.

Opacity

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

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

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

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

This text has shadow with #050310 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050310.

Preview

Color preview on black background

This text has color #050310 on black background.


Color preview on white background

This text has color #050310 on white background.


Black color preview on #050310 background

This text has black color on #050310 background.


White color preview on #050310 background

This text has white color on #050310 background.


Related colors

Complementary color

Complementary color for #hex is #FAFCEF.


I love getcolorcode.com

Triadic colors

1 #100503 and #031005 with #050310 are triadic colors.

2 #100305 and #030510 with #050310 are triadic colors.