COLOR #859F6A

HEX: #859F6A RGB: (133,159,106)

Color info

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

RGB color model

#859F6A color RGB value is (133,159,106).

RGB: (133,159,106) (52%, 62%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 106 of 255 = 42%

133
159
106

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

Portions of RGB colors in percentages

R + G + B = 133 + 159 + 106 = 398 (100%)
R 133 of 398 ~ 33.42%
G 159 of 398 ~ 39.95%
B 106 of 398 ~ 26.63'%

%33.42
%39.95
%26.63

CMYK color model

#859F6A color CMYK value is (16,0,33,38).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 37.65%

CMYK: (16,0,33,38)
C16M0Y33K38 (16%, 0%, 33%, 38%)
(0.16 / 0.00 / 0.33 / 0.38)

CMYK percentages

%16.35
%0
%33.33
%37.65

Codes

Color #859F6A in popluar color models

85 9F 6A
RGB 133 159 106
HSL 89° 21.63% 51.96%
HSB/HSV 89° 33.33% 62.35%
CMYK 16.35% 0.00% 33.33%
37.65%

Color #859F6A in popluar number systems.

HEX 85 9F 6A
Decimal 133 159 106
Binary 10000101 10011111 1101010
Octal 205 237 152

Shades and tints

Shades of #859F6A

#859F6A
(133,159,106)
#799161
(121,145,97)
#6D8358
(109,131,88)
#61754F
(97,117,79)
#556746
(85,103,70)
#49593D
(73,89,61)
#3D4B34
(61,75,52)
#313D2B
(49,61,43)
#252F22
(37,47,34)
#192119
(25,33,25)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #859F6A

#859F6A
(133,159,106)
#90A777
(144,167,119)
#9BAF84
(155,175,132)
#A6B791
(166,183,145)
#B1BF9E
(177,191,158)
#BCC7AB
(188,199,171)
#C7CFB8
(199,207,184)
#D2D7C5
(210,215,197)
#DDDFD2
(221,223,210)
#E8E7DF
(232,231,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859F6A; }

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

This text font color is #859F6A.

Background Color

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

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

This div background color is #859F6A.

Border color

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

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

This div border color is #859F6A.

Opacity

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

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

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

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

This text has shadow with #859F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859F6A.

Preview

Color preview on black background

This text has color #859F6A on black background.


Color preview on white background

This text has color #859F6A on white background.


Black color preview on #859F6A background

This text has black color on #859F6A background.


White color preview on #859F6A background

This text has white color on #859F6A background.


Related colors

Complementary color

Complementary color for #hex is #7A6095.


I love getcolorcode.com

Triadic colors

1 #6A859F and #9F6A85 with #859F6A are triadic colors.

2 #6A9F85 and #9F856A with #859F6A are triadic colors.