COLOR #85A375

HEX: #85A375 RGB: (133,163,117)

Color info

#85A375 contains red, green and blue colors in about the same proportion. Web safe color of #85A375 is #999966 (or #996).

RGB color model

#85A375 color RGB value is (133,163,117).

RGB: (133,163,117) (52%, 64%, 46%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 117 of 255 = 46%

133
163
117

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

Portions of RGB colors in percentages

R + G + B = 133 + 163 + 117 = 413 (100%)
R 133 of 413 ~ 32.2%
G 163 of 413 ~ 39.47%
B 117 of 413 ~ 28.33'%

%32.2
%39.47
%28.33

CMYK color model

#85A375 color CMYK value is (18,0,28,36).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK: (18,0,28,36) C18M0Y28K36 (18%,0%,28%,36%) (0.18/0.00/0.28/0.36) 

CMYK percentages

%18.4
%0
%28.22
%36.08

Codes

Color #85A375 in popluar color models

85 A3 75
RGB 133 163 117
HSL 99° 20.00% 54.90%
HSB/HSV 99° 28.22% 63.92%
CMYK 18.40% 0.00% 28.22%
36.08%

Color #85A375 in popluar number systems.

HEX 85 A3 75
Decimal 133 163 117
Binary 10000101 10100011 1110101
Octal 205 243 165

Shades and tints

Shades of #85A375

#85A375
(133,163,117)
#79956B
(121,149,107)
#6D8761
(109,135,97)
#617957
(97,121,87)
#556B4D
(85,107,77)
#495D43
(73,93,67)
#3D4F39
(61,79,57)
#31412F
(49,65,47)
#253325
(37,51,37)
#19251B
(25,37,27)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #85A375

#85A375
(133,163,117)
#90AB81
(144,171,129)
#9BB38D
(155,179,141)
#A6BB99
(166,187,153)
#B1C3A5
(177,195,165)
#BCCBB1
(188,203,177)
#C7D3BD
(199,211,189)
#D2DBC9
(210,219,201)
#DDE3D5
(221,227,213)
#E8EBE1
(232,235,225)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A375; }

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

This text font color is #85A375.

Background Color

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

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

This div background color is #85A375.

Border color

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

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

This div border color is #85A375.

Opacity

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

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

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

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

This text has shadow with #85A375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A375.

Preview

Color preview on black background

This text has color #85A375 on black background.


Color preview on white background

This text has color #85A375 on white background.


Black color preview on #85A375 background

This text has black color on #85A375 background.


White color preview on #85A375 background

This text has white color on #85A375 background.


Related colors

Complementary color

Complementary color for #hex is #7A5C8A.


I love getcolorcode.com

Triadic colors

1 #7585A3 and #A37585 with #85A375 are triadic colors.

2 #75A385 and #A38575 with #85A375 are triadic colors.