COLOR #867084

HEX: #867084
RGB: (134,112,132)

Color info

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

RGB color model

#867084 color RGB value is (134,112,132).

  • red value is 134;
  • green value is 112;
  • blue value is 132.
RGB:
(134,112,132)
(53%,44%,52%)

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 132 of 255 = 52%

134
112
132

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

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 132 = 378 (100%)
R 134 of 378 ~ 35.45%
G 112 of 378 ~ 29.63%
B 132 of 378 ~ 34.92%

%35.45
%29.63
%34.92

CMYK color model

#867084 color CMYK value is (0,16,1,47).

  • cyan value is 0.00%
  • magenta value is 16.42%
  • yellow value is 1.49%
  • key color value is 47.45%
CMYK:
(0,16,1,47)
C0M16Y1K47 
(0%,16%,1%,47%)
(0.00/0.16/0.01/0.47)	

CMYK percentages

%0
%16.42
%1.49
%47.45

Codes

Color #867084 in popluar color models

867084
RGB134112132
HSL305°8.94%48.24%
HSB/HSV305°16.42%52.55%
CMYK0.00%16.42%1.49%
47.45%

Color #867084 in popluar number systems.

HEX867084
Decimal134112132
Binary10000110111000010000100
Octal206160204

Shades and tints

Shades of #867084

#867084
(134,112,132)
#7A6678
(122,102,120)
#6E5C6C
(110,92,108)
#625260
(98,82,96)
#564854
(86,72,84)
#4A3E48
(74,62,72)
#3E343C
(62,52,60)
#322A30
(50,42,48)
#262024
(38,32,36)
#1A1618
(26,22,24)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #867084

#867084
(134,112,132)
#917D8F
(145,125,143)
#9C8A9A
(156,138,154)
#A797A5
(167,151,165)
#B2A4B0
(178,164,176)
#BDB1BB
(189,177,187)
#C8BEC6
(200,190,198)
#D3CBD1
(211,203,209)
#DED8DC
(222,216,220)
#E9E5E7
(233,229,231)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867084 color. Also use rgb(134,112,132) instead hex code.

Text Font Color

.myTextColor { color: #867084; }

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

This text font color is #867084.


Background Color

.myBgColor { background-color: #867084; }

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

This div background color is #867084.


Border color

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

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

This div border color is #867084.


Opacity

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

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

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

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

This text has shadow with #867084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867084 on black background.


Color preview on white background

This text has color #867084 on white background.



Black color preview on #867084 background

This text has black color on #867084 background.


White color preview on #867084 background

This text has white color on #867084 background.