COLOR #504046

HEX: #504046
RGB: (80,64,70)

Color info

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

RGB color model

#504046 color RGB value is (80,64,70).

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

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 70 of 255 = 27%

80
64
70

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

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 70 = 214 (100%)
R 80 of 214 ~ 37.38%
G 64 of 214 ~ 29.91%
B 70 of 214 ~ 32.71%

%37.38
%29.91
%32.71

CMYK color model

#504046 color CMYK value is (0,20,13,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,20,13,69)
C0M20Y13K69 
(0%,20%,13%,69%)
(0.00/0.20/0.13/0.69)	

CMYK percentages

%0
%20
%12.5
%68.63

Codes

Color #504046 in popluar color models

504046
RGB806470
HSL338°11.11%28.24%
HSB/HSV338°20.00%31.37%
CMYK0.00%20.00%12.50%
68.63%

Color #504046 in popluar number systems.

HEX504046
Decimal806470
Binary101000010000001000110
Octal120100106

Shades and tints

Shades of #504046

#504046
(80,64,70)
#493B40
(73,59,64)
#42363A
(66,54,58)
#3B3134
(59,49,52)
#342C2E
(52,44,46)
#2D2728
(45,39,40)
#262222
(38,34,34)
#1F1D1C
(31,29,28)
#181816
(24,24,22)
#111310
(17,19,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #504046

#504046
(80,64,70)
#5F5156
(95,81,86)
#6E6266
(110,98,102)
#7D7376
(125,115,118)
#8C8486
(140,132,134)
#9B9596
(155,149,150)
#AAA6A6
(170,166,166)
#B9B7B6
(185,183,182)
#C8C8C6
(200,200,198)
#D7D9D6
(215,217,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504046; }

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

This text font color is #504046.


Background Color

.myBgColor { background-color: #504046; }

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

This div background color is #504046.


Border color

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

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

This div border color is #504046.


Opacity

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

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

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

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

This text has shadow with #504046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504046 on black background.


Color preview on white background

This text has color #504046 on white background.



Black color preview on #504046 background

This text has black color on #504046 background.


White color preview on #504046 background

This text has white color on #504046 background.