COLOR #869377

HEX: #869377
RGB: (134,147,119)

Color info

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

RGB color model

#869377 color RGB value is (134,147,119).

  • red value is 134;
  • green value is 147;
  • blue value is 119.
RGB:
(134,147,119)
(53%,58%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 147 of 255 = 58%
B 119 of 255 = 47%

134
147
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 147 + 119 = 400 (100%)
R 134 of 400 ~ 33.5%
G 147 of 400 ~ 36.75%
B 119 of 400 ~ 29.75%

%33.5
%36.75
%29.75

CMYK color model

#869377 color CMYK value is (9,0,19,42).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(9,0,19,42)
C9M0Y19K42 
(9%,0%,19%,42%)
(0.09/0.00/0.19/0.42)	

CMYK percentages

%8.84
%0
%19.05
%42.35

Codes

Color #869377 in popluar color models

869377
RGB134147119
HSL88°11.48%52.16%
HSB/HSV88°19.05%57.65%
CMYK8.84%0.00%19.05%
42.35%

Color #869377 in popluar number systems.

HEX869377
Decimal134147119
Binary10000110100100111110111
Octal206223167

Shades and tints

Shades of #869377

#869377
(134,147,119)
#7A866D
(122,134,109)
#6E7963
(110,121,99)
#626C59
(98,108,89)
#565F4F
(86,95,79)
#4A5245
(74,82,69)
#3E453B
(62,69,59)
#323831
(50,56,49)
#262B27
(38,43,39)
#1A1E1D
(26,30,29)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #869377

#869377
(134,147,119)
#919C83
(145,156,131)
#9CA58F
(156,165,143)
#A7AE9B
(167,174,155)
#B2B7A7
(178,183,167)
#BDC0B3
(189,192,179)
#C8C9BF
(200,201,191)
#D3D2CB
(211,210,203)
#DEDBD7
(222,219,215)
#E9E4E3
(233,228,227)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #869377 color. Also use rgb(134,147,119) instead hex code.

Text Font Color

.myTextColor { color: #869377; }

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

This text font color is #869377.


Background Color

.myBgColor { background-color: #869377; }

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

This div background color is #869377.


Border color

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

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

This div border color is #869377.


Opacity

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

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

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

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

This text has shadow with #869377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869377 on black background.


Color preview on white background

This text has color #869377 on white background.



Black color preview on #869377 background

This text has black color on #869377 background.


White color preview on #869377 background

This text has white color on #869377 background.