COLOR #85748C

HEX: #85748C
RGB: (133,116,140)

Color info

#85748C contains red, green and blue colors in about the same proportion. Web safe color of #85748C is #996699 (or #969).

RGB color model

#85748C color RGB value is (133,116,140).

  • red value is 133;
  • green value is 116;
  • blue value is 140.
RGB:
(133,116,140)
(52%,45%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 140 of 255 = 55%

133
116
140

R + G + B ~ 51%. #85748C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 140 = 389 (100%)
R 133 of 389 ~ 34.19%
G 116 of 389 ~ 29.82%
B 140 of 389 ~ 35.99%

%34.19
%29.82
%35.99

CMYK color model

#85748C color CMYK value is (5,17,0,45).

  • cyan value is 5.00%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,17,0,45)
C5M17Y0K45 
(5%,17%,0%,45%)
(0.05/0.17/0.00/0.45)	

CMYK percentages

%5
%17.14
%0
%45.1

Codes

Color #85748C in popluar color models

85748C
RGB133116140
HSL283°9.45%50.20%
HSB/HSV283°17.14%54.90%
CMYK5.00%17.14%0.00%
45.10%

Color #85748C in popluar number systems.

HEX85748C
Decimal133116140
Binary10000101111010010001100
Octal205164214

Shades and tints

Shades of #85748C

#85748C
(133,116,140)
#796A80
(121,106,128)
#6D6074
(109,96,116)
#615668
(97,86,104)
#554C5C
(85,76,92)
#494250
(73,66,80)
#3D3844
(61,56,68)
#312E38
(49,46,56)
#25242C
(37,36,44)
#191A20
(25,26,32)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #85748C

#85748C
(133,116,140)
#908096
(144,128,150)
#9B8CA0
(155,140,160)
#A698AA
(166,152,170)
#B1A4B4
(177,164,180)
#BCB0BE
(188,176,190)
#C7BCC8
(199,188,200)
#D2C8D2
(210,200,210)
#DDD4DC
(221,212,220)
#E8E0E6
(232,224,230)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85748C color. Also use rgb(133,116,140) instead hex code.

Text Font Color

.myTextColor { color: #85748C; }

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

This text font color is #85748C.


Background Color

.myBgColor { background-color: #85748C; }

<div style="background-color:#85748C">Inner text</div>

This div background color is #85748C.


Border color

.myBorderColor { border: 1px solid #85748C; }

<div style="border:3px solid #85748C">Div</div>

This div border color is #85748C.


Opacity

.myOpacity80 { color: #85748C; opacity: 0.8; }

<p style="color:#85748C;opacity:0.8;">80%</p>

Text with #85748C 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 #85748C;}

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

This text has shadow with #85748C color.

.textShadow {text-shadow: 3px 3px 1px #85748C, 3px 3px 1px red;}

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

This text has shadow with #85748C primary color and red secondary color.


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

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

This text has shadow with #85748C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85748C on black background.


Color preview on white background

This text has color #85748C on white background.



Black color preview on #85748C background

This text has black color on #85748C background.


White color preview on #85748C background

This text has white color on #85748C background.