COLOR #050C30

HEX: #050C30
RGB: (5,12,48)

Color info

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

RGB color model

#050C30 color RGB value is (5,12,48).

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

RGB channels and saturation

R 5 of 255 = 2%
G 12 of 255 = 5%
B 48 of 255 = 19%

5
12
48

R + G + B ~ 9%. #050C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 12 + 48 = 65 (100%)
R 5 of 65 ~ 7.69%
G 12 of 65 ~ 18.46%
B 48 of 65 ~ 73.85%

%18.46
%73.85

CMYK color model

#050C30 color CMYK value is (90,75,0,81).

  • cyan value is 89.58%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(90,75,0,81)
C90M75Y0K81 
(90%,75%,0%,81%)
(0.90/0.75/0.00/0.81)	

CMYK percentages

%89.58
%75
%0
%81.18

Codes

Color #050C30 in popluar color models

050C30
RGB51248
HSL230°81.13%10.39%
HSB/HSV230°89.58%18.82%
CMYK89.58%75.00%0.00%
81.18%

Color #050C30 in popluar number systems.

HEX050C30
Decimal51248
Binary1011100110000
Octal51460

Shades and tints

Shades of #050C30

#050C30
(5,12,48)
#050B2C
(5,11,44)
#050A28
(5,10,40)
#050924
(5,9,36)
#050820
(5,8,32)
#05071C
(5,7,28)
#050618
(5,6,24)
#050514
(5,5,20)
#050410
(5,4,16)
#05030C
(5,3,12)
#050208
(5,2,8)
#000000
(0,0,0)

Tints of #050C30

#050C30
(5,12,48)
#1B2242
(27,34,66)
#313854
(49,56,84)
#474E66
(71,78,102)
#5D6478
(93,100,120)
#737A8A
(115,122,138)
#89909C
(137,144,156)
#9FA6AE
(159,166,174)
#B5BCC0
(181,188,192)
#CBD2D2
(203,210,210)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050C30; }

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

This text font color is #050C30.


Background Color

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

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

This div background color is #050C30.


Border color

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

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

This div border color is #050C30.


Opacity

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

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

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

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

This text has shadow with #050C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050C30 on black background.


Color preview on white background

This text has color #050C30 on white background.



Black color preview on #050C30 background

This text has black color on #050C30 background.


White color preview on #050C30 background

This text has white color on #050C30 background.