COLOR #504C43

HEX: #504C43
RGB: (80,76,67)

Color info

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

RGB color model

#504C43 color RGB value is (80,76,67).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 67 of 255 = 26%

80
76
67

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

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 67 = 223 (100%)
R 80 of 223 ~ 35.87%
G 76 of 223 ~ 34.08%
B 67 of 223 ~ 30.04%

%35.87
%34.08
%30.04

CMYK color model

#504C43 color CMYK value is (0,5,16,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(0,5,16,69)
C0M5Y16K69 
(0%,5%,16%,69%)
(0.00/0.05/0.16/0.69)	

CMYK percentages

%0
%5
%16.25
%68.63

Codes

Color #504C43 in popluar color models

504C43
RGB807667
HSL42°8.84%28.82%
HSB/HSV42°16.25%31.37%
CMYK0.00%5.00%16.25%
68.63%

Color #504C43 in popluar number systems.

HEX504C43
Decimal807667
Binary101000010011001000011
Octal120114103

Shades and tints

Shades of #504C43

#504C43
(80,76,67)
#49463D
(73,70,61)
#424037
(66,64,55)
#3B3A31
(59,58,49)
#34342B
(52,52,43)
#2D2E25
(45,46,37)
#26281F
(38,40,31)
#1F2219
(31,34,25)
#181C13
(24,28,19)
#11160D
(17,22,13)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #504C43

#504C43
(80,76,67)
#5F5C54
(95,92,84)
#6E6C65
(110,108,101)
#7D7C76
(125,124,118)
#8C8C87
(140,140,135)
#9B9C98
(155,156,152)
#AAACA9
(170,172,169)
#B9BCBA
(185,188,186)
#C8CCCB
(200,204,203)
#D7DCDC
(215,220,220)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C43; }

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

This text font color is #504C43.


Background Color

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

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

This div background color is #504C43.


Border color

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

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

This div border color is #504C43.


Opacity

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

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

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

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

This text has shadow with #504C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C43 on black background.


Color preview on white background

This text has color #504C43 on white background.



Black color preview on #504C43 background

This text has black color on #504C43 background.


White color preview on #504C43 background

This text has white color on #504C43 background.