COLOR #85647E

HEX: #85647E
RGB: (133,100,126)

Color info

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

RGB color model

#85647E color RGB value is (133,100,126).

  • red value is 133;
  • green value is 100;
  • blue value is 126.
RGB:
(133,100,126)
(52%,39%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 126 of 255 = 49%

133
100
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 126 = 359 (100%)
R 133 of 359 ~ 37.05%
G 100 of 359 ~ 27.86%
B 126 of 359 ~ 35.1%

%37.05
%27.86
%35.1

CMYK color model

#85647E color CMYK value is (0,25,5,48).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(0,25,5,48)
C0M25Y5K48 
(0%,25%,5%,48%)
(0.00/0.25/0.05/0.48)	

CMYK percentages

%0
%24.81
%5.26
%47.84

Codes

Color #85647E in popluar color models

85647E
RGB133100126
HSL313°14.16%45.69%
HSB/HSV313°24.81%52.16%
CMYK0.00%24.81%5.26%
47.84%

Color #85647E in popluar number systems.

HEX85647E
Decimal133100126
Binary1000010111001001111110
Octal205144176

Shades and tints

Shades of #85647E

#85647E
(133,100,126)
#795B73
(121,91,115)
#6D5268
(109,82,104)
#61495D
(97,73,93)
#554052
(85,64,82)
#493747
(73,55,71)
#3D2E3C
(61,46,60)
#312531
(49,37,49)
#251C26
(37,28,38)
#19131B
(25,19,27)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #85647E

#85647E
(133,100,126)
#907289
(144,114,137)
#9B8094
(155,128,148)
#A68E9F
(166,142,159)
#B19CAA
(177,156,170)
#BCAAB5
(188,170,181)
#C7B8C0
(199,184,192)
#D2C6CB
(210,198,203)
#DDD4D6
(221,212,214)
#E8E2E1
(232,226,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85647E color. Also use rgb(133,100,126) instead hex code.

Text Font Color

.myTextColor { color: #85647E; }

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

This text font color is #85647E.


Background Color

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

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

This div background color is #85647E.


Border color

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

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

This div border color is #85647E.


Opacity

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

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

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

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

This text has shadow with #85647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85647E on black background.


Color preview on white background

This text has color #85647E on white background.



Black color preview on #85647E background

This text has black color on #85647E background.


White color preview on #85647E background

This text has white color on #85647E background.