COLOR #50766C

HEX: #50766C RGB: (80,118,108)

Color info

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

RGB color model

#50766C color RGB value is (80,118,108).

RGB: (80,118,108) (31%, 46%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 108 of 255 = 42%

80
118
108

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

Portions of RGB colors in percentages

R + G + B = 80 + 118 + 108 = 306 (100%)
R 80 of 306 ~ 26.14%
G 118 of 306 ~ 38.56%
B 108 of 306 ~ 35.29'%

%26.14
%38.56
%35.29

CMYK color model

#50766C color CMYK value is (32,0,8,54).

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

CMYK: (32,0,8,54)
C32M0Y8K54 (32%, 0%, 8%, 54%)
(0.32 / 0.00 / 0.08 / 0.54)

CMYK percentages

%32.2
%0
%8.47
%53.73

Codes

Color #50766C in popluar color models

50 76 6C
RGB 80 118 108
HSL 164° 19.19% 38.82%
HSB/HSV 164° 32.20% 46.27%
CMYK 32.20% 0.00% 8.47%
53.73%

Color #50766C in popluar number systems.

HEX 50 76 6C
Decimal 80 118 108
Binary 1010000 1110110 1101100
Octal 120 166 154

Shades and tints

Shades of #50766C

#50766C
(80,118,108)
#496C63
(73,108,99)
#42625A
(66,98,90)
#3B5851
(59,88,81)
#344E48
(52,78,72)
#2D443F
(45,68,63)
#263A36
(38,58,54)
#1F302D
(31,48,45)
#182624
(24,38,36)
#111C1B
(17,28,27)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #50766C

#50766C
(80,118,108)
#5F8279
(95,130,121)
#6E8E86
(110,142,134)
#7D9A93
(125,154,147)
#8CA6A0
(140,166,160)
#9BB2AD
(155,178,173)
#AABEBA
(170,190,186)
#B9CAC7
(185,202,199)
#C8D6D4
(200,214,212)
#D7E2E1
(215,226,225)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50766C color. Also use rgb(80,118,108) instead hex code.

Text Font Color

.myTextColor { color: #50766C; }

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

This text font color is #50766C.

Background Color

.myBgColor { background-color: #50766C; }

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

This div background color is #50766C.

Border color

.myBorderColor { border: 1px solid #50766C; }

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

This div border color is #50766C.

Opacity

.myOpacity80 { color: #50766C; opacity: 0.8; }

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

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

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

This text has shadow with #50766C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50766C.

Preview

Color preview on black background

This text has color #50766C on black background.


Color preview on white background

This text has color #50766C on white background.


Black color preview on #50766C background

This text has black color on #50766C background.


White color preview on #50766C background

This text has white color on #50766C background.


Related colors

Complementary color

Complementary color for #hex is #AF8993.


I love getcolorcode.com

Triadic colors

1 #6C5076 and #766C50 with #50766C are triadic colors.

2 #6C7650 and #76506C with #50766C are triadic colors.