COLOR #05030A

HEX: #05030A
RGB: (5,3,10)

Color info

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

RGB color model

#05030A color RGB value is (5,3,10).

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

RGB channels and saturation

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

5
3
10

R + G + B ~ 2%. #05030A is dark color.

Portions of RGB colors in percentages

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

%27.78
%16.67
%55.56

CMYK color model

#05030A color CMYK value is (50,70,0,96).

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

CMYK percentages

%50
%70
%0
%96.08

Codes

Color #05030A in popluar color models

05030A
RGB5310
HSL257°53.85%2.55%
HSB/HSV257°70.00%3.92%
CMYK50.00%70.00%0.00%
96.08%

Color #05030A in popluar number systems.

HEX05030A
Decimal5310
Binary101111010
Octal5312

Shades and tints

Tints of #05030A

#05030A
(5,3,10)
#1B1920
(27,25,32)
#312F36
(49,47,54)
#47454C
(71,69,76)
#5D5B62
(93,91,98)
#737178
(115,113,120)
#89878E
(137,135,142)
#9F9DA4
(159,157,164)
#B5B3BA
(181,179,186)
#CBC9D0
(203,201,208)
#E1DFE6
(225,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05030A; }

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

This text font color is #05030A.


Background Color

.myBgColor { background-color: #05030A; }

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

This div background color is #05030A.


Border color

.myBorderColor { border: 1px solid #05030A; }

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

This div border color is #05030A.


Opacity

.myOpacity80 { color: #05030A; opacity: 0.8; }

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

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

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

This text has shadow with #05030A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05030A on black background.


Color preview on white background

This text has color #05030A on white background.



Black color preview on #05030A background

This text has black color on #05030A background.


White color preview on #05030A background

This text has white color on #05030A background.