COLOR #50816B

HEX: #50816B
RGB: (80,129,107)

Color info

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

RGB color model

#50816B color RGB value is (80,129,107).

  • red value is 80;
  • green value is 129;
  • blue value is 107.
RGB:
(80,129,107)
(31%,51%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 107 of 255 = 42%

80
129
107

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

Portions of RGB colors in percentages

R + G + B =
80 + 129 + 107 = 316 (100%)
R 80 of 316 ~ 25.32%
G 129 of 316 ~ 40.82%
B 107 of 316 ~ 33.86%

%25.32
%40.82
%33.86

CMYK color model

#50816B color CMYK value is (38,0,17,49).

  • cyan value is 37.98%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK:
(38,0,17,49)
C38M0Y17K49 
(38%,0%,17%,49%)
(0.38/0.00/0.17/0.49)	

CMYK percentages

%37.98
%0
%17.05
%49.41

Codes

Color #50816B in popluar color models

50816B
RGB80129107
HSL153°23.44%40.98%
HSB/HSV153°37.98%50.59%
CMYK37.98%0.00%17.05%
49.41%

Color #50816B in popluar number systems.

HEX50816B
Decimal80129107
Binary1010000100000011101011
Octal120201153

Shades and tints

Shades of #50816B

#50816B
(80,129,107)
#497662
(73,118,98)
#426B59
(66,107,89)
#3B6050
(59,96,80)
#345547
(52,85,71)
#2D4A3E
(45,74,62)
#263F35
(38,63,53)
#1F342C
(31,52,44)
#182923
(24,41,35)
#111E1A
(17,30,26)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #50816B

#50816B
(80,129,107)
#5F8C78
(95,140,120)
#6E9785
(110,151,133)
#7DA292
(125,162,146)
#8CAD9F
(140,173,159)
#9BB8AC
(155,184,172)
#AAC3B9
(170,195,185)
#B9CEC6
(185,206,198)
#C8D9D3
(200,217,211)
#D7E4E0
(215,228,224)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50816B; }

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

This text font color is #50816B.


Background Color

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

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

This div background color is #50816B.


Border color

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

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

This div border color is #50816B.


Opacity

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

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

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

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

This text has shadow with #50816B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50816B on black background.


Color preview on white background

This text has color #50816B on white background.



Black color preview on #50816B background

This text has black color on #50816B background.


White color preview on #50816B background

This text has white color on #50816B background.