COLOR #85B377

HEX: #85B377
RGB: (133,179,119)

Color info

#85B377 contains mainly red and green colors. Web safe color of #85B377 is #999966 (or #996).

RGB color model

#85B377 color RGB value is (133,179,119).

  • red value is 133;
  • green value is 179;
  • blue value is 119.
RGB:
(133,179,119)
(52%,70%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 179 of 255 = 70%
B 119 of 255 = 47%

133
179
119

R + G + B ~ 56%. #85B377 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 179 + 119 = 431 (100%)
R 133 of 431 ~ 30.86%
G 179 of 431 ~ 41.53%
B 119 of 431 ~ 27.61%

%30.86
%41.53
%27.61

CMYK color model

#85B377 color CMYK value is (26,0,34,30).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 29.80%
CMYK:
(26,0,34,30)
C26M0Y34K30 
(26%,0%,34%,30%)
(0.26/0.00/0.34/0.30)	

CMYK percentages

%25.7
%0
%33.52
%29.8

Codes

Color #85B377 in popluar color models

85B377
RGB133179119
HSL106°28.30%58.43%
HSB/HSV106°33.52%70.20%
CMYK25.70%0.00%33.52%
29.80%

Color #85B377 in popluar number systems.

HEX85B377
Decimal133179119
Binary10000101101100111110111
Octal205263167

Shades and tints

Shades of #85B377

#85B377
(133,179,119)
#79A36D
(121,163,109)
#6D9363
(109,147,99)
#618359
(97,131,89)
#55734F
(85,115,79)
#496345
(73,99,69)
#3D533B
(61,83,59)
#314331
(49,67,49)
#253327
(37,51,39)
#19231D
(25,35,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #85B377

#85B377
(133,179,119)
#90B983
(144,185,131)
#9BBF8F
(155,191,143)
#A6C59B
(166,197,155)
#B1CBA7
(177,203,167)
#BCD1B3
(188,209,179)
#C7D7BF
(199,215,191)
#D2DDCB
(210,221,203)
#DDE3D7
(221,227,215)
#E8E9E3
(232,233,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B377 color. Also use rgb(133,179,119) instead hex code.

Text Font Color

.myTextColor { color: #85B377; }

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

This text font color is #85B377.


Background Color

.myBgColor { background-color: #85B377; }

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

This div background color is #85B377.


Border color

.myBorderColor { border: 1px solid #85B377; }

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

This div border color is #85B377.


Opacity

.myOpacity80 { color: #85B377; opacity: 0.8; }

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

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

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

This text has shadow with #85B377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B377 on black background.


Color preview on white background

This text has color #85B377 on white background.



Black color preview on #85B377 background

This text has black color on #85B377 background.


White color preview on #85B377 background

This text has white color on #85B377 background.