COLOR #867382

HEX: #867382
RGB: (134,115,130)

Color info

#867382 contains red, green and blue colors in about the same proportion. Web safe color of #867382 is #996699 (or #969).

RGB color model

#867382 color RGB value is (134,115,130).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 130 of 255 = 51%

134
115
130

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 130 = 379 (100%)
R 134 of 379 ~ 35.36%
G 115 of 379 ~ 30.34%
B 130 of 379 ~ 34.3%

%35.36
%30.34
%34.3

CMYK color model

#867382 color CMYK value is (0,14,3,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(0,14,3,47)
C0M14Y3K47 
(0%,14%,3%,47%)
(0.00/0.14/0.03/0.47)	

CMYK percentages

%0
%14.18
%2.99
%47.45

Codes

Color #867382 in popluar color models

867382
RGB134115130
HSL313°7.63%48.82%
HSB/HSV313°14.18%52.55%
CMYK0.00%14.18%2.99%
47.45%

Color #867382 in popluar number systems.

HEX867382
Decimal134115130
Binary10000110111001110000010
Octal206163202

Shades and tints

Shades of #867382

#867382
(134,115,130)
#7A6977
(122,105,119)
#6E5F6C
(110,95,108)
#625561
(98,85,97)
#564B56
(86,75,86)
#4A414B
(74,65,75)
#3E3740
(62,55,64)
#322D35
(50,45,53)
#26232A
(38,35,42)
#1A191F
(26,25,31)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #867382

#867382
(134,115,130)
#917F8D
(145,127,141)
#9C8B98
(156,139,152)
#A797A3
(167,151,163)
#B2A3AE
(178,163,174)
#BDAFB9
(189,175,185)
#C8BBC4
(200,187,196)
#D3C7CF
(211,199,207)
#DED3DA
(222,211,218)
#E9DFE5
(233,223,229)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867382; }

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

This text font color is #867382.


Background Color

.myBgColor { background-color: #867382; }

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

This div background color is #867382.


Border color

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

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

This div border color is #867382.


Opacity

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

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

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

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

This text has shadow with #867382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867382 on black background.


Color preview on white background

This text has color #867382 on white background.



Black color preview on #867382 background

This text has black color on #867382 background.


White color preview on #867382 background

This text has white color on #867382 background.