COLOR #804954

HEX: #804954
RGB: (128,73,84)

Color info

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

RGB color model

#804954 color RGB value is (128,73,84).

  • red value is 128;
  • green value is 73;
  • blue value is 84.
RGB:
(128,73,84)
(50%,29%,33%)

RGB channels and saturation

R 128 of 255 = 50%
G 73 of 255 = 29%
B 84 of 255 = 33%

128
73
84

R + G + B ~ 37%. #804954 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 73 + 84 = 285 (100%)
R 128 of 285 ~ 44.91%
G 73 of 285 ~ 25.61%
B 84 of 285 ~ 29.47%

%44.91
%25.61
%29.47

CMYK color model

#804954 color CMYK value is (0,43,34,50).

  • cyan value is 0.00%
  • magenta value is 42.97%
  • yellow value is 34.38%
  • key color value is 49.80%
CMYK:
(0,43,34,50)
C0M43Y34K50 
(0%,43%,34%,50%)
(0.00/0.43/0.34/0.50)	

CMYK percentages

%0
%42.97
%34.38
%49.8

Codes

Color #804954 in popluar color models

804954
RGB1287384
HSL348°27.36%39.41%
HSB/HSV348°42.97%50.20%
CMYK0.00%42.97%34.38%
49.80%

Color #804954 in popluar number systems.

HEX804954
Decimal1287384
Binary1000000010010011010100
Octal200111124

Shades and tints

Shades of #804954

#804954
(128,73,84)
#75434D
(117,67,77)
#6A3D46
(106,61,70)
#5F373F
(95,55,63)
#543138
(84,49,56)
#492B31
(73,43,49)
#3E252A
(62,37,42)
#331F23
(51,31,35)
#28191C
(40,25,28)
#1D1315
(29,19,21)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #804954

#804954
(128,73,84)
#8B5963
(139,89,99)
#966972
(150,105,114)
#A17981
(161,121,129)
#AC8990
(172,137,144)
#B7999F
(183,153,159)
#C2A9AE
(194,169,174)
#CDB9BD
(205,185,189)
#D8C9CC
(216,201,204)
#E3D9DB
(227,217,219)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804954 color. Also use rgb(128,73,84) instead hex code.

Text Font Color

.myTextColor { color: #804954; }

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

This text font color is #804954.


Background Color

.myBgColor { background-color: #804954; }

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

This div background color is #804954.


Border color

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

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

This div border color is #804954.


Opacity

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

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

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

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

This text has shadow with #804954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804954 on black background.


Color preview on white background

This text has color #804954 on white background.



Black color preview on #804954 background

This text has black color on #804954 background.


White color preview on #804954 background

This text has white color on #804954 background.