COLOR #504137

HEX: #504137
RGB: (80,65,55)

Color info

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

RGB color model

#504137 color RGB value is (80,65,55).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 55 of 255 = 22%

80
65
55

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 55 = 200 (100%)
R 80 of 200 ~ 40%
G 65 of 200 ~ 32.5%
B 55 of 200 ~ 27.5%

%40
%32.5
%27.5

CMYK color model

#504137 color CMYK value is (0,19,31,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 31.25%
  • key color value is 68.63%
CMYK:
(0,19,31,69)
C0M19Y31K69 
(0%,19%,31%,69%)
(0.00/0.19/0.31/0.69)	

CMYK percentages

%0
%18.75
%31.25
%68.63

Codes

Color #504137 in popluar color models

504137
RGB806555
HSL24°18.52%26.47%
HSB/HSV24°31.25%31.37%
CMYK0.00%18.75%31.25%
68.63%

Color #504137 in popluar number systems.

HEX504137
Decimal806555
Binary10100001000001110111
Octal12010167

Shades and tints

Shades of #504137

#504137
(80,65,55)
#493C32
(73,60,50)
#42372D
(66,55,45)
#3B3228
(59,50,40)
#342D23
(52,45,35)
#2D281E
(45,40,30)
#262319
(38,35,25)
#1F1E14
(31,30,20)
#18190F
(24,25,15)
#11140A
(17,20,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #504137

#504137
(80,65,55)
#5F5249
(95,82,73)
#6E635B
(110,99,91)
#7D746D
(125,116,109)
#8C857F
(140,133,127)
#9B9691
(155,150,145)
#AAA7A3
(170,167,163)
#B9B8B5
(185,184,181)
#C8C9C7
(200,201,199)
#D7DAD9
(215,218,217)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504137; }

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

This text font color is #504137.


Background Color

.myBgColor { background-color: #504137; }

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

This div background color is #504137.


Border color

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

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

This div border color is #504137.


Opacity

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

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

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

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

This text has shadow with #504137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504137 on black background.


Color preview on white background

This text has color #504137 on white background.



Black color preview on #504137 background

This text has black color on #504137 background.


White color preview on #504137 background

This text has white color on #504137 background.