COLOR #505747

HEX: #505747
RGB: (80,87,71)

Color info

#505747 contains red, green and blue colors in about the same proportion. Web safe color of #505747 is #666633 (or #663).

RGB color model

#505747 color RGB value is (80,87,71).

  • red value is 80;
  • green value is 87;
  • blue value is 71.
RGB:
(80,87,71)
(31%,34%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 71 of 255 = 28%

80
87
71

R + G + B ~ 31%. #505747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 71 = 238 (100%)
R 80 of 238 ~ 33.61%
G 87 of 238 ~ 36.55%
B 71 of 238 ~ 29.83%

%33.61
%36.55
%29.83

CMYK color model

#505747 color CMYK value is (8,0,18,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(8,0,18,66)
C8M0Y18K66 
(8%,0%,18%,66%)
(0.08/0.00/0.18/0.66)	

CMYK percentages

%8.05
%0
%18.39
%65.88

Codes

Color #505747 in popluar color models

505747
RGB808771
HSL86°10.13%30.98%
HSB/HSV86°18.39%34.12%
CMYK8.05%0.00%18.39%
65.88%

Color #505747 in popluar number systems.

HEX505747
Decimal808771
Binary101000010101111000111
Octal120127107

Shades and tints

Shades of #505747

#505747
(80,87,71)
#495041
(73,80,65)
#42493B
(66,73,59)
#3B4235
(59,66,53)
#343B2F
(52,59,47)
#2D3429
(45,52,41)
#262D23
(38,45,35)
#1F261D
(31,38,29)
#181F17
(24,31,23)
#111811
(17,24,17)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #505747

#505747
(80,87,71)
#5F6657
(95,102,87)
#6E7567
(110,117,103)
#7D8477
(125,132,119)
#8C9387
(140,147,135)
#9BA297
(155,162,151)
#AAB1A7
(170,177,167)
#B9C0B7
(185,192,183)
#C8CFC7
(200,207,199)
#D7DED7
(215,222,215)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505747 color. Also use rgb(80,87,71) instead hex code.

Text Font Color

.myTextColor { color: #505747; }

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

This text font color is #505747.


Background Color

.myBgColor { background-color: #505747; }

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

This div background color is #505747.


Border color

.myBorderColor { border: 1px solid #505747; }

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

This div border color is #505747.


Opacity

.myOpacity80 { color: #505747; opacity: 0.8; }

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

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

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

This text has shadow with #505747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505747 on black background.


Color preview on white background

This text has color #505747 on white background.



Black color preview on #505747 background

This text has black color on #505747 background.


White color preview on #505747 background

This text has white color on #505747 background.