COLOR #02050A

HEX: #02050A
RGB: (2,5,10)

Color info

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

RGB color model

#02050A color RGB value is (2,5,10).

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

RGB channels and saturation

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

2
5
10

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

Portions of RGB colors in percentages

R + G + B =
2 + 5 + 10 = 17 (100%)
R 2 of 17 ~ 11.76%
G 5 of 17 ~ 29.41%
B 10 of 17 ~ 58.82%

%11.76
%29.41
%58.82

CMYK color model

#02050A color CMYK value is (80,50,0,96).

  • cyan value is 80.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(80,50,0,96)
C80M50Y0K96 
(80%,50%,0%,96%)
(0.80/0.50/0.00/0.96)	

CMYK percentages

%80
%50
%0
%96.08

Codes

Color #02050A in popluar color models

02050A
RGB2510
HSL218°66.67%2.35%
HSB/HSV218°80.00%3.92%
CMYK80.00%50.00%0.00%
96.08%

Color #02050A in popluar number systems.

HEX02050A
Decimal2510
Binary101011010
Octal2512

Shades and tints

Tints of #02050A

#02050A
(2,5,10)
#191B20
(25,27,32)
#303136
(48,49,54)
#47474C
(71,71,76)
#5E5D62
(94,93,98)
#757378
(117,115,120)
#8C898E
(140,137,142)
#A39FA4
(163,159,164)
#BAB5BA
(186,181,186)
#D1CBD0
(209,203,208)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02050A; }

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

This text font color is #02050A.


Background Color

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

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

This div background color is #02050A.


Border color

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

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

This div border color is #02050A.


Opacity

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

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

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

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

This text has shadow with #02050A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02050A on black background.


Color preview on white background

This text has color #02050A on white background.



Black color preview on #02050A background

This text has black color on #02050A background.


White color preview on #02050A background

This text has white color on #02050A background.