COLOR #85605E

HEX: #85605E
RGB: (133,96,94)

Color info

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

RGB color model

#85605E color RGB value is (133,96,94).

  • red value is 133;
  • green value is 96;
  • blue value is 94.
RGB:
(133,96,94)
(52%,38%,37%)

RGB channels and saturation

R 133 of 255 = 52%
G 96 of 255 = 38%
B 94 of 255 = 37%

133
96
94

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

Portions of RGB colors in percentages

R + G + B =
133 + 96 + 94 = 323 (100%)
R 133 of 323 ~ 41.18%
G 96 of 323 ~ 29.72%
B 94 of 323 ~ 29.1%

%41.18
%29.72
%29.1

CMYK color model

#85605E color CMYK value is (0,28,29,48).

  • cyan value is 0.00%
  • magenta value is 27.82%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(0,28,29,48)
C0M28Y29K48 
(0%,28%,29%,48%)
(0.00/0.28/0.29/0.48)	

CMYK percentages

%0
%27.82
%29.32
%47.84

Codes

Color #85605E in popluar color models

85605E
RGB1339694
HSL17.18%44.51%
HSB/HSV29.32%52.16%
CMYK0.00%27.82%29.32%
47.84%

Color #85605E in popluar number systems.

HEX85605E
Decimal1339694
Binary1000010111000001011110
Octal205140136

Shades and tints

Shades of #85605E

#85605E
(133,96,94)
#795856
(121,88,86)
#6D504E
(109,80,78)
#614846
(97,72,70)
#55403E
(85,64,62)
#493836
(73,56,54)
#3D302E
(61,48,46)
#312826
(49,40,38)
#25201E
(37,32,30)
#191816
(25,24,22)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #85605E

#85605E
(133,96,94)
#906E6C
(144,110,108)
#9B7C7A
(155,124,122)
#A68A88
(166,138,136)
#B19896
(177,152,150)
#BCA6A4
(188,166,164)
#C7B4B2
(199,180,178)
#D2C2C0
(210,194,192)
#DDD0CE
(221,208,206)
#E8DEDC
(232,222,220)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85605E color. Also use rgb(133,96,94) instead hex code.

Text Font Color

.myTextColor { color: #85605E; }

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

This text font color is #85605E.


Background Color

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

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

This div background color is #85605E.


Border color

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

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

This div border color is #85605E.


Opacity

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

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

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

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

This text has shadow with #85605E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85605E on black background.


Color preview on white background

This text has color #85605E on white background.



Black color preview on #85605E background

This text has black color on #85605E background.


White color preview on #85605E background

This text has white color on #85605E background.