COLOR #867375

HEX: #867375
RGB: (134,115,117)

Color info

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

RGB color model

#867375 color RGB value is (134,115,117).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 117 of 255 = 46%

134
115
117

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 117 = 366 (100%)
R 134 of 366 ~ 36.61%
G 115 of 366 ~ 31.42%
B 117 of 366 ~ 31.97%

%36.61
%31.42
%31.97

CMYK color model

#867375 color CMYK value is (0,14,13,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(0,14,13,47)
C0M14Y13K47 
(0%,14%,13%,47%)
(0.00/0.14/0.13/0.47)	

CMYK percentages

%0
%14.18
%12.69
%47.45

Codes

Color #867375 in popluar color models

867375
RGB134115117
HSL354°7.63%48.82%
HSB/HSV354°14.18%52.55%
CMYK0.00%14.18%12.69%
47.45%

Color #867375 in popluar number systems.

HEX867375
Decimal134115117
Binary1000011011100111110101
Octal206163165

Shades and tints

Shades of #867375

#867375
(134,115,117)
#7A696B
(122,105,107)
#6E5F61
(110,95,97)
#625557
(98,85,87)
#564B4D
(86,75,77)
#4A4143
(74,65,67)
#3E3739
(62,55,57)
#322D2F
(50,45,47)
#262325
(38,35,37)
#1A191B
(26,25,27)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #867375

#867375
(134,115,117)
#917F81
(145,127,129)
#9C8B8D
(156,139,141)
#A79799
(167,151,153)
#B2A3A5
(178,163,165)
#BDAFB1
(189,175,177)
#C8BBBD
(200,187,189)
#D3C7C9
(211,199,201)
#DED3D5
(222,211,213)
#E9DFE1
(233,223,225)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867375; }

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

This text font color is #867375.


Background Color

.myBgColor { background-color: #867375; }

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

This div background color is #867375.


Border color

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

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

This div border color is #867375.


Opacity

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

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

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

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

This text has shadow with #867375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867375 on black background.


Color preview on white background

This text has color #867375 on white background.



Black color preview on #867375 background

This text has black color on #867375 background.


White color preview on #867375 background

This text has white color on #867375 background.