COLOR #85867A

HEX: #85867A
RGB: (133,134,122)

Color info

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

RGB color model

#85867A color RGB value is (133,134,122).

  • red value is 133;
  • green value is 134;
  • blue value is 122.
RGB:
(133,134,122)
(52%,53%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 134 of 255 = 53%
B 122 of 255 = 48%

133
134
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 134 + 122 = 389 (100%)
R 133 of 389 ~ 34.19%
G 134 of 389 ~ 34.45%
B 122 of 389 ~ 31.36%

%34.19
%34.45
%31.36

CMYK color model

#85867A color CMYK value is (1,0,9,47).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(1,0,9,47)
C1M0Y9K47 
(1%,0%,9%,47%)
(0.01/0.00/0.09/0.47)	

CMYK percentages

%0.75
%0
%8.96
%47.45

Codes

Color #85867A in popluar color models

85867A
RGB133134122
HSL65°4.72%50.20%
HSB/HSV65°8.96%52.55%
CMYK0.75%0.00%8.96%
47.45%

Color #85867A in popluar number systems.

HEX85867A
Decimal133134122
Binary10000101100001101111010
Octal205206172

Shades and tints

Shades of #85867A

#85867A
(133,134,122)
#797A6F
(121,122,111)
#6D6E64
(109,110,100)
#616259
(97,98,89)
#55564E
(85,86,78)
#494A43
(73,74,67)
#3D3E38
(61,62,56)
#31322D
(49,50,45)
#252622
(37,38,34)
#191A17
(25,26,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #85867A

#85867A
(133,134,122)
#909186
(144,145,134)
#9B9C92
(155,156,146)
#A6A79E
(166,167,158)
#B1B2AA
(177,178,170)
#BCBDB6
(188,189,182)
#C7C8C2
(199,200,194)
#D2D3CE
(210,211,206)
#DDDEDA
(221,222,218)
#E8E9E6
(232,233,230)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85867A color. Also use rgb(133,134,122) instead hex code.

Text Font Color

.myTextColor { color: #85867A; }

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

This text font color is #85867A.


Background Color

.myBgColor { background-color: #85867A; }

<div style="background-color:#85867A">Inner text</div>

This div background color is #85867A.


Border color

.myBorderColor { border: 1px solid #85867A; }

<div style="border:3px solid #85867A">Div</div>

This div border color is #85867A.


Opacity

.myOpacity80 { color: #85867A; opacity: 0.8; }

<p style="color:#85867A;opacity:0.8;">80%</p>

Text with #85867A 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 #85867A;}

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

This text has shadow with #85867A color.

.textShadow {text-shadow: 3px 3px 1px #85867A, 3px 3px 1px red;}

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

This text has shadow with #85867A primary color and red secondary color.


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

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

This text has shadow with #85867A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85867A on black background.


Color preview on white background

This text has color #85867A on white background.



Black color preview on #85867A background

This text has black color on #85867A background.


White color preview on #85867A background

This text has white color on #85867A background.