COLOR #504844

HEX: #504844
RGB: (80,72,68)

Color info

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

RGB color model

#504844 color RGB value is (80,72,68).

  • red value is 80;
  • green value is 72;
  • blue value is 68.
RGB:
(80,72,68)
(31%,28%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 68 of 255 = 27%

80
72
68

R + G + B ~ 29%. #504844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 68 = 220 (100%)
R 80 of 220 ~ 36.36%
G 72 of 220 ~ 32.73%
B 68 of 220 ~ 30.91%

%36.36
%32.73
%30.91

CMYK color model

#504844 color CMYK value is (0,10,15,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.00%
  • key color value is 68.63%
CMYK:
(0,10,15,69)
C0M10Y15K69 
(0%,10%,15%,69%)
(0.00/0.10/0.15/0.69)	

CMYK percentages

%0
%10
%15
%68.63

Codes

Color #504844 in popluar color models

504844
RGB807268
HSL20°8.11%29.02%
HSB/HSV20°15.00%31.37%
CMYK0.00%10.00%15.00%
68.63%

Color #504844 in popluar number systems.

HEX504844
Decimal807268
Binary101000010010001000100
Octal120110104

Shades and tints

Shades of #504844

#504844
(80,72,68)
#49423E
(73,66,62)
#423C38
(66,60,56)
#3B3632
(59,54,50)
#34302C
(52,48,44)
#2D2A26
(45,42,38)
#262420
(38,36,32)
#1F1E1A
(31,30,26)
#181814
(24,24,20)
#11120E
(17,18,14)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #504844

#504844
(80,72,68)
#5F5855
(95,88,85)
#6E6866
(110,104,102)
#7D7877
(125,120,119)
#8C8888
(140,136,136)
#9B9899
(155,152,153)
#AAA8AA
(170,168,170)
#B9B8BB
(185,184,187)
#C8C8CC
(200,200,204)
#D7D8DD
(215,216,221)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504844 color. Also use rgb(80,72,68) instead hex code.

Text Font Color

.myTextColor { color: #504844; }

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

This text font color is #504844.


Background Color

.myBgColor { background-color: #504844; }

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

This div background color is #504844.


Border color

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

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

This div border color is #504844.


Opacity

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

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

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

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

This text has shadow with #504844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504844 on black background.


Color preview on white background

This text has color #504844 on white background.



Black color preview on #504844 background

This text has black color on #504844 background.


White color preview on #504844 background

This text has white color on #504844 background.