COLOR #85676C

HEX: #85676C
RGB: (133,103,108)

Color info

#85676C contains red, green and blue colors in about the same proportion. Web safe color of #85676C is #996666 (or #966).

RGB color model

#85676C color RGB value is (133,103,108).

  • red value is 133;
  • green value is 103;
  • blue value is 108.
RGB:
(133,103,108)
(52%,40%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 103 of 255 = 40%
B 108 of 255 = 42%

133
103
108

R + G + B ~ 45%. #85676C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 103 + 108 = 344 (100%)
R 133 of 344 ~ 38.66%
G 103 of 344 ~ 29.94%
B 108 of 344 ~ 31.4%

%38.66
%29.94
%31.4

CMYK color model

#85676C color CMYK value is (0,23,19,48).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(0,23,19,48)
C0M23Y19K48 
(0%,23%,19%,48%)
(0.00/0.23/0.19/0.48)	

CMYK percentages

%0
%22.56
%18.8
%47.84

Codes

Color #85676C in popluar color models

85676C
RGB133103108
HSL350°12.71%46.27%
HSB/HSV350°22.56%52.16%
CMYK0.00%22.56%18.80%
47.84%

Color #85676C in popluar number systems.

HEX85676C
Decimal133103108
Binary1000010111001111101100
Octal205147154

Shades and tints

Shades of #85676C

#85676C
(133,103,108)
#795E63
(121,94,99)
#6D555A
(109,85,90)
#614C51
(97,76,81)
#554348
(85,67,72)
#493A3F
(73,58,63)
#3D3136
(61,49,54)
#31282D
(49,40,45)
#251F24
(37,31,36)
#19161B
(25,22,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #85676C

#85676C
(133,103,108)
#907479
(144,116,121)
#9B8186
(155,129,134)
#A68E93
(166,142,147)
#B19BA0
(177,155,160)
#BCA8AD
(188,168,173)
#C7B5BA
(199,181,186)
#D2C2C7
(210,194,199)
#DDCFD4
(221,207,212)
#E8DCE1
(232,220,225)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85676C color. Also use rgb(133,103,108) instead hex code.

Text Font Color

.myTextColor { color: #85676C; }

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

This text font color is #85676C.


Background Color

.myBgColor { background-color: #85676C; }

<div style="background-color:#85676C">Inner text</div>

This div background color is #85676C.


Border color

.myBorderColor { border: 1px solid #85676C; }

<div style="border:3px solid #85676C">Div</div>

This div border color is #85676C.


Opacity

.myOpacity80 { color: #85676C; opacity: 0.8; }

<p style="color:#85676C;opacity:0.8;">80%</p>

Text with #85676C 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 #85676C;}

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

This text has shadow with #85676C color.

.textShadow {text-shadow: 3px 3px 1px #85676C, 3px 3px 1px red;}

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

This text has shadow with #85676C primary color and red secondary color.


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

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

This text has shadow with #85676C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85676C on black background.


Color preview on white background

This text has color #85676C on white background.



Black color preview on #85676C background

This text has black color on #85676C background.


White color preview on #85676C background

This text has white color on #85676C background.