COLOR #050F24

HEX: #050F24
RGB: (5,15,36)

Color info

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

RGB color model

#050F24 color RGB value is (5,15,36).

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

RGB channels and saturation

R 5 of 255 = 2%
G 15 of 255 = 6%
B 36 of 255 = 14%

5
15
36

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

Portions of RGB colors in percentages

R + G + B =
5 + 15 + 36 = 56 (100%)
R 5 of 56 ~ 8.93%
G 15 of 56 ~ 26.79%
B 36 of 56 ~ 64.29%

%26.79
%64.29

CMYK color model

#050F24 color CMYK value is (86,58,0,86).

  • cyan value is 86.11%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(86,58,0,86)
C86M58Y0K86 
(86%,58%,0%,86%)
(0.86/0.58/0.00/0.86)	

CMYK percentages

%86.11
%58.33
%0
%85.88

Codes

Color #050F24 in popluar color models

050F24
RGB51536
HSL221°75.61%8.04%
HSB/HSV221°86.11%14.12%
CMYK86.11%58.33%0.00%
85.88%

Color #050F24 in popluar number systems.

HEX050F24
Decimal51536
Binary1011111100100
Octal51744

Shades and tints

Shades of #050F24

#050F24
(5,15,36)
#050E21
(5,14,33)
#050D1E
(5,13,30)
#050C1B
(5,12,27)
#050B18
(5,11,24)
#050A15
(5,10,21)
#050912
(5,9,18)
#05080F
(5,8,15)
#05070C
(5,7,12)
#050609
(5,6,9)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #050F24

#050F24
(5,15,36)
#1B2437
(27,36,55)
#31394A
(49,57,74)
#474E5D
(71,78,93)
#5D6370
(93,99,112)
#737883
(115,120,131)
#898D96
(137,141,150)
#9FA2A9
(159,162,169)
#B5B7BC
(181,183,188)
#CBCCCF
(203,204,207)
#E1E1E2
(225,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050F24; }

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

This text font color is #050F24.


Background Color

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

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

This div background color is #050F24.


Border color

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

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

This div border color is #050F24.


Opacity

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

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

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

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

This text has shadow with #050F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050F24 on black background.


Color preview on white background

This text has color #050F24 on white background.



Black color preview on #050F24 background

This text has black color on #050F24 background.


White color preview on #050F24 background

This text has white color on #050F24 background.