COLOR #85665C

HEX: #85665C
RGB: (133,102,92)

Color info

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

RGB color model

#85665C color RGB value is (133,102,92).

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

RGB channels and saturation

R 133 of 255 = 52%
G 102 of 255 = 40%
B 92 of 255 = 36%

133
102
92

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

Portions of RGB colors in percentages

R + G + B =
133 + 102 + 92 = 327 (100%)
R 133 of 327 ~ 40.67%
G 102 of 327 ~ 31.19%
B 92 of 327 ~ 28.13%

%40.67
%31.19
%28.13

CMYK color model

#85665C color CMYK value is (0,23,31,48).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK:
(0,23,31,48)
C0M23Y31K48 
(0%,23%,31%,48%)
(0.00/0.23/0.31/0.48)	

CMYK percentages

%0
%23.31
%30.83
%47.84

Codes

Color #85665C in popluar color models

85665C
RGB13310292
HSL15°18.22%44.12%
HSB/HSV15°30.83%52.16%
CMYK0.00%23.31%30.83%
47.84%

Color #85665C in popluar number systems.

HEX85665C
Decimal13310292
Binary1000010111001101011100
Octal205146134

Shades and tints

Shades of #85665C

#85665C
(133,102,92)
#795D54
(121,93,84)
#6D544C
(109,84,76)
#614B44
(97,75,68)
#55423C
(85,66,60)
#493934
(73,57,52)
#3D302C
(61,48,44)
#312724
(49,39,36)
#251E1C
(37,30,28)
#191514
(25,21,20)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #85665C

#85665C
(133,102,92)
#90736A
(144,115,106)
#9B8078
(155,128,120)
#A68D86
(166,141,134)
#B19A94
(177,154,148)
#BCA7A2
(188,167,162)
#C7B4B0
(199,180,176)
#D2C1BE
(210,193,190)
#DDCECC
(221,206,204)
#E8DBDA
(232,219,218)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85665C; }

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

This text font color is #85665C.


Background Color

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

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

This div background color is #85665C.


Border color

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

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

This div border color is #85665C.


Opacity

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

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

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

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

This text has shadow with #85665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85665C on black background.


Color preview on white background

This text has color #85665C on white background.



Black color preview on #85665C background

This text has black color on #85665C background.


White color preview on #85665C background

This text has white color on #85665C background.