COLOR #50526D

HEX: #50526D RGB: (80,82,109)

Color info

#50526D contains red, green and blue colors in about the same proportion. Web safe color of #50526D is #666666 (or #666).

RGB color model

#50526D color RGB value is (80,82,109).

RGB: (80,82,109) (31%, 32%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 109 of 255 = 43%

80
82
109

R + G + B ~ 35%. #50526D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 82 + 109 = 271 (100%)
R 80 of 271 ~ 29.52%
G 82 of 271 ~ 30.26%
B 109 of 271 ~ 40.22'%

%29.52
%30.26
%40.22

CMYK color model

#50526D color CMYK value is (27,25,0,57).

  • cyan value is 26.61%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (27,25,0,57)
C27M25Y0K57 (27%, 25%, 0%, 57%)
(0.27 / 0.25 / 0.00 / 0.57)

CMYK percentages

%26.61
%24.77
%0
%57.25

Codes

Color #50526D in popluar color models

50 52 6D
RGB 80 82 109
HSL 236° 15.34% 37.06%
HSB/HSV 236° 26.61% 42.75%
CMYK 26.61% 24.77% 0.00%
57.25%

Color #50526D in popluar number systems.

HEX 50 52 6D
Decimal 80 82 109
Binary 1010000 1010010 1101101
Octal 120 122 155

Shades and tints

Shades of #50526D

#50526D
(80,82,109)
#494B64
(73,75,100)
#42445B
(66,68,91)
#3B3D52
(59,61,82)
#343649
(52,54,73)
#2D2F40
(45,47,64)
#262837
(38,40,55)
#1F212E
(31,33,46)
#181A25
(24,26,37)
#11131C
(17,19,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #50526D

#50526D
(80,82,109)
#5F617A
(95,97,122)
#6E7087
(110,112,135)
#7D7F94
(125,127,148)
#8C8EA1
(140,142,161)
#9B9DAE
(155,157,174)
#AAACBB
(170,172,187)
#B9BBC8
(185,187,200)
#C8CAD5
(200,202,213)
#D7D9E2
(215,217,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50526D color. Also use rgb(80,82,109) instead hex code.

Text Font Color

.myTextColor { color: #50526D; }

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

This text font color is #50526D.

Background Color

.myBgColor { background-color: #50526D; }

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

This div background color is #50526D.

Border color

.myBorderColor { border: 1px solid #50526D; }

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

This div border color is #50526D.

Opacity

.myOpacity80 { color: #50526D; opacity: 0.8; }

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

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

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

This text has shadow with #50526D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50526D.

Preview

Color preview on black background

This text has color #50526D on black background.


Color preview on white background

This text has color #50526D on white background.


Black color preview on #50526D background

This text has black color on #50526D background.


White color preview on #50526D background

This text has white color on #50526D background.


Related colors

Complementary color

Complementary color for #hex is #AFAD92.


I love getcolorcode.com

Triadic colors

1 #6D5052 and #526D50 with #50526D are triadic colors.

2 #6D5250 and #52506D with #50526D are triadic colors.