COLOR #504136

HEX: #504136
RGB: (80,65,54)

Color info

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

RGB color model

#504136 color RGB value is (80,65,54).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 54 of 255 = 21%

80
65
54

R + G + B ~ 26%. #504136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 54 = 199 (100%)
R 80 of 199 ~ 40.2%
G 65 of 199 ~ 32.66%
B 54 of 199 ~ 27.14%

%40.2
%32.66
%27.14

CMYK color model

#504136 color CMYK value is (0,19,33,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 32.50%
  • key color value is 68.63%
CMYK:
(0,19,33,69)
C0M19Y33K69 
(0%,19%,33%,69%)
(0.00/0.19/0.33/0.69)	

CMYK percentages

%0
%18.75
%32.5
%68.63

Codes

Color #504136 in popluar color models

504136
RGB806554
HSL25°19.40%26.27%
HSB/HSV25°32.50%31.37%
CMYK0.00%18.75%32.50%
68.63%

Color #504136 in popluar number systems.

HEX504136
Decimal806554
Binary10100001000001110110
Octal12010166

Shades and tints

Shades of #504136

#504136
(80,65,54)
#493C32
(73,60,50)
#42372E
(66,55,46)
#3B322A
(59,50,42)
#342D26
(52,45,38)
#2D2822
(45,40,34)
#26231E
(38,35,30)
#1F1E1A
(31,30,26)
#181916
(24,25,22)
#111412
(17,20,18)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #504136

#504136
(80,65,54)
#5F5248
(95,82,72)
#6E635A
(110,99,90)
#7D746C
(125,116,108)
#8C857E
(140,133,126)
#9B9690
(155,150,144)
#AAA7A2
(170,167,162)
#B9B8B4
(185,184,180)
#C8C9C6
(200,201,198)
#D7DAD8
(215,218,216)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504136; }

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

This text font color is #504136.


Background Color

.myBgColor { background-color: #504136; }

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

This div background color is #504136.


Border color

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

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

This div border color is #504136.


Opacity

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

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

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

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

This text has shadow with #504136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504136 on black background.


Color preview on white background

This text has color #504136 on white background.



Black color preview on #504136 background

This text has black color on #504136 background.


White color preview on #504136 background

This text has white color on #504136 background.