COLOR #85647D

HEX: #85647D
RGB: (133,100,125)

Color info

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

RGB color model

#85647D color RGB value is (133,100,125).

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

RGB channels and saturation

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

133
100
125

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 125 = 358 (100%)
R 133 of 358 ~ 37.15%
G 100 of 358 ~ 27.93%
B 125 of 358 ~ 34.92%

%37.15
%27.93
%34.92

CMYK color model

#85647D color CMYK value is (0,25,6,48).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(0,25,6,48)
C0M25Y6K48 
(0%,25%,6%,48%)
(0.00/0.25/0.06/0.48)	

CMYK percentages

%0
%24.81
%6.02
%47.84

Codes

Color #85647D in popluar color models

85647D
RGB133100125
HSL315°14.16%45.69%
HSB/HSV315°24.81%52.16%
CMYK0.00%24.81%6.02%
47.84%

Color #85647D in popluar number systems.

HEX85647D
Decimal133100125
Binary1000010111001001111101
Octal205144175

Shades and tints

Shades of #85647D

#85647D
(133,100,125)
#795B72
(121,91,114)
#6D5267
(109,82,103)
#61495C
(97,73,92)
#554051
(85,64,81)
#493746
(73,55,70)
#3D2E3B
(61,46,59)
#312530
(49,37,48)
#251C25
(37,28,37)
#19131A
(25,19,26)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #85647D

#85647D
(133,100,125)
#907288
(144,114,136)
#9B8093
(155,128,147)
#A68E9E
(166,142,158)
#B19CA9
(177,156,169)
#BCAAB4
(188,170,180)
#C7B8BF
(199,184,191)
#D2C6CA
(210,198,202)
#DDD4D5
(221,212,213)
#E8E2E0
(232,226,224)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85647D; }

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

This text font color is #85647D.


Background Color

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

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

This div background color is #85647D.


Border color

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

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

This div border color is #85647D.


Opacity

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

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

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

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

This text has shadow with #85647D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85647D on black background.


Color preview on white background

This text has color #85647D on white background.



Black color preview on #85647D background

This text has black color on #85647D background.


White color preview on #85647D background

This text has white color on #85647D background.