COLOR #50816E

HEX: #50816E RGB: (80,129,110)

Color info

#50816E contains red, green and blue colors in about the same proportion. Web safe color of #50816E is #669966 (or #696).

RGB color model

#50816E color RGB value is (80,129,110).

RGB: (80,129,110) (31%, 51%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 110 of 255 = 43%

80
129
110

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

Portions of RGB colors in percentages

R + G + B = 80 + 129 + 110 = 319 (100%)
R 80 of 319 ~ 25.08%
G 129 of 319 ~ 40.44%
B 110 of 319 ~ 34.48'%

%25.08
%40.44
%34.48

CMYK color model

#50816E color CMYK value is (38,0,15,49).

  • cyan value is 37.98%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 49.41%

CMYK: (38,0,15,49)
C38M0Y15K49 (38%, 0%, 15%, 49%)
(0.38 / 0.00 / 0.15 / 0.49)

CMYK percentages

%37.98
%0
%14.73
%49.41

Codes

Color #50816E in popluar color models

50 81 6E
RGB 80 129 110
HSL 157° 23.44% 40.98%
HSB/HSV 157° 37.98% 50.59%
CMYK 37.98% 0.00% 14.73%
49.41%

Color #50816E in popluar number systems.

HEX 50 81 6E
Decimal 80 129 110
Binary 1010000 10000001 1101110
Octal 120 201 156

Shades and tints

Shades of #50816E

#50816E
(80,129,110)
#497664
(73,118,100)
#426B5A
(66,107,90)
#3B6050
(59,96,80)
#345546
(52,85,70)
#2D4A3C
(45,74,60)
#263F32
(38,63,50)
#1F3428
(31,52,40)
#18291E
(24,41,30)
#111E14
(17,30,20)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #50816E

#50816E
(80,129,110)
#5F8C7B
(95,140,123)
#6E9788
(110,151,136)
#7DA295
(125,162,149)
#8CADA2
(140,173,162)
#9BB8AF
(155,184,175)
#AAC3BC
(170,195,188)
#B9CEC9
(185,206,201)
#C8D9D6
(200,217,214)
#D7E4E3
(215,228,227)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50816E; }

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

This text font color is #50816E.

Background Color

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

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

This div background color is #50816E.

Border color

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

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

This div border color is #50816E.

Opacity

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

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

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

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

This text has shadow with #50816E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50816E.

Preview

Color preview on black background

This text has color #50816E on black background.


Color preview on white background

This text has color #50816E on white background.


Black color preview on #50816E background

This text has black color on #50816E background.


White color preview on #50816E background

This text has white color on #50816E background.


Related colors

Complementary color

Complementary color for #hex is #AF7E91.


I love getcolorcode.com

Triadic colors

1 #6E5081 and #816E50 with #50816E are triadic colors.

2 #6E8150 and #81506E with #50816E are triadic colors.