COLOR #85A852

HEX: #85A852 RGB: (133,168,82)

Color info

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

RGB color model

#85A852 color RGB value is (133,168,82).

RGB: (133,168,82) (52%, 66%, 32%)

RGB channels and saturation

R 133 of 255 = 52%
G 168 of 255 = 66%
B 82 of 255 = 32%

133
168
82

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

Portions of RGB colors in percentages

R + G + B = 133 + 168 + 82 = 383 (100%)
R 133 of 383 ~ 34.73%
G 168 of 383 ~ 43.86%
B 82 of 383 ~ 21.41'%

%34.73
%43.86
%21.41

CMYK color model

#85A852 color CMYK value is (21,0,51,34).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 34.12%

CMYK: (21,0,51,34)
C21M0Y51K34 (21%, 0%, 51%, 34%)
(0.21 / 0.00 / 0.51 / 0.34)

CMYK percentages

%20.83
%0
%51.19
%34.12

Codes

Color #85A852 in popluar color models

85 A8 52
RGB 133 168 82
HSL 84° 34.40% 49.02%
HSB/HSV 84° 51.19% 65.88%
CMYK 20.83% 0.00% 51.19%
34.12%

Color #85A852 in popluar number systems.

HEX 85 A8 52
Decimal 133 168 82
Binary 10000101 10101000 1010010
Octal 205 250 122

Shades and tints

Shades of #85A852

#85A852
(133,168,82)
#79994B
(121,153,75)
#6D8A44
(109,138,68)
#617B3D
(97,123,61)
#556C36
(85,108,54)
#495D2F
(73,93,47)
#3D4E28
(61,78,40)
#313F21
(49,63,33)
#25301A
(37,48,26)
#192113
(25,33,19)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #85A852

#85A852
(133,168,82)
#90AF61
(144,175,97)
#9BB670
(155,182,112)
#A6BD7F
(166,189,127)
#B1C48E
(177,196,142)
#BCCB9D
(188,203,157)
#C7D2AC
(199,210,172)
#D2D9BB
(210,217,187)
#DDE0CA
(221,224,202)
#E8E7D9
(232,231,217)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A852 color. Also use rgb(133,168,82) instead hex code.

Text Font Color

.myTextColor { color: #85A852; }

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

This text font color is #85A852.

Background Color

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

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

This div background color is #85A852.

Border color

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

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

This div border color is #85A852.

Opacity

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

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

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

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

This text has shadow with #85A852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A852.

Preview

Color preview on black background

This text has color #85A852 on black background.


Color preview on white background

This text has color #85A852 on white background.


Black color preview on #85A852 background

This text has black color on #85A852 background.


White color preview on #85A852 background

This text has white color on #85A852 background.


Related colors

Complementary color

Complementary color for #hex is #7A57AD.


I love getcolorcode.com

Triadic colors

1 #5285A8 and #A85285 with #85A852 are triadic colors.

2 #52A885 and #A88552 with #85A852 are triadic colors.