COLOR #504932

HEX: #504932
RGB: (80,73,50)

Color info

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

RGB color model

#504932 color RGB value is (80,73,50).

  • red value is 80;
  • green value is 73;
  • blue value is 50.
RGB:
(80,73,50)
(31%,29%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 50 of 255 = 20%

80
73
50

R + G + B ~ 27%. #504932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 50 = 203 (100%)
R 80 of 203 ~ 39.41%
G 73 of 203 ~ 35.96%
B 50 of 203 ~ 24.63%

%39.41
%35.96
%24.63

CMYK color model

#504932 color CMYK value is (0,9,38,69).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 37.50%
  • key color value is 68.63%
CMYK:
(0,9,38,69)
C0M9Y38K69 
(0%,9%,38%,69%)
(0.00/0.09/0.38/0.69)	

CMYK percentages

%0
%8.75
%37.5
%68.63

Codes

Color #504932 in popluar color models

504932
RGB807350
HSL46°23.08%25.49%
HSB/HSV46°37.50%31.37%
CMYK0.00%8.75%37.50%
68.63%

Color #504932 in popluar number systems.

HEX504932
Decimal807350
Binary10100001001001110010
Octal12011162

Shades and tints

Shades of #504932

#504932
(80,73,50)
#49432E
(73,67,46)
#423D2A
(66,61,42)
#3B3726
(59,55,38)
#343122
(52,49,34)
#2D2B1E
(45,43,30)
#26251A
(38,37,26)
#1F1F16
(31,31,22)
#181912
(24,25,18)
#11130E
(17,19,14)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #504932

#504932
(80,73,50)
#5F5944
(95,89,68)
#6E6956
(110,105,86)
#7D7968
(125,121,104)
#8C897A
(140,137,122)
#9B998C
(155,153,140)
#AAA99E
(170,169,158)
#B9B9B0
(185,185,176)
#C8C9C2
(200,201,194)
#D7D9D4
(215,217,212)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504932 color. Also use rgb(80,73,50) instead hex code.

Text Font Color

.myTextColor { color: #504932; }

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

This text font color is #504932.


Background Color

.myBgColor { background-color: #504932; }

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

This div background color is #504932.


Border color

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

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

This div border color is #504932.


Opacity

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

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

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

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

This text has shadow with #504932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504932 on black background.


Color preview on white background

This text has color #504932 on white background.



Black color preview on #504932 background

This text has black color on #504932 background.


White color preview on #504932 background

This text has white color on #504932 background.