COLOR #85A183

HEX: #85A183
RGB: (133,161,131)

Color info

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

RGB color model

#85A183 color RGB value is (133,161,131).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 131 of 255 = 51%

133
161
131

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 131 = 425 (100%)
R 133 of 425 ~ 31.29%
G 161 of 425 ~ 37.88%
B 131 of 425 ~ 30.82%

%31.29
%37.88
%30.82

CMYK color model

#85A183 color CMYK value is (17,0,19,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 36.86%
CMYK:
(17,0,19,37)
C17M0Y19K37 
(17%,0%,19%,37%)
(0.17/0.00/0.19/0.37)	

CMYK percentages

%17.39
%0
%18.63
%36.86

Codes

Color #85A183 in popluar color models

85A183
RGB133161131
HSL116°13.76%57.25%
HSB/HSV116°18.63%63.14%
CMYK17.39%0.00%18.63%
36.86%

Color #85A183 in popluar number systems.

HEX85A183
Decimal133161131
Binary100001011010000110000011
Octal205241203

Shades and tints

Shades of #85A183

#85A183
(133,161,131)
#799378
(121,147,120)
#6D856D
(109,133,109)
#617762
(97,119,98)
#556957
(85,105,87)
#495B4C
(73,91,76)
#3D4D41
(61,77,65)
#313F36
(49,63,54)
#25312B
(37,49,43)
#192320
(25,35,32)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #85A183

#85A183
(133,161,131)
#90A98E
(144,169,142)
#9BB199
(155,177,153)
#A6B9A4
(166,185,164)
#B1C1AF
(177,193,175)
#BCC9BA
(188,201,186)
#C7D1C5
(199,209,197)
#D2D9D0
(210,217,208)
#DDE1DB
(221,225,219)
#E8E9E6
(232,233,230)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A183; }

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

This text font color is #85A183.


Background Color

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

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

This div background color is #85A183.


Border color

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

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

This div border color is #85A183.


Opacity

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

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

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

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

This text has shadow with #85A183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A183 on black background.


Color preview on white background

This text has color #85A183 on white background.



Black color preview on #85A183 background

This text has black color on #85A183 background.


White color preview on #85A183 background

This text has white color on #85A183 background.