COLOR #504320

HEX: #504320
RGB: (80,67,32)

Color info

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

RGB color model

#504320 color RGB value is (80,67,32).

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

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 32 of 255 = 13%

80
67
32

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

Portions of RGB colors in percentages

R + G + B =
80 + 67 + 32 = 179 (100%)
R 80 of 179 ~ 44.69%
G 67 of 179 ~ 37.43%
B 32 of 179 ~ 17.88%

%44.69
%37.43
%17.88

CMYK color model

#504320 color CMYK value is (0,16,60,69).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 60.00%
  • key color value is 68.63%
CMYK:
(0,16,60,69)
C0M16Y60K69 
(0%,16%,60%,69%)
(0.00/0.16/0.60/0.69)	

CMYK percentages

%0
%16.25
%60
%68.63

Codes

Color #504320 in popluar color models

504320
RGB806732
HSL44°42.86%21.96%
HSB/HSV44°60.00%31.37%
CMYK0.00%16.25%60.00%
68.63%

Color #504320 in popluar number systems.

HEX504320
Decimal806732
Binary10100001000011100000
Octal12010340

Shades and tints

Shades of #504320

#504320
(80,67,32)
#493D1E
(73,61,30)
#42371C
(66,55,28)
#3B311A
(59,49,26)
#342B18
(52,43,24)
#2D2516
(45,37,22)
#261F14
(38,31,20)
#1F1912
(31,25,18)
#181310
(24,19,16)
#110D0E
(17,13,14)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #504320

#504320
(80,67,32)
#5F5434
(95,84,52)
#6E6548
(110,101,72)
#7D765C
(125,118,92)
#8C8770
(140,135,112)
#9B9884
(155,152,132)
#AAA998
(170,169,152)
#B9BAAC
(185,186,172)
#C8CBC0
(200,203,192)
#D7DCD4
(215,220,212)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504320; }

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

This text font color is #504320.


Background Color

.myBgColor { background-color: #504320; }

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

This div background color is #504320.


Border color

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

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

This div border color is #504320.


Opacity

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

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

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

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

This text has shadow with #504320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504320 on black background.


Color preview on white background

This text has color #504320 on white background.



Black color preview on #504320 background

This text has black color on #504320 background.


White color preview on #504320 background

This text has white color on #504320 background.