COLOR #804F6C

HEX: #804F6C
RGB: (128,79,108)

Color info

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

RGB color model

#804F6C color RGB value is (128,79,108).

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

RGB channels and saturation

R 128 of 255 = 50%
G 79 of 255 = 31%
B 108 of 255 = 42%

128
79
108

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

Portions of RGB colors in percentages

R + G + B =
128 + 79 + 108 = 315 (100%)
R 128 of 315 ~ 40.63%
G 79 of 315 ~ 25.08%
B 108 of 315 ~ 34.29%

%40.63
%25.08
%34.29

CMYK color model

#804F6C color CMYK value is (0,38,16,50).

  • cyan value is 0.00%
  • magenta value is 38.28%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(0,38,16,50)
C0M38Y16K50 
(0%,38%,16%,50%)
(0.00/0.38/0.16/0.50)	

CMYK percentages

%0
%38.28
%15.63
%49.8

Codes

Color #804F6C in popluar color models

804F6C
RGB12879108
HSL324°23.67%40.59%
HSB/HSV324°38.28%50.20%
CMYK0.00%38.28%15.63%
49.80%

Color #804F6C in popluar number systems.

HEX804F6C
Decimal12879108
Binary1000000010011111101100
Octal200117154

Shades and tints

Shades of #804F6C

#804F6C
(128,79,108)
#754863
(117,72,99)
#6A415A
(106,65,90)
#5F3A51
(95,58,81)
#543348
(84,51,72)
#492C3F
(73,44,63)
#3E2536
(62,37,54)
#331E2D
(51,30,45)
#281724
(40,23,36)
#1D101B
(29,16,27)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #804F6C

#804F6C
(128,79,108)
#8B5F79
(139,95,121)
#966F86
(150,111,134)
#A17F93
(161,127,147)
#AC8FA0
(172,143,160)
#B79FAD
(183,159,173)
#C2AFBA
(194,175,186)
#CDBFC7
(205,191,199)
#D8CFD4
(216,207,212)
#E3DFE1
(227,223,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804F6C; }

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

This text font color is #804F6C.


Background Color

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

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

This div background color is #804F6C.


Border color

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

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

This div border color is #804F6C.


Opacity

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

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

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

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

This text has shadow with #804F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804F6C on black background.


Color preview on white background

This text has color #804F6C on white background.



Black color preview on #804F6C background

This text has black color on #804F6C background.


White color preview on #804F6C background

This text has white color on #804F6C background.