COLOR #050A03

HEX: #050A03
RGB: (5,10,3)

Color info

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

RGB color model

#050A03 color RGB value is (5,10,3).

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

RGB channels and saturation

R 5 of 255 = 2%
G 10 of 255 = 4%
B 3 of 255 = 1%

5
10
3

R + G + B ~ 2%. #050A03 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 10 + 3 = 18 (100%)
R 5 of 18 ~ 27.78%
G 10 of 18 ~ 55.56%
B 3 of 18 ~ 16.67%

%27.78
%55.56
%16.67

CMYK color model

#050A03 color CMYK value is (50,0,70,96).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 96.08%
CMYK:
(50,0,70,96)
C50M0Y70K96 
(50%,0%,70%,96%)
(0.50/0.00/0.70/0.96)	

CMYK percentages

%50
%0
%70
%96.08

Codes

Color #050A03 in popluar color models

050A03
RGB5103
HSL103°53.85%2.55%
HSB/HSV103°70.00%3.92%
CMYK50.00%0.00%70.00%
96.08%

Color #050A03 in popluar number systems.

HEX050A03
Decimal5103
Binary101101011
Octal5123

Shades and tints

Tints of #050A03

#050A03
(5,10,3)
#1B2019
(27,32,25)
#31362F
(49,54,47)
#474C45
(71,76,69)
#5D625B
(93,98,91)
#737871
(115,120,113)
#898E87
(137,142,135)
#9FA49D
(159,164,157)
#B5BAB3
(181,186,179)
#CBD0C9
(203,208,201)
#E1E6DF
(225,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050A03; }

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

This text font color is #050A03.


Background Color

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

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

This div background color is #050A03.


Border color

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

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

This div border color is #050A03.


Opacity

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

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

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

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

This text has shadow with #050A03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050A03 on black background.


Color preview on white background

This text has color #050A03 on white background.



Black color preview on #050A03 background

This text has black color on #050A03 background.


White color preview on #050A03 background

This text has white color on #050A03 background.