COLOR #504329

HEX: #504329
RGB: (80,67,41)

Color info

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

RGB color model

#504329 color RGB value is (80,67,41).

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

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 41 of 255 = 16%

80
67
41

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

Portions of RGB colors in percentages

R + G + B =
80 + 67 + 41 = 188 (100%)
R 80 of 188 ~ 42.55%
G 67 of 188 ~ 35.64%
B 41 of 188 ~ 21.81%

%42.55
%35.64
%21.81

CMYK color model

#504329 color CMYK value is (0,16,49,69).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(0,16,49,69)
C0M16Y49K69 
(0%,16%,49%,69%)
(0.00/0.16/0.49/0.69)	

CMYK percentages

%0
%16.25
%48.75
%68.63

Codes

Color #504329 in popluar color models

504329
RGB806741
HSL40°32.23%23.73%
HSB/HSV40°48.75%31.37%
CMYK0.00%16.25%48.75%
68.63%

Color #504329 in popluar number systems.

HEX504329
Decimal806741
Binary10100001000011101001
Octal12010351

Shades and tints

Shades of #504329

#504329
(80,67,41)
#493D26
(73,61,38)
#423723
(66,55,35)
#3B3120
(59,49,32)
#342B1D
(52,43,29)
#2D251A
(45,37,26)
#261F17
(38,31,23)
#1F1914
(31,25,20)
#181311
(24,19,17)
#110D0E
(17,13,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #504329

#504329
(80,67,41)
#5F543C
(95,84,60)
#6E654F
(110,101,79)
#7D7662
(125,118,98)
#8C8775
(140,135,117)
#9B9888
(155,152,136)
#AAA99B
(170,169,155)
#B9BAAE
(185,186,174)
#C8CBC1
(200,203,193)
#D7DCD4
(215,220,212)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504329; }

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

This text font color is #504329.


Background Color

.myBgColor { background-color: #504329; }

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

This div background color is #504329.


Border color

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

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

This div border color is #504329.


Opacity

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

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

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

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

This text has shadow with #504329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504329 on black background.


Color preview on white background

This text has color #504329 on white background.



Black color preview on #504329 background

This text has black color on #504329 background.


White color preview on #504329 background

This text has white color on #504329 background.