COLOR #050C1C

HEX: #050C1C
RGB: (5,12,28)

Color info

#050C1C contains red, green and blue colors in about the same proportion. Web safe color of #050C1C is #000033 (or #003).

RGB color model

#050C1C color RGB value is (5,12,28).

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

RGB channels and saturation

R 5 of 255 = 2%
G 12 of 255 = 5%
B 28 of 255 = 11%

5
12
28

R + G + B ~ 6%. #050C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 12 + 28 = 45 (100%)
R 5 of 45 ~ 11.11%
G 12 of 45 ~ 26.67%
B 28 of 45 ~ 62.22%

%11.11
%26.67
%62.22

CMYK color model

#050C1C color CMYK value is (82,57,0,89).

  • cyan value is 82.14%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(82,57,0,89)
C82M57Y0K89 
(82%,57%,0%,89%)
(0.82/0.57/0.00/0.89)	

CMYK percentages

%82.14
%57.14
%0
%89.02

Codes

Color #050C1C in popluar color models

050C1C
RGB51228
HSL222°69.70%6.47%
HSB/HSV222°82.14%10.98%
CMYK82.14%57.14%0.00%
89.02%

Color #050C1C in popluar number systems.

HEX050C1C
Decimal51228
Binary101110011100
Octal51434

Shades and tints

Shades of #050C1C

#050C1C
(5,12,28)
#050B1A
(5,11,26)
#050A18
(5,10,24)
#050916
(5,9,22)
#050814
(5,8,20)
#050712
(5,7,18)
#050610
(5,6,16)
#05050E
(5,5,14)
#05040C
(5,4,12)
#05030A
(5,3,10)
#050208
(5,2,8)
#000000
(0,0,0)

Tints of #050C1C

#050C1C
(5,12,28)
#1B2230
(27,34,48)
#313844
(49,56,68)
#474E58
(71,78,88)
#5D646C
(93,100,108)
#737A80
(115,122,128)
#899094
(137,144,148)
#9FA6A8
(159,166,168)
#B5BCBC
(181,188,188)
#CBD2D0
(203,210,208)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050C1C color. Also use rgb(5,12,28) instead hex code.

Text Font Color

.myTextColor { color: #050C1C; }

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

This text font color is #050C1C.


Background Color

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

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

This div background color is #050C1C.


Border color

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

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

This div border color is #050C1C.


Opacity

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

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

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

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

This text has shadow with #050C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050C1C on black background.


Color preview on white background

This text has color #050C1C on white background.



Black color preview on #050C1C background

This text has black color on #050C1C background.


White color preview on #050C1C background

This text has white color on #050C1C background.