COLOR #05090C

HEX: #05090C
RGB: (5,9,12)

Color info

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

RGB color model

#05090C color RGB value is (5,9,12).

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

RGB channels and saturation

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

5
9
12

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

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 12 = 26 (100%)
R 5 of 26 ~ 19.23%
G 9 of 26 ~ 34.62%
B 12 of 26 ~ 46.15%

%19.23
%34.62
%46.15

CMYK color model

#05090C color CMYK value is (58,25,0,95).

  • cyan value is 58.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(58,25,0,95)
C58M25Y0K95 
(58%,25%,0%,95%)
(0.58/0.25/0.00/0.95)	

CMYK percentages

%58.33
%25
%0
%95.29

Codes

Color #05090C in popluar color models

05090C
RGB5912
HSL206°41.18%3.33%
HSB/HSV206°58.33%4.71%
CMYK58.33%25.00%0.00%
95.29%

Color #05090C in popluar number systems.

HEX05090C
Decimal5912
Binary10110011100
Octal51114

Shades and tints

Shades of #05090C

#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)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #05090C

#05090C
(5,9,12)
#1B1F22
(27,31,34)
#313538
(49,53,56)
#474B4E
(71,75,78)
#5D6164
(93,97,100)
#73777A
(115,119,122)
#898D90
(137,141,144)
#9FA3A6
(159,163,166)
#B5B9BC
(181,185,188)
#CBCFD2
(203,207,210)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05090C; }

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

This text font color is #05090C.


Background Color

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

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

This div background color is #05090C.


Border color

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

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

This div border color is #05090C.


Opacity

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

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

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

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

This text has shadow with #05090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05090C on black background.


Color preview on white background

This text has color #05090C on white background.



Black color preview on #05090C background

This text has black color on #05090C background.


White color preview on #05090C background

This text has white color on #05090C background.