COLOR #050329

HEX: #050329 RGB: (5,3,41)

Color info

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

RGB color model

#050329 color RGB value is (5,3,41).

RGB: (5,3,41) (2%, 1%, 16%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 41 of 255 = 16%

5
3
41

R + G + B ~ 6%. #050329 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 41 = 49 (100%)
R 5 of 49 ~ 10.2%
G 3 of 49 ~ 6.12%
B 41 of 49 ~ 83.67'%

%83.67

CMYK color model

#050329 color CMYK value is (88,93,0,84).

  • cyan value is 87.80%
  • magenta value is 92.68%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (88,93,0,84)
C88M93Y0K84 (88%, 93%, 0%, 84%)
(0.88 / 0.93 / 0.00 / 0.84)

CMYK percentages

%87.8
%92.68
%0
%83.92

Codes

Color #050329 in popluar color models

05 03 29
RGB 5 3 41
HSL 243° 86.36% 8.63%
HSB/HSV 243° 92.68% 16.08%
CMYK 87.80% 92.68% 0.00%
83.92%

Color #050329 in popluar number systems.

HEX 05 03 29
Decimal 5 3 41
Binary 101 11 101001
Octal 5 3 51

Shades and tints

Shades of #050329

#050329
(5,3,41)
#050326
(5,3,38)
#050323
(5,3,35)
#050320
(5,3,32)
#05031D
(5,3,29)
#05031A
(5,3,26)
#050317
(5,3,23)
#050314
(5,3,20)
#050311
(5,3,17)
#05030E
(5,3,14)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #050329

#050329
(5,3,41)
#1B193C
(27,25,60)
#312F4F
(49,47,79)
#474562
(71,69,98)
#5D5B75
(93,91,117)
#737188
(115,113,136)
#89879B
(137,135,155)
#9F9DAE
(159,157,174)
#B5B3C1
(181,179,193)
#CBC9D4
(203,201,212)
#E1DFE7
(225,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050329; }

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

This text font color is #050329.

Background Color

.myBgColor { background-color: #050329; }

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

This div background color is #050329.

Border color

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

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

This div border color is #050329.

Opacity

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

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

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

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

This text has shadow with #050329 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050329.

Preview

Color preview on black background

This text has color #050329 on black background.


Color preview on white background

This text has color #050329 on white background.


Black color preview on #050329 background

This text has black color on #050329 background.


White color preview on #050329 background

This text has white color on #050329 background.


Related colors

Complementary color

Complementary color for #hex is #FAFCD6.


I love getcolorcode.com

Triadic colors

1 #290503 and #032905 with #050329 are triadic colors.

2 #290305 and #030529 with #050329 are triadic colors.