COLOR #85655C

HEX: #85655C RGB: (133,101,92)

Color info

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

RGB color model

#85655C color RGB value is (133,101,92).

RGB: (133,101,92) (52%, 40%, 36%)

RGB channels and saturation

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

133
101
92

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

Portions of RGB colors in percentages

R + G + B = 133 + 101 + 92 = 326 (100%)
R 133 of 326 ~ 40.8%
G 101 of 326 ~ 30.98%
B 92 of 326 ~ 28.22'%

%40.8
%30.98
%28.22

CMYK color model

#85655C color CMYK value is (0,24,31,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 30.83%
  • key color value is 47.84%

CMYK: (0,24,31,48)
C0M24Y31K48 (0%, 24%, 31%, 48%)
(0.00 / 0.24 / 0.31 / 0.48)

CMYK percentages

%0
%24.06
%30.83
%47.84

Codes

Color #85655C in popluar color models

85 65 5C
RGB 133 101 92
HSL 13° 18.22% 44.12%
HSB/HSV 13° 30.83% 52.16%
CMYK 0.00% 24.06% 30.83%
47.84%

Color #85655C in popluar number systems.

HEX 85 65 5C
Decimal 133 101 92
Binary 10000101 1100101 1011100
Octal 205 145 134

Shades and tints

Shades of #85655C

#85655C
(133,101,92)
#795C54
(121,92,84)
#6D534C
(109,83,76)
#614A44
(97,74,68)
#55413C
(85,65,60)
#493834
(73,56,52)
#3D2F2C
(61,47,44)
#312624
(49,38,36)
#251D1C
(37,29,28)
#191414
(25,20,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #85655C

#85655C
(133,101,92)
#90736A
(144,115,106)
#9B8178
(155,129,120)
#A68F86
(166,143,134)
#B19D94
(177,157,148)
#BCABA2
(188,171,162)
#C7B9B0
(199,185,176)
#D2C7BE
(210,199,190)
#DDD5CC
(221,213,204)
#E8E3DA
(232,227,218)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85655C; }

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

This text font color is #85655C.

Background Color

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

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

This div background color is #85655C.

Border color

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

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

This div border color is #85655C.

Opacity

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

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

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

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

This text has shadow with #85655C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85655C.

Preview

Color preview on black background

This text has color #85655C on black background.


Color preview on white background

This text has color #85655C on white background.


Black color preview on #85655C background

This text has black color on #85655C background.


White color preview on #85655C background

This text has white color on #85655C background.


Related colors

Complementary color

Complementary color for #hex is #7A9AA3.


I love getcolorcode.com

Triadic colors

1 #5C8565 and #655C85 with #85655C are triadic colors.

2 #5C6585 and #65855C with #85655C are triadic colors.