COLOR #504024

HEX: #504024
RGB: (80,64,36)

Color info

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

RGB color model

#504024 color RGB value is (80,64,36).

  • red value is 80;
  • green value is 64;
  • blue value is 36.
RGB:
(80,64,36)
(31%,25%,14%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 36 of 255 = 14%

80
64
36

R + G + B ~ 23%. #504024 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 36 = 180 (100%)
R 80 of 180 ~ 44.44%
G 64 of 180 ~ 35.56%
B 36 of 180 ~ 20%

%44.44
%35.56
%20

CMYK color model

#504024 color CMYK value is (0,20,55,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 55.00%
  • key color value is 68.63%
CMYK:
(0,20,55,69)
C0M20Y55K69 
(0%,20%,55%,69%)
(0.00/0.20/0.55/0.69)	

CMYK percentages

%0
%20
%55
%68.63

Codes

Color #504024 in popluar color models

504024
RGB806436
HSL38°37.93%22.75%
HSB/HSV38°55.00%31.37%
CMYK0.00%20.00%55.00%
68.63%

Color #504024 in popluar number systems.

HEX504024
Decimal806436
Binary10100001000000100100
Octal12010044

Shades and tints

Shades of #504024

#504024
(80,64,36)
#493B21
(73,59,33)
#42361E
(66,54,30)
#3B311B
(59,49,27)
#342C18
(52,44,24)
#2D2715
(45,39,21)
#262212
(38,34,18)
#1F1D0F
(31,29,15)
#18180C
(24,24,12)
#111309
(17,19,9)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #504024

#504024
(80,64,36)
#5F5137
(95,81,55)
#6E624A
(110,98,74)
#7D735D
(125,115,93)
#8C8470
(140,132,112)
#9B9583
(155,149,131)
#AAA696
(170,166,150)
#B9B7A9
(185,183,169)
#C8C8BC
(200,200,188)
#D7D9CF
(215,217,207)
#E6EAE2
(230,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504024 color. Also use rgb(80,64,36) instead hex code.

Text Font Color

.myTextColor { color: #504024; }

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

This text font color is #504024.


Background Color

.myBgColor { background-color: #504024; }

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

This div background color is #504024.


Border color

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

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

This div border color is #504024.


Opacity

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

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

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

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

This text has shadow with #504024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504024 on black background.


Color preview on white background

This text has color #504024 on white background.



Black color preview on #504024 background

This text has black color on #504024 background.


White color preview on #504024 background

This text has white color on #504024 background.