COLOR #85666D

HEX: #85666D
RGB: (133,102,109)

Color info

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

RGB color model

#85666D color RGB value is (133,102,109).

  • red value is 133;
  • green value is 102;
  • blue value is 109.
RGB:
(133,102,109)
(52%,40%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 102 of 255 = 40%
B 109 of 255 = 43%

133
102
109

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

Portions of RGB colors in percentages

R + G + B =
133 + 102 + 109 = 344 (100%)
R 133 of 344 ~ 38.66%
G 102 of 344 ~ 29.65%
B 109 of 344 ~ 31.69%

%38.66
%29.65
%31.69

CMYK color model

#85666D color CMYK value is (0,23,18,48).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(0,23,18,48)
C0M23Y18K48 
(0%,23%,18%,48%)
(0.00/0.23/0.18/0.48)	

CMYK percentages

%0
%23.31
%18.05
%47.84

Codes

Color #85666D in popluar color models

85666D
RGB133102109
HSL346°13.19%46.08%
HSB/HSV346°23.31%52.16%
CMYK0.00%23.31%18.05%
47.84%

Color #85666D in popluar number systems.

HEX85666D
Decimal133102109
Binary1000010111001101101101
Octal205146155

Shades and tints

Shades of #85666D

#85666D
(133,102,109)
#795D64
(121,93,100)
#6D545B
(109,84,91)
#614B52
(97,75,82)
#554249
(85,66,73)
#493940
(73,57,64)
#3D3037
(61,48,55)
#31272E
(49,39,46)
#251E25
(37,30,37)
#19151C
(25,21,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #85666D

#85666D
(133,102,109)
#90737A
(144,115,122)
#9B8087
(155,128,135)
#A68D94
(166,141,148)
#B19AA1
(177,154,161)
#BCA7AE
(188,167,174)
#C7B4BB
(199,180,187)
#D2C1C8
(210,193,200)
#DDCED5
(221,206,213)
#E8DBE2
(232,219,226)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85666D color. Also use rgb(133,102,109) instead hex code.

Text Font Color

.myTextColor { color: #85666D; }

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

This text font color is #85666D.


Background Color

.myBgColor { background-color: #85666D; }

<div style="background-color:#85666D">Inner text</div>

This div background color is #85666D.


Border color

.myBorderColor { border: 1px solid #85666D; }

<div style="border:3px solid #85666D">Div</div>

This div border color is #85666D.


Opacity

.myOpacity80 { color: #85666D; opacity: 0.8; }

<p style="color:#85666D;opacity:0.8;">80%</p>

Text with #85666D 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 #85666D;}

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

This text has shadow with #85666D color.

.textShadow {text-shadow: 3px 3px 1px #85666D, 3px 3px 1px red;}

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

This text has shadow with #85666D primary color and red secondary color.


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

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

This text has shadow with #85666D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85666D on black background.


Color preview on white background

This text has color #85666D on white background.



Black color preview on #85666D background

This text has black color on #85666D background.


White color preview on #85666D background

This text has white color on #85666D background.