COLOR #869575

HEX: #869575
RGB: (134,149,117)

Color info

#869575 contains red, green and blue colors in about the same proportion. Web safe color of #869575 is #999966 (or #996).

RGB color model

#869575 color RGB value is (134,149,117).

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

RGB channels and saturation

R 134 of 255 = 53%
G 149 of 255 = 58%
B 117 of 255 = 46%

134
149
117

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

Portions of RGB colors in percentages

R + G + B =
134 + 149 + 117 = 400 (100%)
R 134 of 400 ~ 33.5%
G 149 of 400 ~ 37.25%
B 117 of 400 ~ 29.25%

%33.5
%37.25
%29.25

CMYK color model

#869575 color CMYK value is (10,0,21,42).

  • cyan value is 10.07%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(10,0,21,42)
C10M0Y21K42 
(10%,0%,21%,42%)
(0.10/0.00/0.21/0.42)	

CMYK percentages

%10.07
%0
%21.48
%41.57

Codes

Color #869575 in popluar color models

869575
RGB134149117
HSL88°13.11%52.16%
HSB/HSV88°21.48%58.43%
CMYK10.07%0.00%21.48%
41.57%

Color #869575 in popluar number systems.

HEX869575
Decimal134149117
Binary10000110100101011110101
Octal206225165

Shades and tints

Shades of #869575

#869575
(134,149,117)
#7A886B
(122,136,107)
#6E7B61
(110,123,97)
#626E57
(98,110,87)
#56614D
(86,97,77)
#4A5443
(74,84,67)
#3E4739
(62,71,57)
#323A2F
(50,58,47)
#262D25
(38,45,37)
#1A201B
(26,32,27)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #869575

#869575
(134,149,117)
#919E81
(145,158,129)
#9CA78D
(156,167,141)
#A7B099
(167,176,153)
#B2B9A5
(178,185,165)
#BDC2B1
(189,194,177)
#C8CBBD
(200,203,189)
#D3D4C9
(211,212,201)
#DEDDD5
(222,221,213)
#E9E6E1
(233,230,225)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #869575; }

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

This text font color is #869575.


Background Color

.myBgColor { background-color: #869575; }

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

This div background color is #869575.


Border color

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

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

This div border color is #869575.


Opacity

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

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

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

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

This text has shadow with #869575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869575 on black background.


Color preview on white background

This text has color #869575 on white background.



Black color preview on #869575 background

This text has black color on #869575 background.


White color preview on #869575 background

This text has white color on #869575 background.