COLOR #85A663

HEX: #85A663 RGB: (133,166,99)

Color info

#85A663 contains mainly red and green colors. Web safe color of #85A663 is #999966 (or #996).

RGB color model

#85A663 color RGB value is (133,166,99).

RGB: (133,166,99) (52%, 65%, 39%)

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 99 of 255 = 39%

133
166
99

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

Portions of RGB colors in percentages

R + G + B = 133 + 166 + 99 = 398 (100%)
R 133 of 398 ~ 33.42%
G 166 of 398 ~ 41.71%
B 99 of 398 ~ 24.87'%

%33.42
%41.71
%24.87

CMYK color model

#85A663 color CMYK value is (20,0,40,35).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 40.36%
  • key color value is 34.90%

CMYK: (20,0,40,35)
C20M0Y40K35 (20%, 0%, 40%, 35%)
(0.20 / 0.00 / 0.40 / 0.35)

CMYK percentages

%19.88
%0
%40.36
%34.9

Codes

Color #85A663 in popluar color models

85 A6 63
RGB 133 166 99
HSL 90° 27.35% 51.96%
HSB/HSV 90° 40.36% 65.10%
CMYK 19.88% 0.00% 40.36%
34.90%

Color #85A663 in popluar number systems.

HEX 85 A6 63
Decimal 133 166 99
Binary 10000101 10100110 1100011
Octal 205 246 143

Shades and tints

Shades of #85A663

#85A663
(133,166,99)
#79975A
(121,151,90)
#6D8851
(109,136,81)
#617948
(97,121,72)
#556A3F
(85,106,63)
#495B36
(73,91,54)
#3D4C2D
(61,76,45)
#313D24
(49,61,36)
#252E1B
(37,46,27)
#191F12
(25,31,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #85A663

#85A663
(133,166,99)
#90AE71
(144,174,113)
#9BB67F
(155,182,127)
#A6BE8D
(166,190,141)
#B1C69B
(177,198,155)
#BCCEA9
(188,206,169)
#C7D6B7
(199,214,183)
#D2DEC5
(210,222,197)
#DDE6D3
(221,230,211)
#E8EEE1
(232,238,225)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A663; }

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

This text font color is #85A663.

Background Color

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

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

This div background color is #85A663.

Border color

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

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

This div border color is #85A663.

Opacity

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

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

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

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

This text has shadow with #85A663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A663.

Preview

Color preview on black background

This text has color #85A663 on black background.


Color preview on white background

This text has color #85A663 on white background.


Black color preview on #85A663 background

This text has black color on #85A663 background.


White color preview on #85A663 background

This text has white color on #85A663 background.


Related colors

Complementary color

Complementary color for #hex is #7A599C.


I love getcolorcode.com

Triadic colors

1 #6385A6 and #A66385 with #85A663 are triadic colors.

2 #63A685 and #A68563 with #85A663 are triadic colors.