COLOR #050A12

HEX: #050A12 RGB: (5,10,18)

Color info

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

RGB color model

#050A12 color RGB value is (5,10,18).

RGB: (5,10,18) (2%, 4%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 10 of 255 = 4%
B 18 of 255 = 7%

5
10
18

R + G + B ~ 4%. #050A12 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 10 + 18 = 33 (100%)
R 5 of 33 ~ 15.15%
G 10 of 33 ~ 30.3%
B 18 of 33 ~ 54.55'%

%15.15
%30.3
%54.55

CMYK color model

#050A12 color CMYK value is (72,44,0,93).

  • cyan value is 72.22%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 92.94%

CMYK: (72,44,0,93)
C72M44Y0K93 (72%, 44%, 0%, 93%)
(0.72 / 0.44 / 0.00 / 0.93)

CMYK percentages

%72.22
%44.44
%0
%92.94

Codes

Color #050A12 in popluar color models

05 0A 12
RGB 5 10 18
HSL 217° 56.52% 4.51%
HSB/HSV 217° 72.22% 7.06%
CMYK 72.22% 44.44% 0.00%
92.94%

Color #050A12 in popluar number systems.

HEX 05 0A 12
Decimal 5 10 18
Binary 101 1010 10010
Octal 5 12 22

Shades and tints

Shades of #050A12

#050A12
(5,10,18)
#050A11
(5,10,17)
#050A10
(5,10,16)
#050A0F
(5,10,15)
#050A0E
(5,10,14)
#050A0D
(5,10,13)
#050A0C
(5,10,12)
#050A0B
(5,10,11)
#050A0A
(5,10,10)
#050A09
(5,10,9)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #050A12

#050A12
(5,10,18)
#1B2027
(27,32,39)
#31363C
(49,54,60)
#474C51
(71,76,81)
#5D6266
(93,98,102)
#73787B
(115,120,123)
#898E90
(137,142,144)
#9FA4A5
(159,164,165)
#B5BABA
(181,186,186)
#CBD0CF
(203,208,207)
#E1E6E4
(225,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050A12 color. Also use rgb(5,10,18) instead hex code.

Text Font Color

.myTextColor { color: #050A12; }

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

This text font color is #050A12.

Background Color

.myBgColor { background-color: #050A12; }

<div style="background-color:#050A12">Inner text</div>

This div background color is #050A12.

Border color

.myBorderColor { border: 1px solid #050A12; }

<div style="border:3px solid #050A12">Div</div>

This div border color is #050A12.

Opacity

.myOpacity80 { color: #050A12; opacity: 0.8; }

<p style="color:#050A12;opacity:0.8;">80%</p>

Text with #050A12 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 #050A12;}

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

This text has shadow with #050A12 color.


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

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

This text has shadow with #050A12 primary color and red secondary color.


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

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

This text has shadow with #050A12 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #050A12.

Preview

Color preview on black background

This text has color #050A12 on black background.


Color preview on white background

This text has color #050A12 on white background.


Black color preview on #050A12 background

This text has black color on #050A12 background.


White color preview on #050A12 background

This text has white color on #050A12 background.


Related colors

Complementary color

Complementary color for #hex is #FAF5ED.


I love getcolorcode.com

Triadic colors

1 #12050A and #0A1205 with #050A12 are triadic colors.

2 #120A05 and #0A0512 with #050A12 are triadic colors.