COLOR #867478

HEX: #867478
RGB: (134,116,120)

Color info

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

RGB color model

#867478 color RGB value is (134,116,120).

  • red value is 134;
  • green value is 116;
  • blue value is 120.
RGB:
(134,116,120)
(53%,45%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 120 of 255 = 47%

134
116
120

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

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 120 = 370 (100%)
R 134 of 370 ~ 36.22%
G 116 of 370 ~ 31.35%
B 120 of 370 ~ 32.43%

%36.22
%31.35
%32.43

CMYK color model

#867478 color CMYK value is (0,13,10,47).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 10.45%
  • key color value is 47.45%
CMYK:
(0,13,10,47)
C0M13Y10K47 
(0%,13%,10%,47%)
(0.00/0.13/0.10/0.47)	

CMYK percentages

%0
%13.43
%10.45
%47.45

Codes

Color #867478 in popluar color models

867478
RGB134116120
HSL347°7.20%49.02%
HSB/HSV347°13.43%52.55%
CMYK0.00%13.43%10.45%
47.45%

Color #867478 in popluar number systems.

HEX867478
Decimal134116120
Binary1000011011101001111000
Octal206164170

Shades and tints

Shades of #867478

#867478
(134,116,120)
#7A6A6E
(122,106,110)
#6E6064
(110,96,100)
#62565A
(98,86,90)
#564C50
(86,76,80)
#4A4246
(74,66,70)
#3E383C
(62,56,60)
#322E32
(50,46,50)
#262428
(38,36,40)
#1A1A1E
(26,26,30)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #867478

#867478
(134,116,120)
#918084
(145,128,132)
#9C8C90
(156,140,144)
#A7989C
(167,152,156)
#B2A4A8
(178,164,168)
#BDB0B4
(189,176,180)
#C8BCC0
(200,188,192)
#D3C8CC
(211,200,204)
#DED4D8
(222,212,216)
#E9E0E4
(233,224,228)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867478 color. Also use rgb(134,116,120) instead hex code.

Text Font Color

.myTextColor { color: #867478; }

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

This text font color is #867478.


Background Color

.myBgColor { background-color: #867478; }

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

This div background color is #867478.


Border color

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

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

This div border color is #867478.


Opacity

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

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

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

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

This text has shadow with #867478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867478 on black background.


Color preview on white background

This text has color #867478 on white background.



Black color preview on #867478 background

This text has black color on #867478 background.


White color preview on #867478 background

This text has white color on #867478 background.