COLOR #85664E

HEX: #85664E
RGB: (133,102,78)

Color info

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

RGB color model

#85664E color RGB value is (133,102,78).

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

RGB channels and saturation

R 133 of 255 = 52%
G 102 of 255 = 40%
B 78 of 255 = 31%

133
102
78

R + G + B ~ 41%. #85664E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 102 + 78 = 313 (100%)
R 133 of 313 ~ 42.49%
G 102 of 313 ~ 32.59%
B 78 of 313 ~ 24.92%

%42.49
%32.59
%24.92

CMYK color model

#85664E color CMYK value is (0,23,41,48).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 41.35%
  • key color value is 47.84%
CMYK:
(0,23,41,48)
C0M23Y41K48 
(0%,23%,41%,48%)
(0.00/0.23/0.41/0.48)	

CMYK percentages

%0
%23.31
%41.35
%47.84

Codes

Color #85664E in popluar color models

85664E
RGB13310278
HSL26°26.07%41.37%
HSB/HSV26°41.35%52.16%
CMYK0.00%23.31%41.35%
47.84%

Color #85664E in popluar number systems.

HEX85664E
Decimal13310278
Binary1000010111001101001110
Octal205146116

Shades and tints

Shades of #85664E

#85664E
(133,102,78)
#795D47
(121,93,71)
#6D5440
(109,84,64)
#614B39
(97,75,57)
#554232
(85,66,50)
#49392B
(73,57,43)
#3D3024
(61,48,36)
#31271D
(49,39,29)
#251E16
(37,30,22)
#19150F
(25,21,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #85664E

#85664E
(133,102,78)
#90735E
(144,115,94)
#9B806E
(155,128,110)
#A68D7E
(166,141,126)
#B19A8E
(177,154,142)
#BCA79E
(188,167,158)
#C7B4AE
(199,180,174)
#D2C1BE
(210,193,190)
#DDCECE
(221,206,206)
#E8DBDE
(232,219,222)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85664E color. Also use rgb(133,102,78) instead hex code.

Text Font Color

.myTextColor { color: #85664E; }

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

This text font color is #85664E.


Background Color

.myBgColor { background-color: #85664E; }

<div style="background-color:#85664E">Inner text</div>

This div background color is #85664E.


Border color

.myBorderColor { border: 1px solid #85664E; }

<div style="border:3px solid #85664E">Div</div>

This div border color is #85664E.


Opacity

.myOpacity80 { color: #85664E; opacity: 0.8; }

<p style="color:#85664E;opacity:0.8;">80%</p>

Text with #85664E 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 #85664E;}

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

This text has shadow with #85664E color.

.textShadow {text-shadow: 3px 3px 1px #85664E, 3px 3px 1px red;}

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

This text has shadow with #85664E primary color and red secondary color.


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

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

This text has shadow with #85664E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85664E on black background.


Color preview on white background

This text has color #85664E on white background.



Black color preview on #85664E background

This text has black color on #85664E background.


White color preview on #85664E background

This text has white color on #85664E background.