COLOR #504E38

HEX: #504E38
RGB: (80,78,56)

Color info

#504E38 contains red, green and blue colors in about the same proportion. Web safe color of #504E38 is #666633 (or #663).

RGB color model

#504E38 color RGB value is (80,78,56).

  • red value is 80;
  • green value is 78;
  • blue value is 56.
RGB:
(80,78,56)
(31%,31%,22%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 56 of 255 = 22%

80
78
56

R + G + B ~ 28%. #504E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 56 = 214 (100%)
R 80 of 214 ~ 37.38%
G 78 of 214 ~ 36.45%
B 56 of 214 ~ 26.17%

%37.38
%36.45
%26.17

CMYK color model

#504E38 color CMYK value is (0,2,30,69).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 30.00%
  • key color value is 68.63%
CMYK:
(0,2,30,69)
C0M2Y30K69 
(0%,2%,30%,69%)
(0.00/0.02/0.30/0.69)	

CMYK percentages

%0
%2.5
%30
%68.63

Codes

Color #504E38 in popluar color models

504E38
RGB807856
HSL55°17.65%26.67%
HSB/HSV55°30.00%31.37%
CMYK0.00%2.50%30.00%
68.63%

Color #504E38 in popluar number systems.

HEX504E38
Decimal807856
Binary10100001001110111000
Octal12011670

Shades and tints

Shades of #504E38

#504E38
(80,78,56)
#494733
(73,71,51)
#42402E
(66,64,46)
#3B3929
(59,57,41)
#343224
(52,50,36)
#2D2B1F
(45,43,31)
#26241A
(38,36,26)
#1F1D15
(31,29,21)
#181610
(24,22,16)
#110F0B
(17,15,11)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #504E38

#504E38
(80,78,56)
#5F5E4A
(95,94,74)
#6E6E5C
(110,110,92)
#7D7E6E
(125,126,110)
#8C8E80
(140,142,128)
#9B9E92
(155,158,146)
#AAAEA4
(170,174,164)
#B9BEB6
(185,190,182)
#C8CEC8
(200,206,200)
#D7DEDA
(215,222,218)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504E38 color. Also use rgb(80,78,56) instead hex code.

Text Font Color

.myTextColor { color: #504E38; }

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

This text font color is #504E38.


Background Color

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

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

This div background color is #504E38.


Border color

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

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

This div border color is #504E38.


Opacity

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

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

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

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

This text has shadow with #504E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E38 on black background.


Color preview on white background

This text has color #504E38 on white background.



Black color preview on #504E38 background

This text has black color on #504E38 background.


White color preview on #504E38 background

This text has white color on #504E38 background.