COLOR #85A07F

HEX: #85A07F
RGB: (133,160,127)

Color info

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

RGB color model

#85A07F color RGB value is (133,160,127).

  • red value is 133;
  • green value is 160;
  • blue value is 127.
RGB:
(133,160,127)
(52%,63%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 127 of 255 = 50%

133
160
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 160 + 127 = 420 (100%)
R 133 of 420 ~ 31.67%
G 160 of 420 ~ 38.1%
B 127 of 420 ~ 30.24%

%31.67
%38.1
%30.24

CMYK color model

#85A07F color CMYK value is (17,0,21,37).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(17,0,21,37)
C17M0Y21K37 
(17%,0%,21%,37%)
(0.17/0.00/0.21/0.37)	

CMYK percentages

%16.88
%0
%20.63
%37.25

Codes

Color #85A07F in popluar color models

85A07F
RGB133160127
HSL109°14.80%56.27%
HSB/HSV109°20.63%62.75%
CMYK16.88%0.00%20.63%
37.25%

Color #85A07F in popluar number systems.

HEX85A07F
Decimal133160127
Binary10000101101000001111111
Octal205240177

Shades and tints

Shades of #85A07F

#85A07F
(133,160,127)
#799274
(121,146,116)
#6D8469
(109,132,105)
#61765E
(97,118,94)
#556853
(85,104,83)
#495A48
(73,90,72)
#3D4C3D
(61,76,61)
#313E32
(49,62,50)
#253027
(37,48,39)
#19221C
(25,34,28)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #85A07F

#85A07F
(133,160,127)
#90A88A
(144,168,138)
#9BB095
(155,176,149)
#A6B8A0
(166,184,160)
#B1C0AB
(177,192,171)
#BCC8B6
(188,200,182)
#C7D0C1
(199,208,193)
#D2D8CC
(210,216,204)
#DDE0D7
(221,224,215)
#E8E8E2
(232,232,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A07F color. Also use rgb(133,160,127) instead hex code.

Text Font Color

.myTextColor { color: #85A07F; }

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

This text font color is #85A07F.


Background Color

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

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

This div background color is #85A07F.


Border color

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

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

This div border color is #85A07F.


Opacity

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

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

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

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

This text has shadow with #85A07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A07F on black background.


Color preview on white background

This text has color #85A07F on white background.



Black color preview on #85A07F background

This text has black color on #85A07F background.


White color preview on #85A07F background

This text has white color on #85A07F background.