COLOR #85A773

HEX: #85A773 RGB: (133,167,115)

Color info

#85A773 contains red, green and blue colors in about the same proportion. Web safe color of #85A773 is #999966 (or #996).

RGB color model

#85A773 color RGB value is (133,167,115).

RGB: (133,167,115) (52%, 65%, 45%)

RGB channels and saturation

R 133 of 255 = 52%
G 167 of 255 = 65%
B 115 of 255 = 45%

133
167
115

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

Portions of RGB colors in percentages

R + G + B = 133 + 167 + 115 = 415 (100%)
R 133 of 415 ~ 32.05%
G 167 of 415 ~ 40.24%
B 115 of 415 ~ 27.71'%

%32.05
%40.24
%27.71

CMYK color model

#85A773 color CMYK value is (20,0,31,35).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 31.14%
  • key color value is 34.51%

CMYK: (20,0,31,35)
C20M0Y31K35 (20%, 0%, 31%, 35%)
(0.20 / 0.00 / 0.31 / 0.35)

CMYK percentages

%20.36
%0
%31.14
%34.51

Codes

Color #85A773 in popluar color models

85 A7 73
RGB 133 167 115
HSL 99° 22.81% 55.29%
HSB/HSV 99° 31.14% 65.49%
CMYK 20.36% 0.00% 31.14%
34.51%

Color #85A773 in popluar number systems.

HEX 85 A7 73
Decimal 133 167 115
Binary 10000101 10100111 1110011
Octal 205 247 163

Shades and tints

Shades of #85A773

#85A773
(133,167,115)
#799869
(121,152,105)
#6D895F
(109,137,95)
#617A55
(97,122,85)
#556B4B
(85,107,75)
#495C41
(73,92,65)
#3D4D37
(61,77,55)
#313E2D
(49,62,45)
#252F23
(37,47,35)
#192019
(25,32,25)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #85A773

#85A773
(133,167,115)
#90AF7F
(144,175,127)
#9BB78B
(155,183,139)
#A6BF97
(166,191,151)
#B1C7A3
(177,199,163)
#BCCFAF
(188,207,175)
#C7D7BB
(199,215,187)
#D2DFC7
(210,223,199)
#DDE7D3
(221,231,211)
#E8EFDF
(232,239,223)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A773; }

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

This text font color is #85A773.

Background Color

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

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

This div background color is #85A773.

Border color

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

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

This div border color is #85A773.

Opacity

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

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

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

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

This text has shadow with #85A773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A773.

Preview

Color preview on black background

This text has color #85A773 on black background.


Color preview on white background

This text has color #85A773 on white background.


Black color preview on #85A773 background

This text has black color on #85A773 background.


White color preview on #85A773 background

This text has white color on #85A773 background.


Related colors

Complementary color

Complementary color for #hex is #7A588C.


I love getcolorcode.com

Triadic colors

1 #7385A7 and #A77385 with #85A773 are triadic colors.

2 #73A785 and #A78573 with #85A773 are triadic colors.