COLOR #504538

HEX: #504538
RGB: (80,69,56)

Color info

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

RGB color model

#504538 color RGB value is (80,69,56).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 56 of 255 = 22%

80
69
56

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

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 56 = 205 (100%)
R 80 of 205 ~ 39.02%
G 69 of 205 ~ 33.66%
B 56 of 205 ~ 27.32%

%39.02
%33.66
%27.32

CMYK color model

#504538 color CMYK value is (0,14,30,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 30.00%
  • key color value is 68.63%
CMYK:
(0,14,30,69)
C0M14Y30K69 
(0%,14%,30%,69%)
(0.00/0.14/0.30/0.69)	

CMYK percentages

%0
%13.75
%30
%68.63

Codes

Color #504538 in popluar color models

504538
RGB806956
HSL33°17.65%26.67%
HSB/HSV33°30.00%31.37%
CMYK0.00%13.75%30.00%
68.63%

Color #504538 in popluar number systems.

HEX504538
Decimal806956
Binary10100001000101111000
Octal12010570

Shades and tints

Shades of #504538

#504538
(80,69,56)
#493F33
(73,63,51)
#42392E
(66,57,46)
#3B3329
(59,51,41)
#342D24
(52,45,36)
#2D271F
(45,39,31)
#26211A
(38,33,26)
#1F1B15
(31,27,21)
#181510
(24,21,16)
#110F0B
(17,15,11)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #504538

#504538
(80,69,56)
#5F554A
(95,85,74)
#6E655C
(110,101,92)
#7D756E
(125,117,110)
#8C8580
(140,133,128)
#9B9592
(155,149,146)
#AAA5A4
(170,165,164)
#B9B5B6
(185,181,182)
#C8C5C8
(200,197,200)
#D7D5DA
(215,213,218)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504538; }

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

This text font color is #504538.


Background Color

.myBgColor { background-color: #504538; }

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

This div background color is #504538.


Border color

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

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

This div border color is #504538.


Opacity

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

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

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

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

This text has shadow with #504538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504538 on black background.


Color preview on white background

This text has color #504538 on white background.



Black color preview on #504538 background

This text has black color on #504538 background.


White color preview on #504538 background

This text has white color on #504538 background.