COLOR #50725E

HEX: #50725E
RGB: (80,114,94)

Color info

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

RGB color model

#50725E color RGB value is (80,114,94).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 94 of 255 = 37%

80
114
94

R + G + B ~ 38%. #50725E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 94 = 288 (100%)
R 80 of 288 ~ 27.78%
G 114 of 288 ~ 39.58%
B 94 of 288 ~ 32.64%

%27.78
%39.58
%32.64

CMYK color model

#50725E color CMYK value is (30,0,18,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK:
(30,0,18,55)
C30M0Y18K55 
(30%,0%,18%,55%)
(0.30/0.00/0.18/0.55)	

CMYK percentages

%29.82
%0
%17.54
%55.29

Codes

Color #50725E in popluar color models

50725E
RGB8011494
HSL145°17.53%38.04%
HSB/HSV145°29.82%44.71%
CMYK29.82%0.00%17.54%
55.29%

Color #50725E in popluar number systems.

HEX50725E
Decimal8011494
Binary101000011100101011110
Octal120162136

Shades and tints

Shades of #50725E

#50725E
(80,114,94)
#496856
(73,104,86)
#425E4E
(66,94,78)
#3B5446
(59,84,70)
#344A3E
(52,74,62)
#2D4036
(45,64,54)
#26362E
(38,54,46)
#1F2C26
(31,44,38)
#18221E
(24,34,30)
#111816
(17,24,22)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #50725E

#50725E
(80,114,94)
#5F7E6C
(95,126,108)
#6E8A7A
(110,138,122)
#7D9688
(125,150,136)
#8CA296
(140,162,150)
#9BAEA4
(155,174,164)
#AABAB2
(170,186,178)
#B9C6C0
(185,198,192)
#C8D2CE
(200,210,206)
#D7DEDC
(215,222,220)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50725E; }

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

This text font color is #50725E.


Background Color

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

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

This div background color is #50725E.


Border color

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

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

This div border color is #50725E.


Opacity

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

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

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

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

This text has shadow with #50725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50725E on black background.


Color preview on white background

This text has color #50725E on white background.



Black color preview on #50725E background

This text has black color on #50725E background.


White color preview on #50725E background

This text has white color on #50725E background.