COLOR #051303

HEX: #051303
RGB: (5,19,3)

Color info

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

RGB color model

#051303 color RGB value is (5,19,3).

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

RGB channels and saturation

R 5 of 255 = 2%
G 19 of 255 = 7%
B 3 of 255 = 1%

5
19
3

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

Portions of RGB colors in percentages

R + G + B =
5 + 19 + 3 = 27 (100%)
R 5 of 27 ~ 18.52%
G 19 of 27 ~ 70.37%
B 3 of 27 ~ 11.11%

%18.52
%70.37
%11.11

CMYK color model

#051303 color CMYK value is (74,0,84,93).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 92.55%
CMYK:
(74,0,84,93)
C74M0Y84K93 
(74%,0%,84%,93%)
(0.74/0.00/0.84/0.93)	

CMYK percentages

%73.68
%0
%84.21
%92.55

Codes

Color #051303 in popluar color models

051303
RGB5193
HSL113°72.73%4.31%
HSB/HSV113°84.21%7.45%
CMYK73.68%0.00%84.21%
92.55%

Color #051303 in popluar number systems.

HEX051303
Decimal5193
Binary1011001111
Octal5233

Shades and tints

Shades of #051303

#051303
(5,19,3)
#051203
(5,18,3)
#051103
(5,17,3)
#051003
(5,16,3)
#050F03
(5,15,3)
#050E03
(5,14,3)
#050D03
(5,13,3)
#050C03
(5,12,3)
#050B03
(5,11,3)
#050A03
(5,10,3)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #051303

#051303
(5,19,3)
#1B2819
(27,40,25)
#313D2F
(49,61,47)
#475245
(71,82,69)
#5D675B
(93,103,91)
#737C71
(115,124,113)
#899187
(137,145,135)
#9FA69D
(159,166,157)
#B5BBB3
(181,187,179)
#CBD0C9
(203,208,201)
#E1E5DF
(225,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051303; }

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

This text font color is #051303.


Background Color

.myBgColor { background-color: #051303; }

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

This div background color is #051303.


Border color

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

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

This div border color is #051303.


Opacity

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

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

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

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

This text has shadow with #051303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051303 on black background.


Color preview on white background

This text has color #051303 on white background.



Black color preview on #051303 background

This text has black color on #051303 background.


White color preview on #051303 background

This text has white color on #051303 background.