COLOR #85A184

HEX: #85A184
RGB: (133,161,132)

Color info

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

RGB color model

#85A184 color RGB value is (133,161,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 132 of 255 = 52%

133
161
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 132 = 426 (100%)
R 133 of 426 ~ 31.22%
G 161 of 426 ~ 37.79%
B 132 of 426 ~ 30.99%

%31.22
%37.79
%30.99

CMYK color model

#85A184 color CMYK value is (17,0,18,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK:
(17,0,18,37)
C17M0Y18K37 
(17%,0%,18%,37%)
(0.17/0.00/0.18/0.37)	

CMYK percentages

%17.39
%0
%18.01
%36.86

Codes

Color #85A184 in popluar color models

85A184
RGB133161132
HSL118°13.36%57.45%
HSB/HSV118°18.01%63.14%
CMYK17.39%0.00%18.01%
36.86%

Color #85A184 in popluar number systems.

HEX85A184
Decimal133161132
Binary100001011010000110000100
Octal205241204

Shades and tints

Shades of #85A184

#85A184
(133,161,132)
#799378
(121,147,120)
#6D856C
(109,133,108)
#617760
(97,119,96)
#556954
(85,105,84)
#495B48
(73,91,72)
#3D4D3C
(61,77,60)
#313F30
(49,63,48)
#253124
(37,49,36)
#192318
(25,35,24)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85A184

#85A184
(133,161,132)
#90A98F
(144,169,143)
#9BB19A
(155,177,154)
#A6B9A5
(166,185,165)
#B1C1B0
(177,193,176)
#BCC9BB
(188,201,187)
#C7D1C6
(199,209,198)
#D2D9D1
(210,217,209)
#DDE1DC
(221,225,220)
#E8E9E7
(232,233,231)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A184; }

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

This text font color is #85A184.


Background Color

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

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

This div background color is #85A184.


Border color

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

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

This div border color is #85A184.


Opacity

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

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

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

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

This text has shadow with #85A184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A184 on black background.


Color preview on white background

This text has color #85A184 on white background.



Black color preview on #85A184 background

This text has black color on #85A184 background.


White color preview on #85A184 background

This text has white color on #85A184 background.