COLOR #85B387

HEX: #85B387
RGB: (133,179,135)

Color info

#85B387 contains red, green and blue colors in about the same proportion. Web safe color of #85B387 is #999999 (or #999).

RGB color model

#85B387 color RGB value is (133,179,135).

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

RGB channels and saturation

R 133 of 255 = 52%
G 179 of 255 = 70%
B 135 of 255 = 53%

133
179
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 179 + 135 = 447 (100%)
R 133 of 447 ~ 29.75%
G 179 of 447 ~ 40.04%
B 135 of 447 ~ 30.2%

%29.75
%40.04
%30.2

CMYK color model

#85B387 color CMYK value is (26,0,25,30).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(26,0,25,30)
C26M0Y25K30 
(26%,0%,25%,30%)
(0.26/0.00/0.25/0.30)	

CMYK percentages

%25.7
%0
%24.58
%29.8

Codes

Color #85B387 in popluar color models

85B387
RGB133179135
HSL123°23.23%61.18%
HSB/HSV123°25.70%70.20%
CMYK25.70%0.00%24.58%
29.80%

Color #85B387 in popluar number systems.

HEX85B387
Decimal133179135
Binary100001011011001110000111
Octal205263207

Shades and tints

Shades of #85B387

#85B387
(133,179,135)
#79A37B
(121,163,123)
#6D936F
(109,147,111)
#618363
(97,131,99)
#557357
(85,115,87)
#49634B
(73,99,75)
#3D533F
(61,83,63)
#314333
(49,67,51)
#253327
(37,51,39)
#19231B
(25,35,27)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #85B387

#85B387
(133,179,135)
#90B991
(144,185,145)
#9BBF9B
(155,191,155)
#A6C5A5
(166,197,165)
#B1CBAF
(177,203,175)
#BCD1B9
(188,209,185)
#C7D7C3
(199,215,195)
#D2DDCD
(210,221,205)
#DDE3D7
(221,227,215)
#E8E9E1
(232,233,225)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B387; }

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

This text font color is #85B387.


Background Color

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

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

This div background color is #85B387.


Border color

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

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

This div border color is #85B387.


Opacity

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

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

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

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

This text has shadow with #85B387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B387 on black background.


Color preview on white background

This text has color #85B387 on white background.



Black color preview on #85B387 background

This text has black color on #85B387 background.


White color preview on #85B387 background

This text has white color on #85B387 background.