COLOR #85A152

HEX: #85A152
RGB: (133,161,82)

Color info

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

RGB color model

#85A152 color RGB value is (133,161,82).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 82 of 255 = 32%

133
161
82

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 82 = 376 (100%)
R 133 of 376 ~ 35.37%
G 161 of 376 ~ 42.82%
B 82 of 376 ~ 21.81%

%35.37
%42.82
%21.81

CMYK color model

#85A152 color CMYK value is (17,0,49,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 49.07%
  • key color value is 36.86%
CMYK:
(17,0,49,37)
C17M0Y49K37 
(17%,0%,49%,37%)
(0.17/0.00/0.49/0.37)	

CMYK percentages

%17.39
%0
%49.07
%36.86

Codes

Color #85A152 in popluar color models

85A152
RGB13316182
HSL81°32.51%47.65%
HSB/HSV81°49.07%63.14%
CMYK17.39%0.00%49.07%
36.86%

Color #85A152 in popluar number systems.

HEX85A152
Decimal13316182
Binary10000101101000011010010
Octal205241122

Shades and tints

Shades of #85A152

#85A152
(133,161,82)
#79934B
(121,147,75)
#6D8544
(109,133,68)
#61773D
(97,119,61)
#556936
(85,105,54)
#495B2F
(73,91,47)
#3D4D28
(61,77,40)
#313F21
(49,63,33)
#25311A
(37,49,26)
#192313
(25,35,19)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85A152

#85A152
(133,161,82)
#90A961
(144,169,97)
#9BB170
(155,177,112)
#A6B97F
(166,185,127)
#B1C18E
(177,193,142)
#BCC99D
(188,201,157)
#C7D1AC
(199,209,172)
#D2D9BB
(210,217,187)
#DDE1CA
(221,225,202)
#E8E9D9
(232,233,217)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A152; }

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

This text font color is #85A152.


Background Color

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

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

This div background color is #85A152.


Border color

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

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

This div border color is #85A152.


Opacity

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

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

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

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

This text has shadow with #85A152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A152 on black background.


Color preview on white background

This text has color #85A152 on white background.



Black color preview on #85A152 background

This text has black color on #85A152 background.


White color preview on #85A152 background

This text has white color on #85A152 background.