COLOR #050F01

HEX: #050F01
RGB: (5,15,1)

Color info

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

RGB color model

#050F01 color RGB value is (5,15,1).

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

RGB channels and saturation

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

5
15
1

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

Portions of RGB colors in percentages

R + G + B =
5 + 15 + 1 = 21 (100%)
R 5 of 21 ~ 23.81%
G 15 of 21 ~ 71.43%
B 1 of 21 ~ 4.76%

%23.81
%71.43

CMYK color model

#050F01 color CMYK value is (67,0,93,94).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 93.33%
  • key color value is 94.12%
CMYK:
(67,0,93,94)
C67M0Y93K94 
(67%,0%,93%,94%)
(0.67/0.00/0.93/0.94)	

CMYK percentages

%66.67
%0
%93.33
%94.12

Codes

Color #050F01 in popluar color models

050F01
RGB5151
HSL103°87.50%3.14%
HSB/HSV103°93.33%5.88%
CMYK66.67%0.00%93.33%
94.12%

Color #050F01 in popluar number systems.

HEX050F01
Decimal5151
Binary10111111
Octal5171

Shades and tints

Shades of #050F01

#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)
#050501
(5,5,1)
#000000
(0,0,0)

Tints of #050F01

#050F01
(5,15,1)
#1B2418
(27,36,24)
#31392F
(49,57,47)
#474E46
(71,78,70)
#5D635D
(93,99,93)
#737874
(115,120,116)
#898D8B
(137,141,139)
#9FA2A2
(159,162,162)
#B5B7B9
(181,183,185)
#CBCCD0
(203,204,208)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050F01; }

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

This text font color is #050F01.


Background Color

.myBgColor { background-color: #050F01; }

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

This div background color is #050F01.


Border color

.myBorderColor { border: 1px solid #050F01; }

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

This div border color is #050F01.


Opacity

.myOpacity80 { color: #050F01; opacity: 0.8; }

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

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

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

This text has shadow with #050F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050F01 on black background.


Color preview on white background

This text has color #050F01 on white background.



Black color preview on #050F01 background

This text has black color on #050F01 background.


White color preview on #050F01 background

This text has white color on #050F01 background.