COLOR #504324

HEX: #504324
RGB: (80,67,36)

Color info

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

RGB color model

#504324 color RGB value is (80,67,36).

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

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 36 of 255 = 14%

80
67
36

R + G + B ~ 24%. #504324 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 67 + 36 = 183 (100%)
R 80 of 183 ~ 43.72%
G 67 of 183 ~ 36.61%
B 36 of 183 ~ 19.67%

%43.72
%36.61
%19.67

CMYK color model

#504324 color CMYK value is (0,16,55,69).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 55.00%
  • key color value is 68.63%
CMYK:
(0,16,55,69)
C0M16Y55K69 
(0%,16%,55%,69%)
(0.00/0.16/0.55/0.69)	

CMYK percentages

%0
%16.25
%55
%68.63

Codes

Color #504324 in popluar color models

504324
RGB806736
HSL42°37.93%22.75%
HSB/HSV42°55.00%31.37%
CMYK0.00%16.25%55.00%
68.63%

Color #504324 in popluar number systems.

HEX504324
Decimal806736
Binary10100001000011100100
Octal12010344

Shades and tints

Shades of #504324

#504324
(80,67,36)
#493D21
(73,61,33)
#42371E
(66,55,30)
#3B311B
(59,49,27)
#342B18
(52,43,24)
#2D2515
(45,37,21)
#261F12
(38,31,18)
#1F190F
(31,25,15)
#18130C
(24,19,12)
#110D09
(17,13,9)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #504324

#504324
(80,67,36)
#5F5437
(95,84,55)
#6E654A
(110,101,74)
#7D765D
(125,118,93)
#8C8770
(140,135,112)
#9B9883
(155,152,131)
#AAA996
(170,169,150)
#B9BAA9
(185,186,169)
#C8CBBC
(200,203,188)
#D7DCCF
(215,220,207)
#E6EDE2
(230,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504324; }

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

This text font color is #504324.


Background Color

.myBgColor { background-color: #504324; }

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

This div background color is #504324.


Border color

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

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

This div border color is #504324.


Opacity

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

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

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

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

This text has shadow with #504324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504324 on black background.


Color preview on white background

This text has color #504324 on white background.



Black color preview on #504324 background

This text has black color on #504324 background.


White color preview on #504324 background

This text has white color on #504324 background.