COLOR #804F73

HEX: #804F73
RGB: (128,79,115)

Color info

#804F73 contains red, green and blue colors in about the same proportion. Web safe color of #804F73 is #666666 (or #666).

RGB color model

#804F73 color RGB value is (128,79,115).

  • red value is 128;
  • green value is 79;
  • blue value is 115.
RGB:
(128,79,115)
(50%,31%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 79 of 255 = 31%
B 115 of 255 = 45%

128
79
115

R + G + B ~ 42%. #804F73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 79 + 115 = 322 (100%)
R 128 of 322 ~ 39.75%
G 79 of 322 ~ 24.53%
B 115 of 322 ~ 35.71%

%39.75
%24.53
%35.71

CMYK color model

#804F73 color CMYK value is (0,38,10,50).

  • cyan value is 0.00%
  • magenta value is 38.28%
  • yellow value is 10.16%
  • key color value is 49.80%
CMYK:
(0,38,10,50)
C0M38Y10K50 
(0%,38%,10%,50%)
(0.00/0.38/0.10/0.50)	

CMYK percentages

%0
%38.28
%10.16
%49.8

Codes

Color #804F73 in popluar color models

804F73
RGB12879115
HSL316°23.67%40.59%
HSB/HSV316°38.28%50.20%
CMYK0.00%38.28%10.16%
49.80%

Color #804F73 in popluar number systems.

HEX804F73
Decimal12879115
Binary1000000010011111110011
Octal200117163

Shades and tints

Shades of #804F73

#804F73
(128,79,115)
#754869
(117,72,105)
#6A415F
(106,65,95)
#5F3A55
(95,58,85)
#54334B
(84,51,75)
#492C41
(73,44,65)
#3E2537
(62,37,55)
#331E2D
(51,30,45)
#281723
(40,23,35)
#1D1019
(29,16,25)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #804F73

#804F73
(128,79,115)
#8B5F7F
(139,95,127)
#966F8B
(150,111,139)
#A17F97
(161,127,151)
#AC8FA3
(172,143,163)
#B79FAF
(183,159,175)
#C2AFBB
(194,175,187)
#CDBFC7
(205,191,199)
#D8CFD3
(216,207,211)
#E3DFDF
(227,223,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804F73 color. Also use rgb(128,79,115) instead hex code.

Text Font Color

.myTextColor { color: #804F73; }

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

This text font color is #804F73.


Background Color

.myBgColor { background-color: #804F73; }

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

This div background color is #804F73.


Border color

.myBorderColor { border: 1px solid #804F73; }

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

This div border color is #804F73.


Opacity

.myOpacity80 { color: #804F73; opacity: 0.8; }

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

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

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

This text has shadow with #804F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804F73 on black background.


Color preview on white background

This text has color #804F73 on white background.



Black color preview on #804F73 background

This text has black color on #804F73 background.


White color preview on #804F73 background

This text has white color on #804F73 background.