COLOR #85664C

HEX: #85664C
RGB: (133,102,76)

Color info

#85664C contains red, green and blue colors in about the same proportion. Web safe color of #85664C is #996633 (or #963).

RGB color model

#85664C color RGB value is (133,102,76).

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

RGB channels and saturation

R 133 of 255 = 52%
G 102 of 255 = 40%
B 76 of 255 = 30%

133
102
76

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

Portions of RGB colors in percentages

R + G + B =
133 + 102 + 76 = 311 (100%)
R 133 of 311 ~ 42.77%
G 102 of 311 ~ 32.8%
B 76 of 311 ~ 24.44%

%42.77
%32.8
%24.44

CMYK color model

#85664C color CMYK value is (0,23,43,48).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 42.86%
  • key color value is 47.84%
CMYK:
(0,23,43,48)
C0M23Y43K48 
(0%,23%,43%,48%)
(0.00/0.23/0.43/0.48)	

CMYK percentages

%0
%23.31
%42.86
%47.84

Codes

Color #85664C in popluar color models

85664C
RGB13310276
HSL27°27.27%40.98%
HSB/HSV27°42.86%52.16%
CMYK0.00%23.31%42.86%
47.84%

Color #85664C in popluar number systems.

HEX85664C
Decimal13310276
Binary1000010111001101001100
Octal205146114

Shades and tints

Shades of #85664C

#85664C
(133,102,76)
#795D46
(121,93,70)
#6D5440
(109,84,64)
#614B3A
(97,75,58)
#554234
(85,66,52)
#49392E
(73,57,46)
#3D3028
(61,48,40)
#312722
(49,39,34)
#251E1C
(37,30,28)
#191516
(25,21,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #85664C

#85664C
(133,102,76)
#90735C
(144,115,92)
#9B806C
(155,128,108)
#A68D7C
(166,141,124)
#B19A8C
(177,154,140)
#BCA79C
(188,167,156)
#C7B4AC
(199,180,172)
#D2C1BC
(210,193,188)
#DDCECC
(221,206,204)
#E8DBDC
(232,219,220)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85664C; }

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

This text font color is #85664C.


Background Color

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

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

This div background color is #85664C.


Border color

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

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

This div border color is #85664C.


Opacity

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

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

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

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

This text has shadow with #85664C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85664C on black background.


Color preview on white background

This text has color #85664C on white background.



Black color preview on #85664C background

This text has black color on #85664C background.


White color preview on #85664C background

This text has white color on #85664C background.