COLOR #859869

HEX: #859869
RGB: (133,152,105)

Color info

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

RGB color model

#859869 color RGB value is (133,152,105).

  • red value is 133;
  • green value is 152;
  • blue value is 105.
RGB:
(133,152,105)
(52%,60%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 105 of 255 = 41%

133
152
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 105 = 390 (100%)
R 133 of 390 ~ 34.1%
G 152 of 390 ~ 38.97%
B 105 of 390 ~ 26.92%

%34.1
%38.97
%26.92

CMYK color model

#859869 color CMYK value is (13,0,31,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 30.92%
  • key color value is 40.39%
CMYK:
(13,0,31,40)
C13M0Y31K40 
(13%,0%,31%,40%)
(0.13/0.00/0.31/0.40)	

CMYK percentages

%12.5
%0
%30.92
%40.39

Codes

Color #859869 in popluar color models

859869
RGB133152105
HSL84°18.58%50.39%
HSB/HSV84°30.92%59.61%
CMYK12.50%0.00%30.92%
40.39%

Color #859869 in popluar number systems.

HEX859869
Decimal133152105
Binary10000101100110001101001
Octal205230151

Shades and tints

Shades of #859869

#859869
(133,152,105)
#798B60
(121,139,96)
#6D7E57
(109,126,87)
#61714E
(97,113,78)
#556445
(85,100,69)
#49573C
(73,87,60)
#3D4A33
(61,74,51)
#313D2A
(49,61,42)
#253021
(37,48,33)
#192318
(25,35,24)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #859869

#859869
(133,152,105)
#90A176
(144,161,118)
#9BAA83
(155,170,131)
#A6B390
(166,179,144)
#B1BC9D
(177,188,157)
#BCC5AA
(188,197,170)
#C7CEB7
(199,206,183)
#D2D7C4
(210,215,196)
#DDE0D1
(221,224,209)
#E8E9DE
(232,233,222)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859869 color. Also use rgb(133,152,105) instead hex code.

Text Font Color

.myTextColor { color: #859869; }

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

This text font color is #859869.


Background Color

.myBgColor { background-color: #859869; }

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

This div background color is #859869.


Border color

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

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

This div border color is #859869.


Opacity

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

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

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

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

This text has shadow with #859869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859869 on black background.


Color preview on white background

This text has color #859869 on white background.



Black color preview on #859869 background

This text has black color on #859869 background.


White color preview on #859869 background

This text has white color on #859869 background.