COLOR #50756E

HEX: #50756E RGB: (80,117,110)

Color info

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

RGB color model

#50756E color RGB value is (80,117,110).

RGB: (80,117,110) (31%, 46%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 110 of 255 = 43%

80
117
110

R + G + B ~ 40%. #50756E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 117 + 110 = 307 (100%)
R 80 of 307 ~ 26.06%
G 117 of 307 ~ 38.11%
B 110 of 307 ~ 35.83'%

%26.06
%38.11
%35.83

CMYK color model

#50756E color CMYK value is (32,0,6,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (32,0,6,54)
C32M0Y6K54 (32%, 0%, 6%, 54%)
(0.32 / 0.00 / 0.06 / 0.54)

CMYK percentages

%31.62
%0
%5.98
%54.12

Codes

Color #50756E in popluar color models

50 75 6E
RGB 80 117 110
HSL 169° 18.78% 38.63%
HSB/HSV 169° 31.62% 45.88%
CMYK 31.62% 0.00% 5.98%
54.12%

Color #50756E in popluar number systems.

HEX 50 75 6E
Decimal 80 117 110
Binary 1010000 1110101 1101110
Octal 120 165 156

Shades and tints

Shades of #50756E

#50756E
(80,117,110)
#496B64
(73,107,100)
#42615A
(66,97,90)
#3B5750
(59,87,80)
#344D46
(52,77,70)
#2D433C
(45,67,60)
#263932
(38,57,50)
#1F2F28
(31,47,40)
#18251E
(24,37,30)
#111B14
(17,27,20)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #50756E

#50756E
(80,117,110)
#5F817B
(95,129,123)
#6E8D88
(110,141,136)
#7D9995
(125,153,149)
#8CA5A2
(140,165,162)
#9BB1AF
(155,177,175)
#AABDBC
(170,189,188)
#B9C9C9
(185,201,201)
#C8D5D6
(200,213,214)
#D7E1E3
(215,225,227)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50756E color. Also use rgb(80,117,110) instead hex code.

Text Font Color

.myTextColor { color: #50756E; }

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

This text font color is #50756E.

Background Color

.myBgColor { background-color: #50756E; }

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

This div background color is #50756E.

Border color

.myBorderColor { border: 1px solid #50756E; }

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

This div border color is #50756E.

Opacity

.myOpacity80 { color: #50756E; opacity: 0.8; }

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

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

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

This text has shadow with #50756E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50756E.

Preview

Color preview on black background

This text has color #50756E on black background.


Color preview on white background

This text has color #50756E on white background.


Black color preview on #50756E background

This text has black color on #50756E background.


White color preview on #50756E background

This text has white color on #50756E background.


Related colors

Complementary color

Complementary color for #hex is #AF8A91.


I love getcolorcode.com

Triadic colors

1 #6E5075 and #756E50 with #50756E are triadic colors.

2 #6E7550 and #75506E with #50756E are triadic colors.