COLOR #85A38F

HEX: #85A38F
RGB: (133,163,143)

Color info

#85A38F contains red, green and blue colors in about the same proportion. Web safe color of #85A38F is #999999 (or #999).

RGB color model

#85A38F color RGB value is (133,163,143).

  • red value is 133;
  • green value is 163;
  • blue value is 143.
RGB:
(133,163,143)
(52%,64%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 143 of 255 = 56%

133
163
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 163 + 143 = 439 (100%)
R 133 of 439 ~ 30.3%
G 163 of 439 ~ 37.13%
B 143 of 439 ~ 32.57%

%30.3
%37.13
%32.57

CMYK color model

#85A38F color CMYK value is (18,0,12,36).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(18,0,12,36)
C18M0Y12K36 
(18%,0%,12%,36%)
(0.18/0.00/0.12/0.36)	

CMYK percentages

%18.4
%0
%12.27
%36.08

Codes

Color #85A38F in popluar color models

85A38F
RGB133163143
HSL140°14.02%58.04%
HSB/HSV140°18.40%63.92%
CMYK18.40%0.00%12.27%
36.08%

Color #85A38F in popluar number systems.

HEX85A38F
Decimal133163143
Binary100001011010001110001111
Octal205243217

Shades and tints

Shades of #85A38F

#85A38F
(133,163,143)
#799582
(121,149,130)
#6D8775
(109,135,117)
#617968
(97,121,104)
#556B5B
(85,107,91)
#495D4E
(73,93,78)
#3D4F41
(61,79,65)
#314134
(49,65,52)
#253327
(37,51,39)
#19251A
(25,37,26)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #85A38F

#85A38F
(133,163,143)
#90AB99
(144,171,153)
#9BB3A3
(155,179,163)
#A6BBAD
(166,187,173)
#B1C3B7
(177,195,183)
#BCCBC1
(188,203,193)
#C7D3CB
(199,211,203)
#D2DBD5
(210,219,213)
#DDE3DF
(221,227,223)
#E8EBE9
(232,235,233)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A38F; }

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

This text font color is #85A38F.


Background Color

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

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

This div background color is #85A38F.


Border color

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

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

This div border color is #85A38F.


Opacity

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

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

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

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

This text has shadow with #85A38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A38F on black background.


Color preview on white background

This text has color #85A38F on white background.



Black color preview on #85A38F background

This text has black color on #85A38F background.


White color preview on #85A38F background

This text has white color on #85A38F background.