COLOR #050F22

HEX: #050F22
RGB: (5,15,34)

Color info

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

RGB color model

#050F22 color RGB value is (5,15,34).

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

RGB channels and saturation

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

5
15
34

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

Portions of RGB colors in percentages

R + G + B =
5 + 15 + 34 = 54 (100%)
R 5 of 54 ~ 9.26%
G 15 of 54 ~ 27.78%
B 34 of 54 ~ 62.96%

%27.78
%62.96

CMYK color model

#050F22 color CMYK value is (85,56,0,87).

  • cyan value is 85.29%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK: (85,56,0,87) C85M56Y0K87 (85%,56%,0%,87%) (0.85/0.56/0.00/0.87)

CMYK percentages

%85.29
%55.88
%0
%86.67

Codes

Color #050F22 in popluar color models

050F22
RGB51534
HSL219°74.36%7.65%
HSB/HSV219°85.29%13.33%
CMYK85.29%55.88%0.00%
86.67%

Color #050F22 in popluar number systems.

HEX050F22
Decimal51534
Binary1011111100010
Octal51742

Shades and tints

Shades of #050F22

#050F22
(5,15,34)
#050E1F
(5,14,31)
#050D1C
(5,13,28)
#050C19
(5,12,25)
#050B16
(5,11,22)
#050A13
(5,10,19)
#050910
(5,9,16)
#05080D
(5,8,13)
#05070A
(5,7,10)
#050607
(5,6,7)
#050504
(5,5,4)
#000000
(0,0,0)

Tints of #050F22

#050F22
(5,15,34)
#1B2436
(27,36,54)
#31394A
(49,57,74)
#474E5E
(71,78,94)
#5D6372
(93,99,114)
#737886
(115,120,134)
#898D9A
(137,141,154)
#9FA2AE
(159,162,174)
#B5B7C2
(181,183,194)
#CBCCD6
(203,204,214)
#E1E1EA
(225,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050F22; }

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

This text font color is #050F22.


Background Color

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

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

This div background color is #050F22.


Border color

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

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

This div border color is #050F22.


Opacity

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

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

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

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

This text has shadow with #050F22 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #050F22 on black background.


Color preview on white background

This text has color #050F22 on white background.



Black color preview on #050F22 background

This text has black color on #050F22 background.


White color preview on #050F22 background

This text has white color on #050F22 background.