COLOR #867380

HEX: #867380
RGB: (134,115,128)

Color info

#867380 contains red, green and blue colors in about the same proportion. Web safe color of #867380 is #996666 (or #966).

RGB color model

#867380 color RGB value is (134,115,128).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 128 of 255 = 50%

134
115
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 128 = 377 (100%)
R 134 of 377 ~ 35.54%
G 115 of 377 ~ 30.5%
B 128 of 377 ~ 33.95%

%35.54
%30.5
%33.95

CMYK color model

#867380 color CMYK value is (0,14,4,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(0,14,4,47)
C0M14Y4K47 
(0%,14%,4%,47%)
(0.00/0.14/0.04/0.47)	

CMYK percentages

%0
%14.18
%4.48
%47.45

Codes

Color #867380 in popluar color models

867380
RGB134115128
HSL319°7.63%48.82%
HSB/HSV319°14.18%52.55%
CMYK0.00%14.18%4.48%
47.45%

Color #867380 in popluar number systems.

HEX867380
Decimal134115128
Binary10000110111001110000000
Octal206163200

Shades and tints

Shades of #867380

#867380
(134,115,128)
#7A6975
(122,105,117)
#6E5F6A
(110,95,106)
#62555F
(98,85,95)
#564B54
(86,75,84)
#4A4149
(74,65,73)
#3E373E
(62,55,62)
#322D33
(50,45,51)
#262328
(38,35,40)
#1A191D
(26,25,29)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #867380

#867380
(134,115,128)
#917F8B
(145,127,139)
#9C8B96
(156,139,150)
#A797A1
(167,151,161)
#B2A3AC
(178,163,172)
#BDAFB7
(189,175,183)
#C8BBC2
(200,187,194)
#D3C7CD
(211,199,205)
#DED3D8
(222,211,216)
#E9DFE3
(233,223,227)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867380; }

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

This text font color is #867380.


Background Color

.myBgColor { background-color: #867380; }

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

This div background color is #867380.


Border color

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

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

This div border color is #867380.


Opacity

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

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

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

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

This text has shadow with #867380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867380 on black background.


Color preview on white background

This text has color #867380 on white background.



Black color preview on #867380 background

This text has black color on #867380 background.


White color preview on #867380 background

This text has white color on #867380 background.