COLOR #050929

HEX: #050929 RGB: (5,9,41)

Color info

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

RGB color model

#050929 color RGB value is (5,9,41).

RGB: (5,9,41) (2%, 4%, 16%)

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 41 of 255 = 16%

5
9
41

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

Portions of RGB colors in percentages

R + G + B = 5 + 9 + 41 = 55 (100%)
R 5 of 55 ~ 9.09%
G 9 of 55 ~ 16.36%
B 41 of 55 ~ 74.55'%

%16.36
%74.55

CMYK color model

#050929 color CMYK value is (88,78,0,84).

  • cyan value is 87.80%
  • magenta value is 78.05%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK: (88,78,0,84) C88M78Y0K84 (88%,78%,0%,84%) (0.88/0.78/0.00/0.84) 

CMYK percentages

%87.8
%78.05
%0
%83.92

Codes

Color #050929 in popluar color models

05 09 29
RGB 5 9 41
HSL 233° 78.26% 9.02%
HSB/HSV 233° 87.80% 16.08%
CMYK 87.80% 78.05% 0.00%
83.92%

Color #050929 in popluar number systems.

HEX 05 09 29
Decimal 5 9 41
Binary 101 1001 101001
Octal 5 11 51

Shades and tints

Shades of #050929

#050929
(5,9,41)
#050926
(5,9,38)
#050923
(5,9,35)
#050920
(5,9,32)
#05091D
(5,9,29)
#05091A
(5,9,26)
#050917
(5,9,23)
#050914
(5,9,20)
#050911
(5,9,17)
#05090E
(5,9,14)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #050929

#050929
(5,9,41)
#1B1F3C
(27,31,60)
#31354F
(49,53,79)
#474B62
(71,75,98)
#5D6175
(93,97,117)
#737788
(115,119,136)
#898D9B
(137,141,155)
#9FA3AE
(159,163,174)
#B5B9C1
(181,185,193)
#CBCFD4
(203,207,212)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050929; }

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

This text font color is #050929.

Background Color

.myBgColor { background-color: #050929; }

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

This div background color is #050929.

Border color

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

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

This div border color is #050929.

Opacity

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

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

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

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

This text has shadow with #050929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050929.

Preview

Color preview on black background

This text has color #050929 on black background.


Color preview on white background

This text has color #050929 on white background.


Black color preview on #050929 background

This text has black color on #050929 background.


White color preview on #050929 background

This text has white color on #050929 background.


Related colors

Complementary color

Complementary color for #hex is #FAF6D6.


I love getcolorcode.com

Triadic colors

1 #290509 and #092905 with #050929 are triadic colors.

2 #290905 and #090529 with #050929 are triadic colors.