COLOR #85B585

HEX: #85B585
RGB: (133,181,133)

Color info

#85B585 contains red, green and blue colors in about the same proportion. Web safe color of #85B585 is #99CC99 (or #9C9).

RGB color model

#85B585 color RGB value is (133,181,133).

  • red value is 133;
  • green value is 181;
  • blue value is 133.
RGB:
(133,181,133)
(52%,71%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 181 of 255 = 71%
B 133 of 255 = 52%

133
181
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 181 + 133 = 447 (100%)
R 133 of 447 ~ 29.75%
G 181 of 447 ~ 40.49%
B 133 of 447 ~ 29.75%

%29.75
%40.49
%29.75

CMYK color model

#85B585 color CMYK value is (27,0,27,29).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 29.02%
CMYK:
(27,0,27,29)
C27M0Y27K29 
(27%,0%,27%,29%)
(0.27/0.00/0.27/0.29)	

CMYK percentages

%26.52
%0
%26.52
%29.02

Codes

Color #85B585 in popluar color models

85B585
RGB133181133
HSL120°24.49%61.57%
HSB/HSV120°26.52%70.98%
CMYK26.52%0.00%26.52%
29.02%

Color #85B585 in popluar number systems.

HEX85B585
Decimal133181133
Binary100001011011010110000101
Octal205265205

Shades and tints

Shades of #85B585

#85B585
(133,181,133)
#79A579
(121,165,121)
#6D956D
(109,149,109)
#618561
(97,133,97)
#557555
(85,117,85)
#496549
(73,101,73)
#3D553D
(61,85,61)
#314531
(49,69,49)
#253525
(37,53,37)
#192519
(25,37,25)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #85B585

#85B585
(133,181,133)
#90BB90
(144,187,144)
#9BC19B
(155,193,155)
#A6C7A6
(166,199,166)
#B1CDB1
(177,205,177)
#BCD3BC
(188,211,188)
#C7D9C7
(199,217,199)
#D2DFD2
(210,223,210)
#DDE5DD
(221,229,221)
#E8EBE8
(232,235,232)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B585; }

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

This text font color is #85B585.


Background Color

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

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

This div background color is #85B585.


Border color

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

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

This div border color is #85B585.


Opacity

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

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

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

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

This text has shadow with #85B585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B585 on black background.


Color preview on white background

This text has color #85B585 on white background.



Black color preview on #85B585 background

This text has black color on #85B585 background.


White color preview on #85B585 background

This text has white color on #85B585 background.