COLOR #50715D

HEX: #50715D
RGB: (80,113,93)

Color info

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

RGB color model

#50715D color RGB value is (80,113,93).

  • red value is 80;
  • green value is 113;
  • blue value is 93.
RGB:
(80,113,93)
(31%,44%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 113 of 255 = 44%
B 93 of 255 = 36%

80
113
93

R + G + B ~ 37%. #50715D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 93 = 286 (100%)
R 80 of 286 ~ 27.97%
G 113 of 286 ~ 39.51%
B 93 of 286 ~ 32.52%

%27.97
%39.51
%32.52

CMYK color model

#50715D color CMYK value is (29,0,18,56).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK:
(29,0,18,56)
C29M0Y18K56 
(29%,0%,18%,56%)
(0.29/0.00/0.18/0.56)	

CMYK percentages

%29.2
%0
%17.7
%55.69

Codes

Color #50715D in popluar color models

50715D
RGB8011393
HSL144°17.10%37.84%
HSB/HSV144°29.20%44.31%
CMYK29.20%0.00%17.70%
55.69%

Color #50715D in popluar number systems.

HEX50715D
Decimal8011393
Binary101000011100011011101
Octal120161135

Shades and tints

Shades of #50715D

#50715D
(80,113,93)
#496755
(73,103,85)
#425D4D
(66,93,77)
#3B5345
(59,83,69)
#34493D
(52,73,61)
#2D3F35
(45,63,53)
#26352D
(38,53,45)
#1F2B25
(31,43,37)
#18211D
(24,33,29)
#111715
(17,23,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50715D

#50715D
(80,113,93)
#5F7D6B
(95,125,107)
#6E8979
(110,137,121)
#7D9587
(125,149,135)
#8CA195
(140,161,149)
#9BADA3
(155,173,163)
#AAB9B1
(170,185,177)
#B9C5BF
(185,197,191)
#C8D1CD
(200,209,205)
#D7DDDB
(215,221,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50715D color. Also use rgb(80,113,93) instead hex code.

Text Font Color

.myTextColor { color: #50715D; }

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

This text font color is #50715D.


Background Color

.myBgColor { background-color: #50715D; }

<div style="background-color:#50715D">Inner text</div>

This div background color is #50715D.


Border color

.myBorderColor { border: 1px solid #50715D; }

<div style="border:3px solid #50715D">Div</div>

This div border color is #50715D.


Opacity

.myOpacity80 { color: #50715D; opacity: 0.8; }

<p style="color:#50715D;opacity:0.8;">80%</p>

Text with #50715D 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 #50715D;}

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

This text has shadow with #50715D color.

.textShadow {text-shadow: 3px 3px 1px #50715D, 3px 3px 1px red;}

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

This text has shadow with #50715D primary color and red secondary color.


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

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

This text has shadow with #50715D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50715D on black background.


Color preview on white background

This text has color #50715D on white background.



Black color preview on #50715D background

This text has black color on #50715D background.


White color preview on #50715D background

This text has white color on #50715D background.