COLOR #504722

HEX: #504722
RGB: (80,71,34)

Color info

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

RGB color model

#504722 color RGB value is (80,71,34).

  • red value is 80;
  • green value is 71;
  • blue value is 34.
RGB:
(80,71,34)
(31%,28%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 34 of 255 = 13%

80
71
34

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

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 34 = 185 (100%)
R 80 of 185 ~ 43.24%
G 71 of 185 ~ 38.38%
B 34 of 185 ~ 18.38%

%43.24
%38.38
%18.38

CMYK color model

#504722 color CMYK value is (0,11,58,69).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 57.50%
  • key color value is 68.63%
CMYK:
(0,11,58,69)
C0M11Y58K69 
(0%,11%,58%,69%)
(0.00/0.11/0.58/0.69)	

CMYK percentages

%0
%11.25
%57.5
%68.63

Codes

Color #504722 in popluar color models

504722
RGB807134
HSL48°40.35%22.35%
HSB/HSV48°57.50%31.37%
CMYK0.00%11.25%57.50%
68.63%

Color #504722 in popluar number systems.

HEX504722
Decimal807134
Binary10100001000111100010
Octal12010742

Shades and tints

Shades of #504722

#504722
(80,71,34)
#49411F
(73,65,31)
#423B1C
(66,59,28)
#3B3519
(59,53,25)
#342F16
(52,47,22)
#2D2913
(45,41,19)
#262310
(38,35,16)
#1F1D0D
(31,29,13)
#18170A
(24,23,10)
#111107
(17,17,7)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #504722

#504722
(80,71,34)
#5F5736
(95,87,54)
#6E674A
(110,103,74)
#7D775E
(125,119,94)
#8C8772
(140,135,114)
#9B9786
(155,151,134)
#AAA79A
(170,167,154)
#B9B7AE
(185,183,174)
#C8C7C2
(200,199,194)
#D7D7D6
(215,215,214)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504722 color. Also use rgb(80,71,34) instead hex code.

Text Font Color

.myTextColor { color: #504722; }

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

This text font color is #504722.


Background Color

.myBgColor { background-color: #504722; }

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

This div background color is #504722.


Border color

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

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

This div border color is #504722.


Opacity

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

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

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

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

This text has shadow with #504722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504722 on black background.


Color preview on white background

This text has color #504722 on white background.



Black color preview on #504722 background

This text has black color on #504722 background.


White color preview on #504722 background

This text has white color on #504722 background.