COLOR #85A48F

HEX: #85A48F
RGB: (133,164,143)

Color info

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

RGB color model

#85A48F color RGB value is (133,164,143).

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

RGB channels and saturation

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

133
164
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 143 = 440 (100%)
R 133 of 440 ~ 30.23%
G 164 of 440 ~ 37.27%
B 143 of 440 ~ 32.5%

%30.23
%37.27
%32.5

CMYK color model

#85A48F color CMYK value is (19,0,13,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 35.69%
CMYK:
(19,0,13,36)
C19M0Y13K36 
(19%,0%,13%,36%)
(0.19/0.00/0.13/0.36)	

CMYK percentages

%18.9
%0
%12.8
%35.69

Codes

Color #85A48F in popluar color models

85A48F
RGB133164143
HSL139°14.55%58.24%
HSB/HSV139°18.90%64.31%
CMYK18.90%0.00%12.80%
35.69%

Color #85A48F in popluar number systems.

HEX85A48F
Decimal133164143
Binary100001011010010010001111
Octal205244217

Shades and tints

Shades of #85A48F

#85A48F
(133,164,143)
#799682
(121,150,130)
#6D8875
(109,136,117)
#617A68
(97,122,104)
#556C5B
(85,108,91)
#495E4E
(73,94,78)
#3D5041
(61,80,65)
#314234
(49,66,52)
#253427
(37,52,39)
#19261A
(25,38,26)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #85A48F

#85A48F
(133,164,143)
#90AC99
(144,172,153)
#9BB4A3
(155,180,163)
#A6BCAD
(166,188,173)
#B1C4B7
(177,196,183)
#BCCCC1
(188,204,193)
#C7D4CB
(199,212,203)
#D2DCD5
(210,220,213)
#DDE4DF
(221,228,223)
#E8ECE9
(232,236,233)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A48F; }

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

This text font color is #85A48F.


Background Color

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

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

This div background color is #85A48F.


Border color

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

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

This div border color is #85A48F.


Opacity

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

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

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

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

This text has shadow with #85A48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A48F on black background.


Color preview on white background

This text has color #85A48F on white background.



Black color preview on #85A48F background

This text has black color on #85A48F background.


White color preview on #85A48F background

This text has white color on #85A48F background.