COLOR #504F47

HEX: #504F47
RGB: (80,79,71)

Color info

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

RGB color model

#504F47 color RGB value is (80,79,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 71 of 255 = 28%

80
79
71

R + G + B ~ 30%. #504F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 79 + 71 = 230 (100%)
R 80 of 230 ~ 34.78%
G 79 of 230 ~ 34.35%
B 71 of 230 ~ 30.87%

%34.78
%34.35
%30.87

CMYK color model

#504F47 color CMYK value is (0,1,11,69).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,1,11,69)
C0M1Y11K69 
(0%,1%,11%,69%)
(0.00/0.01/0.11/0.69)	

CMYK percentages

%0
%1.25
%11.25
%68.63

Codes

Color #504F47 in popluar color models

504F47
RGB807971
HSL53°5.96%29.61%
HSB/HSV53°11.25%31.37%
CMYK0.00%1.25%11.25%
68.63%

Color #504F47 in popluar number systems.

HEX504F47
Decimal807971
Binary101000010011111000111
Octal120117107

Shades and tints

Shades of #504F47

#504F47
(80,79,71)
#494841
(73,72,65)
#42413B
(66,65,59)
#3B3A35
(59,58,53)
#34332F
(52,51,47)
#2D2C29
(45,44,41)
#262523
(38,37,35)
#1F1E1D
(31,30,29)
#181717
(24,23,23)
#111011
(17,16,17)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #504F47

#504F47
(80,79,71)
#5F5F57
(95,95,87)
#6E6F67
(110,111,103)
#7D7F77
(125,127,119)
#8C8F87
(140,143,135)
#9B9F97
(155,159,151)
#AAAFA7
(170,175,167)
#B9BFB7
(185,191,183)
#C8CFC7
(200,207,199)
#D7DFD7
(215,223,215)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F47; }

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

This text font color is #504F47.


Background Color

.myBgColor { background-color: #504F47; }

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

This div background color is #504F47.


Border color

.myBorderColor { border: 1px solid #504F47; }

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

This div border color is #504F47.


Opacity

.myOpacity80 { color: #504F47; opacity: 0.8; }

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

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

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

This text has shadow with #504F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F47 on black background.


Color preview on white background

This text has color #504F47 on white background.



Black color preview on #504F47 background

This text has black color on #504F47 background.


White color preview on #504F47 background

This text has white color on #504F47 background.