COLOR #05090D

HEX: #05090D RGB: (5,9,13)

Color info

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

RGB color model

#05090D color RGB value is (5,9,13).

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

RGB channels and saturation

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

5
9
13

R + G + B ~ 4%. #05090D is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 9 + 13 = 27 (100%)
R 5 of 27 ~ 18.52%
G 9 of 27 ~ 33.33%
B 13 of 27 ~ 48.15'%

%18.52
%33.33
%48.15

CMYK color model

#05090D color CMYK value is (62,31,0,95).

  • cyan value is 61.54%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (62,31,0,95)
C62M31Y0K95 (62%, 31%, 0%, 95%)
(0.62 / 0.31 / 0.00 / 0.95)

CMYK percentages

%61.54
%30.77
%0
%94.9

Codes

Color #05090D in popluar color models

05 09 0D
RGB 5 9 13
HSL 210° 44.44% 3.53%
HSB/HSV 210° 61.54% 5.10%
CMYK 61.54% 30.77% 0.00%
94.90%

Color #05090D in popluar number systems.

HEX 05 09 0D
Decimal 5 9 13
Binary 101 1001 1101
Octal 5 11 15

Shades and tints

Shades of #05090D

#05090D
(5,9,13)
#05090C
(5,9,12)
#05090B
(5,9,11)
#05090A
(5,9,10)
#050909
(5,9,9)
#050908
(5,9,8)
#050907
(5,9,7)
#050906
(5,9,6)
#050905
(5,9,5)
#050904
(5,9,4)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #05090D

#05090D
(5,9,13)
#1B1F23
(27,31,35)
#313539
(49,53,57)
#474B4F
(71,75,79)
#5D6165
(93,97,101)
#73777B
(115,119,123)
#898D91
(137,141,145)
#9FA3A7
(159,163,167)
#B5B9BD
(181,185,189)
#CBCFD3
(203,207,211)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05090D; }

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

This text font color is #05090D.

Background Color

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

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

This div background color is #05090D.

Border color

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

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

This div border color is #05090D.

Opacity

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

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

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

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

This text has shadow with #05090D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05090D.

Preview

Color preview on black background

This text has color #05090D on black background.


Color preview on white background

This text has color #05090D on white background.


Black color preview on #05090D background

This text has black color on #05090D background.


White color preview on #05090D background

This text has white color on #05090D background.


Related colors

Complementary color

Complementary color for #hex is #FAF6F2.


I love getcolorcode.com

Triadic colors

1 #0D0509 and #090D05 with #05090D are triadic colors.

2 #0D0905 and #09050D with #05090D are triadic colors.