COLOR #051001

HEX: #051001
RGB: (5,16,1)

Color info

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

RGB color model

#051001 color RGB value is (5,16,1).

  • red value is 5;
  • green value is 16;
  • blue value is 1.
RGB:
(5,16,1)
(2%,6%,0%)

RGB channels and saturation

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

5
16
1

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

Portions of RGB colors in percentages

R + G + B =
5 + 16 + 1 = 22 (100%)
R 5 of 22 ~ 22.73%
G 16 of 22 ~ 72.73%
B 1 of 22 ~ 4.55%

%22.73
%72.73

CMYK color model

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

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 93.73%
CMYK:
(69,0,94,94)
C69M0Y94K94 
(69%,0%,94%,94%)
(0.69/0.00/0.94/0.94)	

CMYK percentages

%68.75
%0
%93.75
%93.73

Codes

Color #051001 in popluar color models

051001
RGB5161
HSL104°88.24%3.33%
HSB/HSV104°93.75%6.27%
CMYK68.75%0.00%93.75%
93.73%

Color #051001 in popluar number systems.

HEX051001
Decimal5161
Binary101100001
Octal5201

Shades and tints

Shades of #051001

#051001
(5,16,1)
#050F01
(5,15,1)
#050E01
(5,14,1)
#050D01
(5,13,1)
#050C01
(5,12,1)
#050B01
(5,11,1)
#050A01
(5,10,1)
#050901
(5,9,1)
#050801
(5,8,1)
#050701
(5,7,1)
#050601
(5,6,1)
#000000
(0,0,0)

Tints of #051001

#051001
(5,16,1)
#1B2518
(27,37,24)
#313A2F
(49,58,47)
#474F46
(71,79,70)
#5D645D
(93,100,93)
#737974
(115,121,116)
#898E8B
(137,142,139)
#9FA3A2
(159,163,162)
#B5B8B9
(181,184,185)
#CBCDD0
(203,205,208)
#E1E2E7
(225,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051001; }

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

This text font color is #051001.


Background Color

.myBgColor { background-color: #051001; }

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

This div background color is #051001.


Border color

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

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

This div border color is #051001.


Opacity

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

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

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

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

This text has shadow with #051001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051001 on black background.


Color preview on white background

This text has color #051001 on white background.



Black color preview on #051001 background

This text has black color on #051001 background.


White color preview on #051001 background

This text has white color on #051001 background.