COLOR #85A236

HEX: #85A236
RGB: (133,162,54)

Color info

#85A236 contains mainly red and green colors. Web safe color of #85A236 is #999933 (or #993).

RGB color model

#85A236 color RGB value is (133,162,54).

  • red value is 133;
  • green value is 162;
  • blue value is 54.
RGB:
(133,162,54)
(52%,64%,21%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 54 of 255 = 21%

133
162
54

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

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 54 = 349 (100%)
R 133 of 349 ~ 38.11%
G 162 of 349 ~ 46.42%
B 54 of 349 ~ 15.47%

%38.11
%46.42
%15.47

CMYK color model

#85A236 color CMYK value is (18,0,67,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 36.47%
CMYK:
(18,0,67,36)
C18M0Y67K36 
(18%,0%,67%,36%)
(0.18/0.00/0.67/0.36)	

CMYK percentages

%17.9
%0
%66.67
%36.47

Codes

Color #85A236 in popluar color models

85A236
RGB13316254
HSL76°50.00%42.35%
HSB/HSV76°66.67%63.53%
CMYK17.90%0.00%66.67%
36.47%

Color #85A236 in popluar number systems.

HEX85A236
Decimal13316254
Binary1000010110100010110110
Octal20524266

Shades and tints

Shades of #85A236

#85A236
(133,162,54)
#799432
(121,148,50)
#6D862E
(109,134,46)
#61782A
(97,120,42)
#556A26
(85,106,38)
#495C22
(73,92,34)
#3D4E1E
(61,78,30)
#31401A
(49,64,26)
#253216
(37,50,22)
#192412
(25,36,18)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #85A236

#85A236
(133,162,54)
#90AA48
(144,170,72)
#9BB25A
(155,178,90)
#A6BA6C
(166,186,108)
#B1C27E
(177,194,126)
#BCCA90
(188,202,144)
#C7D2A2
(199,210,162)
#D2DAB4
(210,218,180)
#DDE2C6
(221,226,198)
#E8EAD8
(232,234,216)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A236 color. Also use rgb(133,162,54) instead hex code.

Text Font Color

.myTextColor { color: #85A236; }

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

This text font color is #85A236.


Background Color

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

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

This div background color is #85A236.


Border color

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

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

This div border color is #85A236.


Opacity

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

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

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

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

This text has shadow with #85A236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A236 on black background.


Color preview on white background

This text has color #85A236 on white background.



Black color preview on #85A236 background

This text has black color on #85A236 background.


White color preview on #85A236 background

This text has white color on #85A236 background.