COLOR #869478

HEX: #869478
RGB: (134,148,120)

Color info

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

RGB color model

#869478 color RGB value is (134,148,120).

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

RGB channels and saturation

R 134 of 255 = 53%
G 148 of 255 = 58%
B 120 of 255 = 47%

134
148
120

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

Portions of RGB colors in percentages

R + G + B =
134 + 148 + 120 = 402 (100%)
R 134 of 402 ~ 33.33%
G 148 of 402 ~ 36.82%
B 120 of 402 ~ 29.85%

%33.33
%36.82
%29.85

CMYK color model

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

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

CMYK percentages

%9.46
%0
%18.92
%41.96

Codes

Color #869478 in popluar color models

869478
RGB134148120
HSL90°11.57%52.55%
HSB/HSV90°18.92%58.04%
CMYK9.46%0.00%18.92%
41.96%

Color #869478 in popluar number systems.

HEX869478
Decimal134148120
Binary10000110100101001111000
Octal206224170

Shades and tints

Shades of #869478

#869478
(134,148,120)
#7A876E
(122,135,110)
#6E7A64
(110,122,100)
#626D5A
(98,109,90)
#566050
(86,96,80)
#4A5346
(74,83,70)
#3E463C
(62,70,60)
#323932
(50,57,50)
#262C28
(38,44,40)
#1A1F1E
(26,31,30)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #869478

#869478
(134,148,120)
#919D84
(145,157,132)
#9CA690
(156,166,144)
#A7AF9C
(167,175,156)
#B2B8A8
(178,184,168)
#BDC1B4
(189,193,180)
#C8CAC0
(200,202,192)
#D3D3CC
(211,211,204)
#DEDCD8
(222,220,216)
#E9E5E4
(233,229,228)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #869478; }

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

This text font color is #869478.


Background Color

.myBgColor { background-color: #869478; }

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

This div background color is #869478.


Border color

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

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

This div border color is #869478.


Opacity

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

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

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

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

This text has shadow with #869478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869478 on black background.


Color preview on white background

This text has color #869478 on white background.



Black color preview on #869478 background

This text has black color on #869478 background.


White color preview on #869478 background

This text has white color on #869478 background.