COLOR #504C2F

HEX: #504C2F
RGB: (80,76,47)

Color info

#504C2F contains red, green and blue colors in about the same proportion. Web safe color of #504C2F is #663333 (or #633).

RGB color model

#504C2F color RGB value is (80,76,47).

  • red value is 80;
  • green value is 76;
  • blue value is 47.
RGB:
(80,76,47)
(31%,30%,18%)

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 47 of 255 = 18%

80
76
47

R + G + B ~ 26%. #504C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 47 = 203 (100%)
R 80 of 203 ~ 39.41%
G 76 of 203 ~ 37.44%
B 47 of 203 ~ 23.15%

%39.41
%37.44
%23.15

CMYK color model

#504C2F color CMYK value is (0,5,41,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 41.25%
  • key color value is 68.63%
CMYK:
(0,5,41,69)
C0M5Y41K69 
(0%,5%,41%,69%)
(0.00/0.05/0.41/0.69)	

CMYK percentages

%0
%5
%41.25
%68.63

Codes

Color #504C2F in popluar color models

504C2F
RGB807647
HSL53°25.98%24.90%
HSB/HSV53°41.25%31.37%
CMYK0.00%5.00%41.25%
68.63%

Color #504C2F in popluar number systems.

HEX504C2F
Decimal807647
Binary10100001001100101111
Octal12011457

Shades and tints

Shades of #504C2F

#504C2F
(80,76,47)
#49462B
(73,70,43)
#424027
(66,64,39)
#3B3A23
(59,58,35)
#34341F
(52,52,31)
#2D2E1B
(45,46,27)
#262817
(38,40,23)
#1F2213
(31,34,19)
#181C0F
(24,28,15)
#11160B
(17,22,11)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #504C2F

#504C2F
(80,76,47)
#5F5C41
(95,92,65)
#6E6C53
(110,108,83)
#7D7C65
(125,124,101)
#8C8C77
(140,140,119)
#9B9C89
(155,156,137)
#AAAC9B
(170,172,155)
#B9BCAD
(185,188,173)
#C8CCBF
(200,204,191)
#D7DCD1
(215,220,209)
#E6ECE3
(230,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C2F color. Also use rgb(80,76,47) instead hex code.

Text Font Color

.myTextColor { color: #504C2F; }

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

This text font color is #504C2F.


Background Color

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

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

This div background color is #504C2F.


Border color

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

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

This div border color is #504C2F.


Opacity

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

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

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

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

This text has shadow with #504C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C2F on black background.


Color preview on white background

This text has color #504C2F on white background.



Black color preview on #504C2F background

This text has black color on #504C2F background.


White color preview on #504C2F background

This text has white color on #504C2F background.