COLOR #85B284

HEX: #85B284
RGB: (133,178,132)

Color info

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

RGB color model

#85B284 color RGB value is (133,178,132).

  • red value is 133;
  • green value is 178;
  • blue value is 132.
RGB:
(133,178,132)
(52%,70%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 178 of 255 = 70%
B 132 of 255 = 52%

133
178
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 178 + 132 = 443 (100%)
R 133 of 443 ~ 30.02%
G 178 of 443 ~ 40.18%
B 132 of 443 ~ 29.8%

%30.02
%40.18
%29.8

CMYK color model

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

  • cyan value is 25.28%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(25,0,26,30)
C25M0Y26K30 
(25%,0%,26%,30%)
(0.25/0.00/0.26/0.30)	

CMYK percentages

%25.28
%0
%25.84
%30.2

Codes

Color #85B284 in popluar color models

85B284
RGB133178132
HSL119°23.00%60.78%
HSB/HSV119°25.84%69.80%
CMYK25.28%0.00%25.84%
30.20%

Color #85B284 in popluar number systems.

HEX85B284
Decimal133178132
Binary100001011011001010000100
Octal205262204

Shades and tints

Shades of #85B284

#85B284
(133,178,132)
#79A278
(121,162,120)
#6D926C
(109,146,108)
#618260
(97,130,96)
#557254
(85,114,84)
#496248
(73,98,72)
#3D523C
(61,82,60)
#314230
(49,66,48)
#253224
(37,50,36)
#192218
(25,34,24)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #85B284

#85B284
(133,178,132)
#90B98F
(144,185,143)
#9BC09A
(155,192,154)
#A6C7A5
(166,199,165)
#B1CEB0
(177,206,176)
#BCD5BB
(188,213,187)
#C7DCC6
(199,220,198)
#D2E3D1
(210,227,209)
#DDEADC
(221,234,220)
#E8F1E7
(232,241,231)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B284; }

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

This text font color is #85B284.


Background Color

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

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

This div background color is #85B284.


Border color

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

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

This div border color is #85B284.


Opacity

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

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

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

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

This text has shadow with #85B284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B284 on black background.


Color preview on white background

This text has color #85B284 on white background.



Black color preview on #85B284 background

This text has black color on #85B284 background.


White color preview on #85B284 background

This text has white color on #85B284 background.