COLOR #50726E

HEX: #50726E
RGB: (80,114,110)

Color info

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

RGB color model

#50726E color RGB value is (80,114,110).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 110 of 255 = 43%

80
114
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 110 = 304 (100%)
R 80 of 304 ~ 26.32%
G 114 of 304 ~ 37.5%
B 110 of 304 ~ 36.18%

%26.32
%37.5
%36.18

CMYK color model

#50726E color CMYK value is (30,0,4,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 3.51%
  • key color value is 55.29%
CMYK:
(30,0,4,55)
C30M0Y4K55 
(30%,0%,4%,55%)
(0.30/0.00/0.04/0.55)	

CMYK percentages

%29.82
%0
%3.51
%55.29

Codes

Color #50726E in popluar color models

50726E
RGB80114110
HSL173°17.53%38.04%
HSB/HSV173°29.82%44.71%
CMYK29.82%0.00%3.51%
55.29%

Color #50726E in popluar number systems.

HEX50726E
Decimal80114110
Binary101000011100101101110
Octal120162156

Shades and tints

Shades of #50726E

#50726E
(80,114,110)
#496864
(73,104,100)
#425E5A
(66,94,90)
#3B5450
(59,84,80)
#344A46
(52,74,70)
#2D403C
(45,64,60)
#263632
(38,54,50)
#1F2C28
(31,44,40)
#18221E
(24,34,30)
#111814
(17,24,20)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #50726E

#50726E
(80,114,110)
#5F7E7B
(95,126,123)
#6E8A88
(110,138,136)
#7D9695
(125,150,149)
#8CA2A2
(140,162,162)
#9BAEAF
(155,174,175)
#AABABC
(170,186,188)
#B9C6C9
(185,198,201)
#C8D2D6
(200,210,214)
#D7DEE3
(215,222,227)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50726E; }

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

This text font color is #50726E.


Background Color

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

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

This div background color is #50726E.


Border color

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

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

This div border color is #50726E.


Opacity

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

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

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

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

This text has shadow with #50726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50726E on black background.


Color preview on white background

This text has color #50726E on white background.



Black color preview on #50726E background

This text has black color on #50726E background.


White color preview on #50726E background

This text has white color on #50726E background.