COLOR #85A53A

HEX: #85A53A RGB: (133,165,58)

Color info

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

RGB color model

#85A53A color RGB value is (133,165,58).

RGB: (133,165,58) (52%, 65%, 23%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 58 of 255 = 23%

133
165
58

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

Portions of RGB colors in percentages

R + G + B = 133 + 165 + 58 = 356 (100%)
R 133 of 356 ~ 37.36%
G 165 of 356 ~ 46.35%
B 58 of 356 ~ 16.29'%

%37.36
%46.35
%16.29

CMYK color model

#85A53A color CMYK value is (19,0,65,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 64.85%
  • key color value is 35.29%

CMYK: (19,0,65,35)
C19M0Y65K35 (19%, 0%, 65%, 35%)
(0.19 / 0.00 / 0.65 / 0.35)

CMYK percentages

%19.39
%0
%64.85
%35.29

Codes

Color #85A53A in popluar color models

85 A5 3A
RGB 133 165 58
HSL 78° 47.98% 43.73%
HSB/HSV 78° 64.85% 64.71%
CMYK 19.39% 0.00% 64.85%
35.29%

Color #85A53A in popluar number systems.

HEX 85 A5 3A
Decimal 133 165 58
Binary 10000101 10100101 111010
Octal 205 245 72

Shades and tints

Shades of #85A53A

#85A53A
(133,165,58)
#799635
(121,150,53)
#6D8730
(109,135,48)
#61782B
(97,120,43)
#556926
(85,105,38)
#495A21
(73,90,33)
#3D4B1C
(61,75,28)
#313C17
(49,60,23)
#252D12
(37,45,18)
#191E0D
(25,30,13)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #85A53A

#85A53A
(133,165,58)
#90AD4B
(144,173,75)
#9BB55C
(155,181,92)
#A6BD6D
(166,189,109)
#B1C57E
(177,197,126)
#BCCD8F
(188,205,143)
#C7D5A0
(199,213,160)
#D2DDB1
(210,221,177)
#DDE5C2
(221,229,194)
#E8EDD3
(232,237,211)
#F3F5E4
(243,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A53A color. Also use rgb(133,165,58) instead hex code.

Text Font Color

.myTextColor { color: #85A53A; }

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

This text font color is #85A53A.

Background Color

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

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

This div background color is #85A53A.

Border color

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

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

This div border color is #85A53A.

Opacity

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

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

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

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

This text has shadow with #85A53A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A53A.

Preview

Color preview on black background

This text has color #85A53A on black background.


Color preview on white background

This text has color #85A53A on white background.


Black color preview on #85A53A background

This text has black color on #85A53A background.


White color preview on #85A53A background

This text has white color on #85A53A background.


Related colors

Complementary color

Complementary color for #hex is #7A5AC5.


I love getcolorcode.com

Triadic colors

1 #3A85A5 and #A53A85 with #85A53A are triadic colors.

2 #3AA585 and #A5853A with #85A53A are triadic colors.