COLOR #85A450

HEX: #85A450
RGB: (133,164,80)

Color info

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

RGB color model

#85A450 color RGB value is (133,164,80).

  • red value is 133;
  • green value is 164;
  • blue value is 80.
RGB:
(133,164,80)
(52%,64%,31%)

RGB channels and saturation

R 133 of 255 = 52%
G 164 of 255 = 64%
B 80 of 255 = 31%

133
164
80

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

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 80 = 377 (100%)
R 133 of 377 ~ 35.28%
G 164 of 377 ~ 43.5%
B 80 of 377 ~ 21.22%

%35.28
%43.5
%21.22

CMYK color model

#85A450 color CMYK value is (19,0,51,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 35.69%
CMYK:
(19,0,51,36)
C19M0Y51K36 
(19%,0%,51%,36%)
(0.19/0.00/0.51/0.36)	

CMYK percentages

%18.9
%0
%51.22
%35.69

Codes

Color #85A450 in popluar color models

85A450
RGB13316480
HSL82°34.43%47.84%
HSB/HSV82°51.22%64.31%
CMYK18.90%0.00%51.22%
35.69%

Color #85A450 in popluar number systems.

HEX85A450
Decimal13316480
Binary10000101101001001010000
Octal205244120

Shades and tints

Shades of #85A450

#85A450
(133,164,80)
#799649
(121,150,73)
#6D8842
(109,136,66)
#617A3B
(97,122,59)
#556C34
(85,108,52)
#495E2D
(73,94,45)
#3D5026
(61,80,38)
#31421F
(49,66,31)
#253418
(37,52,24)
#192611
(25,38,17)
#0D180A
(13,24,10)
#000000
(0,0,0)

Tints of #85A450

#85A450
(133,164,80)
#90AC5F
(144,172,95)
#9BB46E
(155,180,110)
#A6BC7D
(166,188,125)
#B1C48C
(177,196,140)
#BCCC9B
(188,204,155)
#C7D4AA
(199,212,170)
#D2DCB9
(210,220,185)
#DDE4C8
(221,228,200)
#E8ECD7
(232,236,215)
#F3F4E6
(243,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A450 color. Also use rgb(133,164,80) instead hex code.

Text Font Color

.myTextColor { color: #85A450; }

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

This text font color is #85A450.


Background Color

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

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

This div background color is #85A450.


Border color

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

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

This div border color is #85A450.


Opacity

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

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

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

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

This text has shadow with #85A450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A450 on black background.


Color preview on white background

This text has color #85A450 on white background.



Black color preview on #85A450 background

This text has black color on #85A450 background.


White color preview on #85A450 background

This text has white color on #85A450 background.