COLOR #859F69

HEX: #859F69
RGB: (133,159,105)

Color info

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

RGB color model

#859F69 color RGB value is (133,159,105).

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

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 105 of 255 = 41%

133
159
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 159 + 105 = 397 (100%)
R 133 of 397 ~ 33.5%
G 159 of 397 ~ 40.05%
B 105 of 397 ~ 26.45%

%33.5
%40.05
%26.45

CMYK color model

#859F69 color CMYK value is (16,0,34,38).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 37.65%
CMYK:
(16,0,34,38)
C16M0Y34K38 
(16%,0%,34%,38%)
(0.16/0.00/0.34/0.38)	

CMYK percentages

%16.35
%0
%33.96
%37.65

Codes

Color #859F69 in popluar color models

859F69
RGB133159105
HSL89°21.95%51.76%
HSB/HSV89°33.96%62.35%
CMYK16.35%0.00%33.96%
37.65%

Color #859F69 in popluar number systems.

HEX859F69
Decimal133159105
Binary10000101100111111101001
Octal205237151

Shades and tints

Shades of #859F69

#859F69
(133,159,105)
#799160
(121,145,96)
#6D8357
(109,131,87)
#61754E
(97,117,78)
#556745
(85,103,69)
#49593C
(73,89,60)
#3D4B33
(61,75,51)
#313D2A
(49,61,42)
#252F21
(37,47,33)
#192118
(25,33,24)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #859F69

#859F69
(133,159,105)
#90A776
(144,167,118)
#9BAF83
(155,175,131)
#A6B790
(166,183,144)
#B1BF9D
(177,191,157)
#BCC7AA
(188,199,170)
#C7CFB7
(199,207,183)
#D2D7C4
(210,215,196)
#DDDFD1
(221,223,209)
#E8E7DE
(232,231,222)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859F69; }

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

This text font color is #859F69.


Background Color

.myBgColor { background-color: #859F69; }

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

This div background color is #859F69.


Border color

.myBorderColor { border: 1px solid #859F69; }

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

This div border color is #859F69.


Opacity

.myOpacity80 { color: #859F69; opacity: 0.8; }

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

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

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

This text has shadow with #859F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859F69 on black background.


Color preview on white background

This text has color #859F69 on white background.



Black color preview on #859F69 background

This text has black color on #859F69 background.


White color preview on #859F69 background

This text has white color on #859F69 background.