COLOR #050732

HEX: #050732
RGB: (5,7,50)

Color info

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

RGB color model

#050732 color RGB value is (5,7,50).

  • red value is 5;
  • green value is 7;
  • blue value is 50.
RGB:
(5,7,50)
(2%,3%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 7 of 255 = 3%
B 50 of 255 = 20%

5
7
50

R + G + B ~ 8%. #050732 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 7 + 50 = 62 (100%)
R 5 of 62 ~ 8.06%
G 7 of 62 ~ 11.29%
B 50 of 62 ~ 80.65%

%11.29
%80.65

CMYK color model

#050732 color CMYK value is (90,86,0,80).

  • cyan value is 90.00%
  • magenta value is 86.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(90,86,0,80)
C90M86Y0K80 
(90%,86%,0%,80%)
(0.90/0.86/0.00/0.80)	

CMYK percentages

%90
%86
%0
%80.39

Codes

Color #050732 in popluar color models

050732
RGB5750
HSL237°81.82%10.78%
HSB/HSV237°90.00%19.61%
CMYK90.00%86.00%0.00%
80.39%

Color #050732 in popluar number systems.

HEX050732
Decimal5750
Binary101111110010
Octal5762

Shades and tints

Shades of #050732

#050732
(5,7,50)
#05072E
(5,7,46)
#05072A
(5,7,42)
#050726
(5,7,38)
#050722
(5,7,34)
#05071E
(5,7,30)
#05071A
(5,7,26)
#050716
(5,7,22)
#050712
(5,7,18)
#05070E
(5,7,14)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #050732

#050732
(5,7,50)
#1B1D44
(27,29,68)
#313356
(49,51,86)
#474968
(71,73,104)
#5D5F7A
(93,95,122)
#73758C
(115,117,140)
#898B9E
(137,139,158)
#9FA1B0
(159,161,176)
#B5B7C2
(181,183,194)
#CBCDD4
(203,205,212)
#E1E3E6
(225,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050732 color. Also use rgb(5,7,50) instead hex code.

Text Font Color

.myTextColor { color: #050732; }

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

This text font color is #050732.


Background Color

.myBgColor { background-color: #050732; }

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

This div background color is #050732.


Border color

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

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

This div border color is #050732.


Opacity

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

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

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

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

This text has shadow with #050732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050732 on black background.


Color preview on white background

This text has color #050732 on white background.



Black color preview on #050732 background

This text has black color on #050732 background.


White color preview on #050732 background

This text has white color on #050732 background.