COLOR #85A35D

HEX: #85A35D RGB: (133,163,93)

Color info

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

RGB color model

#85A35D color RGB value is (133,163,93).

RGB: (133,163,93) (52%, 64%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 93 of 255 = 36%

133
163
93

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

Portions of RGB colors in percentages

R + G + B = 133 + 163 + 93 = 389 (100%)
R 133 of 389 ~ 34.19%
G 163 of 389 ~ 41.9%
B 93 of 389 ~ 23.91'%

%34.19
%41.9
%23.91

CMYK color model

#85A35D color CMYK value is (18,0,43,36).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 42.94%
  • key color value is 36.08%

CMYK: (18,0,43,36)
C18M0Y43K36 (18%, 0%, 43%, 36%)
(0.18 / 0.00 / 0.43 / 0.36)

CMYK percentages

%18.4
%0
%42.94
%36.08

Codes

Color #85A35D in popluar color models

85 A3 5D
RGB 133 163 93
HSL 86° 27.56% 50.20%
HSB/HSV 86° 42.94% 63.92%
CMYK 18.40% 0.00% 42.94%
36.08%

Color #85A35D in popluar number systems.

HEX 85 A3 5D
Decimal 133 163 93
Binary 10000101 10100011 1011101
Octal 205 243 135

Shades and tints

Shades of #85A35D

#85A35D
(133,163,93)
#799555
(121,149,85)
#6D874D
(109,135,77)
#617945
(97,121,69)
#556B3D
(85,107,61)
#495D35
(73,93,53)
#3D4F2D
(61,79,45)
#314125
(49,65,37)
#25331D
(37,51,29)
#192515
(25,37,21)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #85A35D

#85A35D
(133,163,93)
#90AB6B
(144,171,107)
#9BB379
(155,179,121)
#A6BB87
(166,187,135)
#B1C395
(177,195,149)
#BCCBA3
(188,203,163)
#C7D3B1
(199,211,177)
#D2DBBF
(210,219,191)
#DDE3CD
(221,227,205)
#E8EBDB
(232,235,219)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A35D color. Also use rgb(133,163,93) instead hex code.

Text Font Color

.myTextColor { color: #85A35D; }

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

This text font color is #85A35D.

Background Color

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

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

This div background color is #85A35D.

Border color

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

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

This div border color is #85A35D.

Opacity

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

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

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

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

This text has shadow with #85A35D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A35D.

Preview

Color preview on black background

This text has color #85A35D on black background.


Color preview on white background

This text has color #85A35D on white background.


Black color preview on #85A35D background

This text has black color on #85A35D background.


White color preview on #85A35D background

This text has white color on #85A35D background.


Related colors

Complementary color

Complementary color for #hex is #7A5CA2.


I love getcolorcode.com

Triadic colors

1 #5D85A3 and #A35D85 with #85A35D are triadic colors.

2 #5DA385 and #A3855D with #85A35D are triadic colors.