COLOR #50706E

HEX: #50706E
RGB: (80,112,110)

Color info

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

RGB color model

#50706E color RGB value is (80,112,110).

  • red value is 80;
  • green value is 112;
  • blue value is 110.
RGB:
(80,112,110)
(31%,44%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 110 of 255 = 43%

80
112
110

R + G + B ~ 39%. #50706E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 110 = 302 (100%)
R 80 of 302 ~ 26.49%
G 112 of 302 ~ 37.09%
B 110 of 302 ~ 36.42%

%26.49
%37.09
%36.42

CMYK color model

#50706E color CMYK value is (29,0,2,56).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(29,0,2,56)
C29M0Y2K56 
(29%,0%,2%,56%)
(0.29/0.00/0.02/0.56)	

CMYK percentages

%28.57
%0
%1.79
%56.08

Codes

Color #50706E in popluar color models

50706E
RGB80112110
HSL176°16.67%37.65%
HSB/HSV176°28.57%43.92%
CMYK28.57%0.00%1.79%
56.08%

Color #50706E in popluar number systems.

HEX50706E
Decimal80112110
Binary101000011100001101110
Octal120160156

Shades and tints

Shades of #50706E

#50706E
(80,112,110)
#496664
(73,102,100)
#425C5A
(66,92,90)
#3B5250
(59,82,80)
#344846
(52,72,70)
#2D3E3C
(45,62,60)
#263432
(38,52,50)
#1F2A28
(31,42,40)
#18201E
(24,32,30)
#111614
(17,22,20)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #50706E

#50706E
(80,112,110)
#5F7D7B
(95,125,123)
#6E8A88
(110,138,136)
#7D9795
(125,151,149)
#8CA4A2
(140,164,162)
#9BB1AF
(155,177,175)
#AABEBC
(170,190,188)
#B9CBC9
(185,203,201)
#C8D8D6
(200,216,214)
#D7E5E3
(215,229,227)
#E6F2F0
(230,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50706E; }

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

This text font color is #50706E.


Background Color

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

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

This div background color is #50706E.


Border color

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

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

This div border color is #50706E.


Opacity

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

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

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

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

This text has shadow with #50706E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50706E on black background.


Color preview on white background

This text has color #50706E on white background.



Black color preview on #50706E background

This text has black color on #50706E background.


White color preview on #50706E background

This text has white color on #50706E background.