COLOR #504451

HEX: #504451
RGB: (80,68,81)

Color info

#504451 contains red, green and blue colors in about the same proportion. Web safe color of #504451 is #663366 (or #636).

RGB color model

#504451 color RGB value is (80,68,81).

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

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 81 of 255 = 32%

80
68
81

R + G + B ~ 30%. #504451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 81 = 229 (100%)
R 80 of 229 ~ 34.93%
G 68 of 229 ~ 29.69%
B 81 of 229 ~ 35.37%

%34.93
%29.69
%35.37

CMYK color model

#504451 color CMYK value is (1,16,0,68).

  • cyan value is 1.23%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(1,16,0,68)
C1M16Y0K68 
(1%,16%,0%,68%)
(0.01/0.16/0.00/0.68)	

CMYK percentages

%1.23
%16.05
%0
%68.24

Codes

Color #504451 in popluar color models

504451
RGB806881
HSL295°8.72%29.22%
HSB/HSV295°16.05%31.76%
CMYK1.23%16.05%0.00%
68.24%

Color #504451 in popluar number systems.

HEX504451
Decimal806881
Binary101000010001001010001
Octal120104121

Shades and tints

Shades of #504451

#504451
(80,68,81)
#493E4A
(73,62,74)
#423843
(66,56,67)
#3B323C
(59,50,60)
#342C35
(52,44,53)
#2D262E
(45,38,46)
#262027
(38,32,39)
#1F1A20
(31,26,32)
#181419
(24,20,25)
#110E12
(17,14,18)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #504451

#504451
(80,68,81)
#5F5560
(95,85,96)
#6E666F
(110,102,111)
#7D777E
(125,119,126)
#8C888D
(140,136,141)
#9B999C
(155,153,156)
#AAAAAB
(170,170,171)
#B9BBBA
(185,187,186)
#C8CCC9
(200,204,201)
#D7DDD8
(215,221,216)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504451; }

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

This text font color is #504451.


Background Color

.myBgColor { background-color: #504451; }

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

This div background color is #504451.


Border color

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

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

This div border color is #504451.


Opacity

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

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

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

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

This text has shadow with #504451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504451 on black background.


Color preview on white background

This text has color #504451 on white background.



Black color preview on #504451 background

This text has black color on #504451 background.


White color preview on #504451 background

This text has white color on #504451 background.