COLOR #50765E

HEX: #50765E RGB: (80,118,94)

Color info

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

RGB color model

#50765E color RGB value is (80,118,94).

RGB: (80,118,94) (31%, 46%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 94 of 255 = 37%

80
118
94

R + G + B ~ 38%. #50765E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 118 + 94 = 292 (100%)
R 80 of 292 ~ 27.4%
G 118 of 292 ~ 40.41%
B 94 of 292 ~ 32.19'%

%27.4
%40.41
%32.19

CMYK color model

#50765E color CMYK value is (32,0,20,54).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 53.73%

CMYK: (32,0,20,54)
C32M0Y20K54 (32%, 0%, 20%, 54%)
(0.32 / 0.00 / 0.20 / 0.54)

CMYK percentages

%32.2
%0
%20.34
%53.73

Codes

Color #50765E in popluar color models

50 76 5E
RGB 80 118 94
HSL 142° 19.19% 38.82%
HSB/HSV 142° 32.20% 46.27%
CMYK 32.20% 0.00% 20.34%
53.73%

Color #50765E in popluar number systems.

HEX 50 76 5E
Decimal 80 118 94
Binary 1010000 1110110 1011110
Octal 120 166 136

Shades and tints

Shades of #50765E

#50765E
(80,118,94)
#496C56
(73,108,86)
#42624E
(66,98,78)
#3B5846
(59,88,70)
#344E3E
(52,78,62)
#2D4436
(45,68,54)
#263A2E
(38,58,46)
#1F3026
(31,48,38)
#18261E
(24,38,30)
#111C16
(17,28,22)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #50765E

#50765E
(80,118,94)
#5F826C
(95,130,108)
#6E8E7A
(110,142,122)
#7D9A88
(125,154,136)
#8CA696
(140,166,150)
#9BB2A4
(155,178,164)
#AABEB2
(170,190,178)
#B9CAC0
(185,202,192)
#C8D6CE
(200,214,206)
#D7E2DC
(215,226,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50765E color. Also use rgb(80,118,94) instead hex code.

Text Font Color

.myTextColor { color: #50765E; }

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

This text font color is #50765E.

Background Color

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

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

This div background color is #50765E.

Border color

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

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

This div border color is #50765E.

Opacity

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

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

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

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

This text has shadow with #50765E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50765E.

Preview

Color preview on black background

This text has color #50765E on black background.


Color preview on white background

This text has color #50765E on white background.


Black color preview on #50765E background

This text has black color on #50765E background.


White color preview on #50765E background

This text has white color on #50765E background.


Related colors

Complementary color

Complementary color for #hex is #AF89A1.


I love getcolorcode.com

Triadic colors

1 #5E5076 and #765E50 with #50765E are triadic colors.

2 #5E7650 and #76505E with #50765E are triadic colors.