COLOR #85637F

HEX: #85637F
RGB: (133,99,127)

Color info

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

RGB color model

#85637F color RGB value is (133,99,127).

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

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 127 of 255 = 50%

133
99
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 127 = 359 (100%)
R 133 of 359 ~ 37.05%
G 99 of 359 ~ 27.58%
B 127 of 359 ~ 35.38%

%37.05
%27.58
%35.38

CMYK color model

#85637F color CMYK value is (0,26,5,48).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(0,26,5,48)
C0M26Y5K48 
(0%,26%,5%,48%)
(0.00/0.26/0.05/0.48)	

CMYK percentages

%0
%25.56
%4.51
%47.84

Codes

Color #85637F in popluar color models

85637F
RGB13399127
HSL311°14.66%45.49%
HSB/HSV311°25.56%52.16%
CMYK0.00%25.56%4.51%
47.84%

Color #85637F in popluar number systems.

HEX85637F
Decimal13399127
Binary1000010111000111111111
Octal205143177

Shades and tints

Shades of #85637F

#85637F
(133,99,127)
#795A74
(121,90,116)
#6D5169
(109,81,105)
#61485E
(97,72,94)
#553F53
(85,63,83)
#493648
(73,54,72)
#3D2D3D
(61,45,61)
#312432
(49,36,50)
#251B27
(37,27,39)
#19121C
(25,18,28)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #85637F

#85637F
(133,99,127)
#90718A
(144,113,138)
#9B7F95
(155,127,149)
#A68DA0
(166,141,160)
#B19BAB
(177,155,171)
#BCA9B6
(188,169,182)
#C7B7C1
(199,183,193)
#D2C5CC
(210,197,204)
#DDD3D7
(221,211,215)
#E8E1E2
(232,225,226)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85637F; }

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

This text font color is #85637F.


Background Color

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

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

This div background color is #85637F.


Border color

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

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

This div border color is #85637F.


Opacity

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

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

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

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

This text has shadow with #85637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85637F on black background.


Color preview on white background

This text has color #85637F on white background.



Black color preview on #85637F background

This text has black color on #85637F background.


White color preview on #85637F background

This text has white color on #85637F background.