COLOR #504C3A

HEX: #504C3A
RGB: (80,76,58)

Color info

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

RGB color model

#504C3A color RGB value is (80,76,58).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 58 of 255 = 23%

80
76
58

R + G + B ~ 28%. #504C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 58 = 214 (100%)
R 80 of 214 ~ 37.38%
G 76 of 214 ~ 35.51%
B 58 of 214 ~ 27.1%

%37.38
%35.51
%27.1

CMYK color model

#504C3A color CMYK value is (0,5,28,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(0,5,28,69)
C0M5Y28K69 
(0%,5%,28%,69%)
(0.00/0.05/0.28/0.69)	

CMYK percentages

%0
%5
%27.5
%68.63

Codes

Color #504C3A in popluar color models

504C3A
RGB807658
HSL49°15.94%27.06%
HSB/HSV49°27.50%31.37%
CMYK0.00%5.00%27.50%
68.63%

Color #504C3A in popluar number systems.

HEX504C3A
Decimal807658
Binary10100001001100111010
Octal12011472

Shades and tints

Shades of #504C3A

#504C3A
(80,76,58)
#494635
(73,70,53)
#424030
(66,64,48)
#3B3A2B
(59,58,43)
#343426
(52,52,38)
#2D2E21
(45,46,33)
#26281C
(38,40,28)
#1F2217
(31,34,23)
#181C12
(24,28,18)
#11160D
(17,22,13)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #504C3A

#504C3A
(80,76,58)
#5F5C4B
(95,92,75)
#6E6C5C
(110,108,92)
#7D7C6D
(125,124,109)
#8C8C7E
(140,140,126)
#9B9C8F
(155,156,143)
#AAACA0
(170,172,160)
#B9BCB1
(185,188,177)
#C8CCC2
(200,204,194)
#D7DCD3
(215,220,211)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C3A; }

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

This text font color is #504C3A.


Background Color

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

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

This div background color is #504C3A.


Border color

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

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

This div border color is #504C3A.


Opacity

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

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

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

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

This text has shadow with #504C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C3A on black background.


Color preview on white background

This text has color #504C3A on white background.



Black color preview on #504C3A background

This text has black color on #504C3A background.


White color preview on #504C3A background

This text has white color on #504C3A background.