COLOR #504836

HEX: #504836
RGB: (80,72,54)

Color info

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

RGB color model

#504836 color RGB value is (80,72,54).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 54 of 255 = 21%

80
72
54

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

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 54 = 206 (100%)
R 80 of 206 ~ 38.83%
G 72 of 206 ~ 34.95%
B 54 of 206 ~ 26.21%

%38.83
%34.95
%26.21

CMYK color model

#504836 color CMYK value is (0,10,33,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 32.50%
  • key color value is 68.63%
CMYK:
(0,10,33,69)
C0M10Y33K69 
(0%,10%,33%,69%)
(0.00/0.10/0.33/0.69)	

CMYK percentages

%0
%10
%32.5
%68.63

Codes

Color #504836 in popluar color models

504836
RGB807254
HSL42°19.40%26.27%
HSB/HSV42°32.50%31.37%
CMYK0.00%10.00%32.50%
68.63%

Color #504836 in popluar number systems.

HEX504836
Decimal807254
Binary10100001001000110110
Octal12011066

Shades and tints

Shades of #504836

#504836
(80,72,54)
#494232
(73,66,50)
#423C2E
(66,60,46)
#3B362A
(59,54,42)
#343026
(52,48,38)
#2D2A22
(45,42,34)
#26241E
(38,36,30)
#1F1E1A
(31,30,26)
#181816
(24,24,22)
#111212
(17,18,18)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #504836

#504836
(80,72,54)
#5F5848
(95,88,72)
#6E685A
(110,104,90)
#7D786C
(125,120,108)
#8C887E
(140,136,126)
#9B9890
(155,152,144)
#AAA8A2
(170,168,162)
#B9B8B4
(185,184,180)
#C8C8C6
(200,200,198)
#D7D8D8
(215,216,216)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504836; }

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

This text font color is #504836.


Background Color

.myBgColor { background-color: #504836; }

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

This div background color is #504836.


Border color

.myBorderColor { border: 1px solid #504836; }

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

This div border color is #504836.


Opacity

.myOpacity80 { color: #504836; opacity: 0.8; }

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

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

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

This text has shadow with #504836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504836 on black background.


Color preview on white background

This text has color #504836 on white background.



Black color preview on #504836 background

This text has black color on #504836 background.


White color preview on #504836 background

This text has white color on #504836 background.