COLOR #85664F

HEX: #85664F
RGB: (133,102,79)

Color info

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

RGB color model

#85664F color RGB value is (133,102,79).

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

RGB channels and saturation

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

133
102
79

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

Portions of RGB colors in percentages

R + G + B =
133 + 102 + 79 = 314 (100%)
R 133 of 314 ~ 42.36%
G 102 of 314 ~ 32.48%
B 79 of 314 ~ 25.16%

%42.36
%32.48
%25.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 40.60%
  • 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
%40.6
%47.84

Codes

Color #85664F in popluar color models

85664F
RGB13310279
HSL26°25.47%41.57%
HSB/HSV26°40.60%52.16%
CMYK0.00%23.31%40.60%
47.84%

Color #85664F in popluar number systems.

HEX85664F
Decimal13310279
Binary1000010111001101001111
Octal205146117

Shades and tints

Shades of #85664F

#85664F
(133,102,79)
#795D48
(121,93,72)
#6D5441
(109,84,65)
#614B3A
(97,75,58)
#554233
(85,66,51)
#49392C
(73,57,44)
#3D3025
(61,48,37)
#31271E
(49,39,30)
#251E17
(37,30,23)
#191510
(25,21,16)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #85664F

#85664F
(133,102,79)
#90735F
(144,115,95)
#9B806F
(155,128,111)
#A68D7F
(166,141,127)
#B19A8F
(177,154,143)
#BCA79F
(188,167,159)
#C7B4AF
(199,180,175)
#D2C1BF
(210,193,191)
#DDCECF
(221,206,207)
#E8DBDF
(232,219,223)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85664F; }

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

This text font color is #85664F.


Background Color

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

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

This div background color is #85664F.


Border color

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

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

This div border color is #85664F.


Opacity

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

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

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

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

This text has shadow with #85664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85664F on black background.


Color preview on white background

This text has color #85664F on white background.



Black color preview on #85664F background

This text has black color on #85664F background.


White color preview on #85664F background

This text has white color on #85664F background.