COLOR #050924

HEX: #050924
RGB: (5,9,36)

Color info

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

RGB color model

#050924 color RGB value is (5,9,36).

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

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 36 of 255 = 14%

5
9
36

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

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 36 = 50 (100%)
R 5 of 50 ~ 10%
G 9 of 50 ~ 18%
B 36 of 50 ~ 72%

%10
%18
%72

CMYK color model

#050924 color CMYK value is (86,75,0,86).

  • cyan value is 86.11%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(86,75,0,86)
C86M75Y0K86 
(86%,75%,0%,86%)
(0.86/0.75/0.00/0.86)	

CMYK percentages

%86.11
%75
%0
%85.88

Codes

Color #050924 in popluar color models

050924
RGB5936
HSL232°75.61%8.04%
HSB/HSV232°86.11%14.12%
CMYK86.11%75.00%0.00%
85.88%

Color #050924 in popluar number systems.

HEX050924
Decimal5936
Binary1011001100100
Octal51144

Shades and tints

Shades of #050924

#050924
(5,9,36)
#050921
(5,9,33)
#05091E
(5,9,30)
#05091B
(5,9,27)
#050918
(5,9,24)
#050915
(5,9,21)
#050912
(5,9,18)
#05090F
(5,9,15)
#05090C
(5,9,12)
#050909
(5,9,9)
#050906
(5,9,6)
#000000
(0,0,0)

Tints of #050924

#050924
(5,9,36)
#1B1F37
(27,31,55)
#31354A
(49,53,74)
#474B5D
(71,75,93)
#5D6170
(93,97,112)
#737783
(115,119,131)
#898D96
(137,141,150)
#9FA3A9
(159,163,169)
#B5B9BC
(181,185,188)
#CBCFCF
(203,207,207)
#E1E5E2
(225,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050924; }

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

This text font color is #050924.


Background Color

.myBgColor { background-color: #050924; }

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

This div background color is #050924.


Border color

.myBorderColor { border: 1px solid #050924; }

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

This div border color is #050924.


Opacity

.myOpacity80 { color: #050924; opacity: 0.8; }

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

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

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

This text has shadow with #050924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050924 on black background.


Color preview on white background

This text has color #050924 on white background.



Black color preview on #050924 background

This text has black color on #050924 background.


White color preview on #050924 background

This text has white color on #050924 background.