COLOR #504C36

HEX: #504C36
RGB: (80,76,54)

Color info

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

RGB color model

#504C36 color RGB value is (80,76,54).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 54 of 255 = 21%

80
76
54

R + G + B ~ 27%. #504C36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 54 = 210 (100%)
R 80 of 210 ~ 38.1%
G 76 of 210 ~ 36.19%
B 54 of 210 ~ 25.71%

%38.1
%36.19
%25.71

CMYK color model

#504C36 color CMYK value is (0,5,33,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 32.50%
  • key color value is 68.63%
CMYK:
(0,5,33,69)
C0M5Y33K69 
(0%,5%,33%,69%)
(0.00/0.05/0.33/0.69)	

CMYK percentages

%0
%5
%32.5
%68.63

Codes

Color #504C36 in popluar color models

504C36
RGB807654
HSL51°19.40%26.27%
HSB/HSV51°32.50%31.37%
CMYK0.00%5.00%32.50%
68.63%

Color #504C36 in popluar number systems.

HEX504C36
Decimal807654
Binary10100001001100110110
Octal12011466

Shades and tints

Shades of #504C36

#504C36
(80,76,54)
#494632
(73,70,50)
#42402E
(66,64,46)
#3B3A2A
(59,58,42)
#343426
(52,52,38)
#2D2E22
(45,46,34)
#26281E
(38,40,30)
#1F221A
(31,34,26)
#181C16
(24,28,22)
#111612
(17,22,18)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #504C36

#504C36
(80,76,54)
#5F5C48
(95,92,72)
#6E6C5A
(110,108,90)
#7D7C6C
(125,124,108)
#8C8C7E
(140,140,126)
#9B9C90
(155,156,144)
#AAACA2
(170,172,162)
#B9BCB4
(185,188,180)
#C8CCC6
(200,204,198)
#D7DCD8
(215,220,216)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C36; }

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

This text font color is #504C36.


Background Color

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

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

This div background color is #504C36.


Border color

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

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

This div border color is #504C36.


Opacity

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

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

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

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

This text has shadow with #504C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C36 on black background.


Color preview on white background

This text has color #504C36 on white background.



Black color preview on #504C36 background

This text has black color on #504C36 background.


White color preview on #504C36 background

This text has white color on #504C36 background.