COLOR #050D22

HEX: #050D22
RGB: (5,13,34)

Color info

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

RGB color model

#050D22 color RGB value is (5,13,34).

  • red value is 5;
  • green value is 13;
  • blue value is 34.
RGB:
(5,13,34)
(2%,5%,13%)

RGB channels and saturation

R 5 of 255 = 2%
G 13 of 255 = 5%
B 34 of 255 = 13%

5
13
34

R + G + B ~ 7%. #050D22 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 13 + 34 = 52 (100%)
R 5 of 52 ~ 9.62%
G 13 of 52 ~ 25%
B 34 of 52 ~ 65.38%

%9.62
%25
%65.38

CMYK color model

#050D22 color CMYK value is (85,62,0,87).

  • cyan value is 85.29%
  • magenta value is 61.76%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(85,62,0,87)
C85M62Y0K87 
(85%,62%,0%,87%)
(0.85/0.62/0.00/0.87)	

CMYK percentages

%85.29
%61.76
%0
%86.67

Codes

Color #050D22 in popluar color models

050D22
RGB51334
HSL223°74.36%7.65%
HSB/HSV223°85.29%13.33%
CMYK85.29%61.76%0.00%
86.67%

Color #050D22 in popluar number systems.

HEX050D22
Decimal51334
Binary1011101100010
Octal51542

Shades and tints

Shades of #050D22

#050D22
(5,13,34)
#050C1F
(5,12,31)
#050B1C
(5,11,28)
#050A19
(5,10,25)
#050916
(5,9,22)
#050813
(5,8,19)
#050710
(5,7,16)
#05060D
(5,6,13)
#05050A
(5,5,10)
#050407
(5,4,7)
#050304
(5,3,4)
#000000
(0,0,0)

Tints of #050D22

#050D22
(5,13,34)
#1B2336
(27,35,54)
#31394A
(49,57,74)
#474F5E
(71,79,94)
#5D6572
(93,101,114)
#737B86
(115,123,134)
#89919A
(137,145,154)
#9FA7AE
(159,167,174)
#B5BDC2
(181,189,194)
#CBD3D6
(203,211,214)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050D22 color. Also use rgb(5,13,34) instead hex code.

Text Font Color

.myTextColor { color: #050D22; }

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

This text font color is #050D22.


Background Color

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

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

This div background color is #050D22.


Border color

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

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

This div border color is #050D22.


Opacity

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

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

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

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

This text has shadow with #050D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050D22 on black background.


Color preview on white background

This text has color #050D22 on white background.



Black color preview on #050D22 background

This text has black color on #050D22 background.


White color preview on #050D22 background

This text has white color on #050D22 background.