COLOR #504642

HEX: #504642
RGB: (80,70,66)

Color info

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

RGB color model

#504642 color RGB value is (80,70,66).

  • red value is 80;
  • green value is 70;
  • blue value is 66.
RGB:
(80,70,66)
(31%,27%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 66 of 255 = 26%

80
70
66

R + G + B ~ 28%. #504642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 66 = 216 (100%)
R 80 of 216 ~ 37.04%
G 70 of 216 ~ 32.41%
B 66 of 216 ~ 30.56%

%37.04
%32.41
%30.56

CMYK color model

#504642 color CMYK value is (0,13,18,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(0,13,18,69)
C0M13Y18K69 
(0%,13%,18%,69%)
(0.00/0.13/0.18/0.69)	

CMYK percentages

%0
%12.5
%17.5
%68.63

Codes

Color #504642 in popluar color models

504642
RGB807066
HSL17°9.59%28.63%
HSB/HSV17°17.50%31.37%
CMYK0.00%12.50%17.50%
68.63%

Color #504642 in popluar number systems.

HEX504642
Decimal807066
Binary101000010001101000010
Octal120106102

Shades and tints

Shades of #504642

#504642
(80,70,66)
#49403C
(73,64,60)
#423A36
(66,58,54)
#3B3430
(59,52,48)
#342E2A
(52,46,42)
#2D2824
(45,40,36)
#26221E
(38,34,30)
#1F1C18
(31,28,24)
#181612
(24,22,18)
#11100C
(17,16,12)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #504642

#504642
(80,70,66)
#5F5653
(95,86,83)
#6E6664
(110,102,100)
#7D7675
(125,118,117)
#8C8686
(140,134,134)
#9B9697
(155,150,151)
#AAA6A8
(170,166,168)
#B9B6B9
(185,182,185)
#C8C6CA
(200,198,202)
#D7D6DB
(215,214,219)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504642 color. Also use rgb(80,70,66) instead hex code.

Text Font Color

.myTextColor { color: #504642; }

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

This text font color is #504642.


Background Color

.myBgColor { background-color: #504642; }

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

This div background color is #504642.


Border color

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

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

This div border color is #504642.


Opacity

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

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

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

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

This text has shadow with #504642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504642 on black background.


Color preview on white background

This text has color #504642 on white background.



Black color preview on #504642 background

This text has black color on #504642 background.


White color preview on #504642 background

This text has white color on #504642 background.