COLOR #85A436

HEX: #85A436
RGB: (133,164,54)

Color info

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

RGB color model

#85A436 color RGB value is (133,164,54).

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

RGB channels and saturation

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

133
164
54

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

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 54 = 351 (100%)
R 133 of 351 ~ 37.89%
G 164 of 351 ~ 46.72%
B 54 of 351 ~ 15.38%

%37.89
%46.72
%15.38

CMYK color model

#85A436 color CMYK value is (19,0,67,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 67.07%
  • key color value is 35.69%
CMYK:
(19,0,67,36)
C19M0Y67K36 
(19%,0%,67%,36%)
(0.19/0.00/0.67/0.36)	

CMYK percentages

%18.9
%0
%67.07
%35.69

Codes

Color #85A436 in popluar color models

85A436
RGB13316454
HSL77°50.46%42.75%
HSB/HSV77°67.07%64.31%
CMYK18.90%0.00%67.07%
35.69%

Color #85A436 in popluar number systems.

HEX85A436
Decimal13316454
Binary1000010110100100110110
Octal20524466

Shades and tints

Shades of #85A436

#85A436
(133,164,54)
#799632
(121,150,50)
#6D882E
(109,136,46)
#617A2A
(97,122,42)
#556C26
(85,108,38)
#495E22
(73,94,34)
#3D501E
(61,80,30)
#31421A
(49,66,26)
#253416
(37,52,22)
#192612
(25,38,18)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #85A436

#85A436
(133,164,54)
#90AC48
(144,172,72)
#9BB45A
(155,180,90)
#A6BC6C
(166,188,108)
#B1C47E
(177,196,126)
#BCCC90
(188,204,144)
#C7D4A2
(199,212,162)
#D2DCB4
(210,220,180)
#DDE4C6
(221,228,198)
#E8ECD8
(232,236,216)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A436; }

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

This text font color is #85A436.


Background Color

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

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

This div background color is #85A436.


Border color

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

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

This div border color is #85A436.


Opacity

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

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

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

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

This text has shadow with #85A436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A436 on black background.


Color preview on white background

This text has color #85A436 on white background.



Black color preview on #85A436 background

This text has black color on #85A436 background.


White color preview on #85A436 background

This text has white color on #85A436 background.