COLOR #504C40

HEX: #504C40
RGB: (80,76,64)

Color info

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

RGB color model

#504C40 color RGB value is (80,76,64).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 64 of 255 = 25%

80
76
64

R + G + B ~ 29%. #504C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 64 = 220 (100%)
R 80 of 220 ~ 36.36%
G 76 of 220 ~ 34.55%
B 64 of 220 ~ 29.09%

%36.36
%34.55
%29.09

CMYK color model

#504C40 color CMYK value is (0,5,20,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(0,5,20,69)
C0M5Y20K69 
(0%,5%,20%,69%)
(0.00/0.05/0.20/0.69)	

CMYK percentages

%0
%5
%20
%68.63

Codes

Color #504C40 in popluar color models

504C40
RGB807664
HSL45°11.11%28.24%
HSB/HSV45°20.00%31.37%
CMYK0.00%5.00%20.00%
68.63%

Color #504C40 in popluar number systems.

HEX504C40
Decimal807664
Binary101000010011001000000
Octal120114100

Shades and tints

Shades of #504C40

#504C40
(80,76,64)
#49463B
(73,70,59)
#424036
(66,64,54)
#3B3A31
(59,58,49)
#34342C
(52,52,44)
#2D2E27
(45,46,39)
#262822
(38,40,34)
#1F221D
(31,34,29)
#181C18
(24,28,24)
#111613
(17,22,19)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #504C40

#504C40
(80,76,64)
#5F5C51
(95,92,81)
#6E6C62
(110,108,98)
#7D7C73
(125,124,115)
#8C8C84
(140,140,132)
#9B9C95
(155,156,149)
#AAACA6
(170,172,166)
#B9BCB7
(185,188,183)
#C8CCC8
(200,204,200)
#D7DCD9
(215,220,217)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C40; }

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

This text font color is #504C40.


Background Color

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

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

This div background color is #504C40.


Border color

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

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

This div border color is #504C40.


Opacity

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

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

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

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

This text has shadow with #504C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C40 on black background.


Color preview on white background

This text has color #504C40 on white background.



Black color preview on #504C40 background

This text has black color on #504C40 background.


White color preview on #504C40 background

This text has white color on #504C40 background.