COLOR #806874

HEX: #806874
RGB: (128,104,116)

Color info

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

RGB color model

#806874 color RGB value is (128,104,116).

  • red value is 128;
  • green value is 104;
  • blue value is 116.
RGB:
(128,104,116)
(50%,41%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 116 of 255 = 45%

128
104
116

R + G + B ~ 45%. #806874 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 116 = 348 (100%)
R 128 of 348 ~ 36.78%
G 104 of 348 ~ 29.89%
B 116 of 348 ~ 33.33%

%36.78
%29.89
%33.33

CMYK color model

#806874 color CMYK value is (0,19,9,50).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK:
(0,19,9,50)
C0M19Y9K50 
(0%,19%,9%,50%)
(0.00/0.19/0.09/0.50)	

CMYK percentages

%0
%18.75
%9.38
%49.8

Codes

Color #806874 in popluar color models

806874
RGB128104116
HSL330°10.34%45.49%
HSB/HSV330°18.75%50.20%
CMYK0.00%18.75%9.38%
49.80%

Color #806874 in popluar number systems.

HEX806874
Decimal128104116
Binary1000000011010001110100
Octal200150164

Shades and tints

Shades of #806874

#806874
(128,104,116)
#755F6A
(117,95,106)
#6A5660
(106,86,96)
#5F4D56
(95,77,86)
#54444C
(84,68,76)
#493B42
(73,59,66)
#3E3238
(62,50,56)
#33292E
(51,41,46)
#282024
(40,32,36)
#1D171A
(29,23,26)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #806874

#806874
(128,104,116)
#8B7580
(139,117,128)
#96828C
(150,130,140)
#A18F98
(161,143,152)
#AC9CA4
(172,156,164)
#B7A9B0
(183,169,176)
#C2B6BC
(194,182,188)
#CDC3C8
(205,195,200)
#D8D0D4
(216,208,212)
#E3DDE0
(227,221,224)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806874 color. Also use rgb(128,104,116) instead hex code.

Text Font Color

.myTextColor { color: #806874; }

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

This text font color is #806874.


Background Color

.myBgColor { background-color: #806874; }

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

This div background color is #806874.


Border color

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

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

This div border color is #806874.


Opacity

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

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

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

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

This text has shadow with #806874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806874 on black background.


Color preview on white background

This text has color #806874 on white background.



Black color preview on #806874 background

This text has black color on #806874 background.


White color preview on #806874 background

This text has white color on #806874 background.