COLOR #050314

HEX: #050314
RGB: (5,3,20)

Color info

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

RGB color model

#050314 color RGB value is (5,3,20).

  • red value is 5;
  • green value is 3;
  • blue value is 20.
RGB:
(5,3,20)
(2%,1%,8%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 20 of 255 = 8%

5
3
20

R + G + B ~ 4%. #050314 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 3 + 20 = 28 (100%)
R 5 of 28 ~ 17.86%
G 3 of 28 ~ 10.71%
B 20 of 28 ~ 71.43%

%17.86
%10.71
%71.43

CMYK color model

#050314 color CMYK value is (75,85,0,92).

  • cyan value is 75.00%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(75,85,0,92)
C75M85Y0K92 
(75%,85%,0%,92%)
(0.75/0.85/0.00/0.92)	

CMYK percentages

%75
%85
%0
%92.16

Codes

Color #050314 in popluar color models

050314
RGB5320
HSL247°73.91%4.51%
HSB/HSV247°85.00%7.84%
CMYK75.00%85.00%0.00%
92.16%

Color #050314 in popluar number systems.

HEX050314
Decimal5320
Binary1011110100
Octal5324

Shades and tints

Shades of #050314

#050314
(5,3,20)
#050313
(5,3,19)
#050312
(5,3,18)
#050311
(5,3,17)
#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)
#000000
(0,0,0)

Tints of #050314

#050314
(5,3,20)
#1B1929
(27,25,41)
#312F3E
(49,47,62)
#474553
(71,69,83)
#5D5B68
(93,91,104)
#73717D
(115,113,125)
#898792
(137,135,146)
#9F9DA7
(159,157,167)
#B5B3BC
(181,179,188)
#CBC9D1
(203,201,209)
#E1DFE6
(225,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050314; }

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

This text font color is #050314.


Background Color

.myBgColor { background-color: #050314; }

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

This div background color is #050314.


Border color

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

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

This div border color is #050314.


Opacity

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

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

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

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

This text has shadow with #050314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050314 on black background.


Color preview on white background

This text has color #050314 on white background.



Black color preview on #050314 background

This text has black color on #050314 background.


White color preview on #050314 background

This text has white color on #050314 background.