COLOR #85636F

HEX: #85636F
RGB: (133,99,111)

Color info

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

RGB color model

#85636F color RGB value is (133,99,111).

  • red value is 133;
  • green value is 99;
  • blue value is 111.
RGB:
(133,99,111)
(52%,39%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 111 of 255 = 44%

133
99
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 111 = 343 (100%)
R 133 of 343 ~ 38.78%
G 99 of 343 ~ 28.86%
B 111 of 343 ~ 32.36%

%38.78
%28.86
%32.36

CMYK color model

#85636F color CMYK value is (0,26,17,48).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(0,26,17,48)
C0M26Y17K48 
(0%,26%,17%,48%)
(0.00/0.26/0.17/0.48)	

CMYK percentages

%0
%25.56
%16.54
%47.84

Codes

Color #85636F in popluar color models

85636F
RGB13399111
HSL339°14.66%45.49%
HSB/HSV339°25.56%52.16%
CMYK0.00%25.56%16.54%
47.84%

Color #85636F in popluar number systems.

HEX85636F
Decimal13399111
Binary1000010111000111101111
Octal205143157

Shades and tints

Shades of #85636F

#85636F
(133,99,111)
#795A65
(121,90,101)
#6D515B
(109,81,91)
#614851
(97,72,81)
#553F47
(85,63,71)
#49363D
(73,54,61)
#3D2D33
(61,45,51)
#312429
(49,36,41)
#251B1F
(37,27,31)
#191215
(25,18,21)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #85636F

#85636F
(133,99,111)
#90717C
(144,113,124)
#9B7F89
(155,127,137)
#A68D96
(166,141,150)
#B19BA3
(177,155,163)
#BCA9B0
(188,169,176)
#C7B7BD
(199,183,189)
#D2C5CA
(210,197,202)
#DDD3D7
(221,211,215)
#E8E1E4
(232,225,228)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85636F color. Also use rgb(133,99,111) instead hex code.

Text Font Color

.myTextColor { color: #85636F; }

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

This text font color is #85636F.


Background Color

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

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

This div background color is #85636F.


Border color

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

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

This div border color is #85636F.


Opacity

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

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

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

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

This text has shadow with #85636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85636F on black background.


Color preview on white background

This text has color #85636F on white background.



Black color preview on #85636F background

This text has black color on #85636F background.


White color preview on #85636F background

This text has white color on #85636F background.