COLOR #05090A

HEX: #05090A RGB: (5,9,10)

Color info

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

RGB color model

#05090A color RGB value is (5,9,10).

RGB: (5,9,10) (2%, 4%, 4%)

RGB channels and saturation

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

5
9
10

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

Portions of RGB colors in percentages

R + G + B = 5 + 9 + 10 = 24 (100%)
R 5 of 24 ~ 20.83%
G 9 of 24 ~ 37.5%
B 10 of 24 ~ 41.67'%

%20.83
%37.5
%41.67

CMYK color model

#05090A color CMYK value is (50,10,0,96).

  • cyan value is 50.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK: (50,10,0,96) C50M10Y0K96 (50%,10%,0%,96%) (0.50/0.10/0.00/0.96) 

CMYK percentages

%50
%10
%0
%96.08

Codes

Color #05090A in popluar color models

05 09 0A
RGB 5 9 10
HSL 192° 33.33% 2.94%
HSB/HSV 192° 50.00% 3.92%
CMYK 50.00% 10.00% 0.00%
96.08%

Color #05090A in popluar number systems.

HEX 05 09 0A
Decimal 5 9 10
Binary 101 1001 1010
Octal 5 11 12

Shades and tints

Tints of #05090A

#05090A
(5,9,10)
#1B1F20
(27,31,32)
#313536
(49,53,54)
#474B4C
(71,75,76)
#5D6162
(93,97,98)
#737778
(115,119,120)
#898D8E
(137,141,142)
#9FA3A4
(159,163,164)
#B5B9BA
(181,185,186)
#CBCFD0
(203,207,208)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05090A; }

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

This text font color is #05090A.

Background Color

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

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

This div background color is #05090A.

Border color

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

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

This div border color is #05090A.

Opacity

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

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

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

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

This text has shadow with #05090A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05090A.

Preview

Color preview on black background

This text has color #05090A on black background.


Color preview on white background

This text has color #05090A on white background.


Black color preview on #05090A background

This text has black color on #05090A background.


White color preview on #05090A background

This text has white color on #05090A background.


Related colors

Complementary color

Complementary color for #hex is #FAF6F5.


I love getcolorcode.com

Triadic colors

1 #0A0509 and #090A05 with #05090A are triadic colors.

2 #0A0905 and #09050A with #05090A are triadic colors.