COLOR #869466

HEX: #869466
RGB: (134,148,102)

Color info

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

RGB color model

#869466 color RGB value is (134,148,102).

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

RGB channels and saturation

R 134 of 255 = 53%
G 148 of 255 = 58%
B 102 of 255 = 40%

134
148
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 148 + 102 = 384 (100%)
R 134 of 384 ~ 34.9%
G 148 of 384 ~ 38.54%
B 102 of 384 ~ 26.56%

%34.9
%38.54
%26.56

CMYK color model

#869466 color CMYK value is (9,0,31,42).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(9,0,31,42)
C9M0Y31K42 
(9%,0%,31%,42%)
(0.09/0.00/0.31/0.42)	

CMYK percentages

%9.46
%0
%31.08
%41.96

Codes

Color #869466 in popluar color models

869466
RGB134148102
HSL78°18.40%49.02%
HSB/HSV78°31.08%58.04%
CMYK9.46%0.00%31.08%
41.96%

Color #869466 in popluar number systems.

HEX869466
Decimal134148102
Binary10000110100101001100110
Octal206224146

Shades and tints

Shades of #869466

#869466
(134,148,102)
#7A875D
(122,135,93)
#6E7A54
(110,122,84)
#626D4B
(98,109,75)
#566042
(86,96,66)
#4A5339
(74,83,57)
#3E4630
(62,70,48)
#323927
(50,57,39)
#262C1E
(38,44,30)
#1A1F15
(26,31,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #869466

#869466
(134,148,102)
#919D73
(145,157,115)
#9CA680
(156,166,128)
#A7AF8D
(167,175,141)
#B2B89A
(178,184,154)
#BDC1A7
(189,193,167)
#C8CAB4
(200,202,180)
#D3D3C1
(211,211,193)
#DEDCCE
(222,220,206)
#E9E5DB
(233,229,219)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #869466; }

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

This text font color is #869466.


Background Color

.myBgColor { background-color: #869466; }

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

This div background color is #869466.


Border color

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

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

This div border color is #869466.


Opacity

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

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

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

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

This text has shadow with #869466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869466 on black background.


Color preview on white background

This text has color #869466 on white background.



Black color preview on #869466 background

This text has black color on #869466 background.


White color preview on #869466 background

This text has white color on #869466 background.