COLOR #85867B

HEX: #85867B
RGB: (133,134,123)

Color info

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

RGB color model

#85867B color RGB value is (133,134,123).

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

RGB channels and saturation

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

133
134
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 134 + 123 = 390 (100%)
R 133 of 390 ~ 34.1%
G 134 of 390 ~ 34.36%
B 123 of 390 ~ 31.54%

%34.1
%34.36
%31.54

CMYK color model

#85867B color CMYK value is (1,0,8,47).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(1,0,8,47)
C1M0Y8K47 
(1%,0%,8%,47%)
(0.01/0.00/0.08/0.47)	

CMYK percentages

%0.75
%0
%8.21
%47.45

Codes

Color #85867B in popluar color models

85867B
RGB133134123
HSL65°4.35%50.39%
HSB/HSV65°8.21%52.55%
CMYK0.75%0.00%8.21%
47.45%

Color #85867B in popluar number systems.

HEX85867B
Decimal133134123
Binary10000101100001101111011
Octal205206173

Shades and tints

Shades of #85867B

#85867B
(133,134,123)
#797A70
(121,122,112)
#6D6E65
(109,110,101)
#61625A
(97,98,90)
#55564F
(85,86,79)
#494A44
(73,74,68)
#3D3E39
(61,62,57)
#31322E
(49,50,46)
#252623
(37,38,35)
#191A18
(25,26,24)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #85867B

#85867B
(133,134,123)
#909187
(144,145,135)
#9B9C93
(155,156,147)
#A6A79F
(166,167,159)
#B1B2AB
(177,178,171)
#BCBDB7
(188,189,183)
#C7C8C3
(199,200,195)
#D2D3CF
(210,211,207)
#DDDEDB
(221,222,219)
#E8E9E7
(232,233,231)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85867B; }

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

This text font color is #85867B.


Background Color

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

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

This div background color is #85867B.


Border color

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

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

This div border color is #85867B.


Opacity

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

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

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

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

This text has shadow with #85867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85867B on black background.


Color preview on white background

This text has color #85867B on white background.



Black color preview on #85867B background

This text has black color on #85867B background.


White color preview on #85867B background

This text has white color on #85867B background.