COLOR #504944

HEX: #504944
RGB: (80,73,68)

Color info

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

RGB color model

#504944 color RGB value is (80,73,68).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 68 of 255 = 27%

80
73
68

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

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 68 = 221 (100%)
R 80 of 221 ~ 36.2%
G 73 of 221 ~ 33.03%
B 68 of 221 ~ 30.77%

%36.2
%33.03
%30.77

CMYK color model

#504944 color CMYK value is (0,9,15,69).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 15.00%
  • key color value is 68.63%
CMYK:
(0,9,15,69)
C0M9Y15K69 
(0%,9%,15%,69%)
(0.00/0.09/0.15/0.69)	

CMYK percentages

%0
%8.75
%15
%68.63

Codes

Color #504944 in popluar color models

504944
RGB807368
HSL25°8.11%29.02%
HSB/HSV25°15.00%31.37%
CMYK0.00%8.75%15.00%
68.63%

Color #504944 in popluar number systems.

HEX504944
Decimal807368
Binary101000010010011000100
Octal120111104

Shades and tints

Shades of #504944

#504944
(80,73,68)
#49433E
(73,67,62)
#423D38
(66,61,56)
#3B3732
(59,55,50)
#34312C
(52,49,44)
#2D2B26
(45,43,38)
#262520
(38,37,32)
#1F1F1A
(31,31,26)
#181914
(24,25,20)
#11130E
(17,19,14)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #504944

#504944
(80,73,68)
#5F5955
(95,89,85)
#6E6966
(110,105,102)
#7D7977
(125,121,119)
#8C8988
(140,137,136)
#9B9999
(155,153,153)
#AAA9AA
(170,169,170)
#B9B9BB
(185,185,187)
#C8C9CC
(200,201,204)
#D7D9DD
(215,217,221)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504944; }

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

This text font color is #504944.


Background Color

.myBgColor { background-color: #504944; }

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

This div background color is #504944.


Border color

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

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

This div border color is #504944.


Opacity

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

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

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

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

This text has shadow with #504944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504944 on black background.


Color preview on white background

This text has color #504944 on white background.



Black color preview on #504944 background

This text has black color on #504944 background.


White color preview on #504944 background

This text has white color on #504944 background.