COLOR #504146

HEX: #504146
RGB: (80,65,70)

Color info

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

RGB color model

#504146 color RGB value is (80,65,70).

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

RGB channels and saturation

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

80
65
70

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 70 = 215 (100%)
R 80 of 215 ~ 37.21%
G 65 of 215 ~ 30.23%
B 70 of 215 ~ 32.56%

%37.21
%30.23
%32.56

CMYK color model

#504146 color CMYK value is (0,19,13,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,19,13,69)
C0M19Y13K69 
(0%,19%,13%,69%)
(0.00/0.19/0.13/0.69)	

CMYK percentages

%0
%18.75
%12.5
%68.63

Codes

Color #504146 in popluar color models

504146
RGB806570
HSL340°10.34%28.43%
HSB/HSV340°18.75%31.37%
CMYK0.00%18.75%12.50%
68.63%

Color #504146 in popluar number systems.

HEX504146
Decimal806570
Binary101000010000011000110
Octal120101106

Shades and tints

Shades of #504146

#504146
(80,65,70)
#493C40
(73,60,64)
#42373A
(66,55,58)
#3B3234
(59,50,52)
#342D2E
(52,45,46)
#2D2828
(45,40,40)
#262322
(38,35,34)
#1F1E1C
(31,30,28)
#181916
(24,25,22)
#111410
(17,20,16)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #504146

#504146
(80,65,70)
#5F5256
(95,82,86)
#6E6366
(110,99,102)
#7D7476
(125,116,118)
#8C8586
(140,133,134)
#9B9696
(155,150,150)
#AAA7A6
(170,167,166)
#B9B8B6
(185,184,182)
#C8C9C6
(200,201,198)
#D7DAD6
(215,218,214)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504146; }

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

This text font color is #504146.


Background Color

.myBgColor { background-color: #504146; }

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

This div background color is #504146.


Border color

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

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

This div border color is #504146.


Opacity

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

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

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

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

This text has shadow with #504146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504146 on black background.


Color preview on white background

This text has color #504146 on white background.



Black color preview on #504146 background

This text has black color on #504146 background.


White color preview on #504146 background

This text has white color on #504146 background.