COLOR #504C28

HEX: #504C28 RGB: (80,76,40)

Color info

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

RGB color model

#504C28 color RGB value is (80,76,40).

RGB: (80,76,40) (31%, 30%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 40 of 255 = 16%

80
76
40

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

Portions of RGB colors in percentages

R + G + B = 80 + 76 + 40 = 196 (100%)
R 80 of 196 ~ 40.82%
G 76 of 196 ~ 38.78%
B 40 of 196 ~ 20.41'%

%40.82
%38.78
%20.41

CMYK color model

#504C28 color CMYK value is (0,5,50,69).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 50.00%
  • key color value is 68.63%

CMYK: (0,5,50,69)
C0M5Y50K69 (0%, 5%, 50%, 69%)
(0.00 / 0.05 / 0.50 / 0.69)

CMYK percentages

%0
%5
%50
%68.63

Codes

Color #504C28 in popluar color models

50 4C 28
RGB 80 76 40
HSL 54° 33.33% 23.53%
HSB/HSV 54° 50.00% 31.37%
CMYK 0.00% 5.00% 50.00%
68.63%

Color #504C28 in popluar number systems.

HEX 50 4C 28
Decimal 80 76 40
Binary 1010000 1001100 101000
Octal 120 114 50

Shades and tints

Shades of #504C28

#504C28
(80,76,40)
#494625
(73,70,37)
#424022
(66,64,34)
#3B3A1F
(59,58,31)
#34341C
(52,52,28)
#2D2E19
(45,46,25)
#262816
(38,40,22)
#1F2213
(31,34,19)
#181C10
(24,28,16)
#11160D
(17,22,13)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #504C28

#504C28
(80,76,40)
#5F5C3B
(95,92,59)
#6E6C4E
(110,108,78)
#7D7C61
(125,124,97)
#8C8C74
(140,140,116)
#9B9C87
(155,156,135)
#AAAC9A
(170,172,154)
#B9BCAD
(185,188,173)
#C8CCC0
(200,204,192)
#D7DCD3
(215,220,211)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C28 color. Also use rgb(80,76,40) instead hex code.

Text Font Color

.myTextColor { color: #504C28; }

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

This text font color is #504C28.

Background Color

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

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

This div background color is #504C28.

Border color

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

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

This div border color is #504C28.

Opacity

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

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

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

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

This text has shadow with #504C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504C28.

Preview

Color preview on black background

This text has color #504C28 on black background.


Color preview on white background

This text has color #504C28 on white background.


Black color preview on #504C28 background

This text has black color on #504C28 background.


White color preview on #504C28 background

This text has white color on #504C28 background.


Related colors

Complementary color

Complementary color for #hex is #AFB3D7.


I love getcolorcode.com

Triadic colors

1 #28504C and #4C2850 with #504C28 are triadic colors.

2 #284C50 and #4C5028 with #504C28 are triadic colors.