COLOR #504440

HEX: #504440
RGB: (80,68,64)

Color info

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

RGB color model

#504440 color RGB value is (80,68,64).

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

RGB channels and saturation

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

80
68
64

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

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 64 = 212 (100%)
R 80 of 212 ~ 37.74%
G 68 of 212 ~ 32.08%
B 64 of 212 ~ 30.19%

%37.74
%32.08
%30.19

CMYK color model

#504440 color CMYK value is (0,15,20,69).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(0,15,20,69)
C0M15Y20K69 
(0%,15%,20%,69%)
(0.00/0.15/0.20/0.69)	

CMYK percentages

%0
%15
%20
%68.63

Codes

Color #504440 in popluar color models

504440
RGB806864
HSL15°11.11%28.24%
HSB/HSV15°20.00%31.37%
CMYK0.00%15.00%20.00%
68.63%

Color #504440 in popluar number systems.

HEX504440
Decimal806864
Binary101000010001001000000
Octal120104100

Shades and tints

Shades of #504440

#504440
(80,68,64)
#493E3B
(73,62,59)
#423836
(66,56,54)
#3B3231
(59,50,49)
#342C2C
(52,44,44)
#2D2627
(45,38,39)
#262022
(38,32,34)
#1F1A1D
(31,26,29)
#181418
(24,20,24)
#110E13
(17,14,19)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #504440

#504440
(80,68,64)
#5F5551
(95,85,81)
#6E6662
(110,102,98)
#7D7773
(125,119,115)
#8C8884
(140,136,132)
#9B9995
(155,153,149)
#AAAAA6
(170,170,166)
#B9BBB7
(185,187,183)
#C8CCC8
(200,204,200)
#D7DDD9
(215,221,217)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504440; }

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

This text font color is #504440.


Background Color

.myBgColor { background-color: #504440; }

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

This div background color is #504440.


Border color

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

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

This div border color is #504440.


Opacity

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

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

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

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

This text has shadow with #504440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504440 on black background.


Color preview on white background

This text has color #504440 on white background.



Black color preview on #504440 background

This text has black color on #504440 background.


White color preview on #504440 background

This text has white color on #504440 background.