COLOR #504122

HEX: #504122
RGB: (80,65,34)

Color info

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

RGB color model

#504122 color RGB value is (80,65,34).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 34 of 255 = 13%

80
65
34

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 34 = 179 (100%)
R 80 of 179 ~ 44.69%
G 65 of 179 ~ 36.31%
B 34 of 179 ~ 18.99%

%44.69
%36.31
%18.99

CMYK color model

#504122 color CMYK value is (0,19,58,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 57.50%
  • key color value is 68.63%
CMYK:
(0,19,58,69)
C0M19Y58K69 
(0%,19%,58%,69%)
(0.00/0.19/0.58/0.69)	

CMYK percentages

%0
%18.75
%57.5
%68.63

Codes

Color #504122 in popluar color models

504122
RGB806534
HSL40°40.35%22.35%
HSB/HSV40°57.50%31.37%
CMYK0.00%18.75%57.50%
68.63%

Color #504122 in popluar number systems.

HEX504122
Decimal806534
Binary10100001000001100010
Octal12010142

Shades and tints

Shades of #504122

#504122
(80,65,34)
#493C1F
(73,60,31)
#42371C
(66,55,28)
#3B3219
(59,50,25)
#342D16
(52,45,22)
#2D2813
(45,40,19)
#262310
(38,35,16)
#1F1E0D
(31,30,13)
#18190A
(24,25,10)
#111407
(17,20,7)
#0A0F04
(10,15,4)
#000000
(0,0,0)

Tints of #504122

#504122
(80,65,34)
#5F5236
(95,82,54)
#6E634A
(110,99,74)
#7D745E
(125,116,94)
#8C8572
(140,133,114)
#9B9686
(155,150,134)
#AAA79A
(170,167,154)
#B9B8AE
(185,184,174)
#C8C9C2
(200,201,194)
#D7DAD6
(215,218,214)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504122; }

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

This text font color is #504122.


Background Color

.myBgColor { background-color: #504122; }

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

This div background color is #504122.


Border color

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

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

This div border color is #504122.


Opacity

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

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

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

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

This text has shadow with #504122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504122 on black background.


Color preview on white background

This text has color #504122 on white background.



Black color preview on #504122 background

This text has black color on #504122 background.


White color preview on #504122 background

This text has white color on #504122 background.