COLOR #50806A

HEX: #50806A
RGB: (80,128,106)

Color info

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

RGB color model

#50806A color RGB value is (80,128,106).

  • red value is 80;
  • green value is 128;
  • blue value is 106.
RGB:
(80,128,106)
(31%,50%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 106 of 255 = 42%

80
128
106

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

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 106 = 314 (100%)
R 80 of 314 ~ 25.48%
G 128 of 314 ~ 40.76%
B 106 of 314 ~ 33.76%

%25.48
%40.76
%33.76

CMYK color model

#50806A color CMYK value is (38,0,17,50).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 49.80%
CMYK:
(38,0,17,50)
C38M0Y17K50 
(38%,0%,17%,50%)
(0.38/0.00/0.17/0.50)	

CMYK percentages

%37.5
%0
%17.19
%49.8

Codes

Color #50806A in popluar color models

50806A
RGB80128106
HSL153°23.08%40.78%
HSB/HSV153°37.50%50.20%
CMYK37.50%0.00%17.19%
49.80%

Color #50806A in popluar number systems.

HEX50806A
Decimal80128106
Binary1010000100000001101010
Octal120200152

Shades and tints

Shades of #50806A

#50806A
(80,128,106)
#497561
(73,117,97)
#426A58
(66,106,88)
#3B5F4F
(59,95,79)
#345446
(52,84,70)
#2D493D
(45,73,61)
#263E34
(38,62,52)
#1F332B
(31,51,43)
#182822
(24,40,34)
#111D19
(17,29,25)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #50806A

#50806A
(80,128,106)
#5F8B77
(95,139,119)
#6E9684
(110,150,132)
#7DA191
(125,161,145)
#8CAC9E
(140,172,158)
#9BB7AB
(155,183,171)
#AAC2B8
(170,194,184)
#B9CDC5
(185,205,197)
#C8D8D2
(200,216,210)
#D7E3DF
(215,227,223)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50806A color. Also use rgb(80,128,106) instead hex code.

Text Font Color

.myTextColor { color: #50806A; }

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

This text font color is #50806A.


Background Color

.myBgColor { background-color: #50806A; }

<div style="background-color:#50806A">Inner text</div>

This div background color is #50806A.


Border color

.myBorderColor { border: 1px solid #50806A; }

<div style="border:3px solid #50806A">Div</div>

This div border color is #50806A.


Opacity

.myOpacity80 { color: #50806A; opacity: 0.8; }

<p style="color:#50806A;opacity:0.8;">80%</p>

Text with #50806A 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 #50806A;}

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

This text has shadow with #50806A color.

.textShadow {text-shadow: 3px 3px 1px #50806A, 3px 3px 1px red;}

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

This text has shadow with #50806A primary color and red secondary color.


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

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

This text has shadow with #50806A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50806A on black background.


Color preview on white background

This text has color #50806A on white background.



Black color preview on #50806A background

This text has black color on #50806A background.


White color preview on #50806A background

This text has white color on #50806A background.