COLOR #85738C

HEX: #85738C RGB: (133,115,140)

Color info

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

RGB color model

#85738C color RGB value is (133,115,140).

RGB: (133,115,140) (52%, 45%, 55%)

RGB channels and saturation

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

133
115
140

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

Portions of RGB colors in percentages

R + G + B = 133 + 115 + 140 = 388 (100%)
R 133 of 388 ~ 34.28%
G 115 of 388 ~ 29.64%
B 140 of 388 ~ 36.08'%

%34.28
%29.64
%36.08

CMYK color model

#85738C color CMYK value is (5,18,0,45).

  • cyan value is 5.00%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (5,18,0,45)
C5M18Y0K45 (5%, 18%, 0%, 45%)
(0.05 / 0.18 / 0.00 / 0.45)

CMYK percentages

%5
%17.86
%0
%45.1

Codes

Color #85738C in popluar color models

85 73 8C
RGB 133 115 140
HSL 283° 9.80% 50.00%
HSB/HSV 283° 17.86% 54.90%
CMYK 5.00% 17.86% 0.00%
45.10%

Color #85738C in popluar number systems.

HEX 85 73 8C
Decimal 133 115 140
Binary 10000101 1110011 10001100
Octal 205 163 214

Shades and tints

Shades of #85738C

#85738C
(133,115,140)
#796980
(121,105,128)
#6D5F74
(109,95,116)
#615568
(97,85,104)
#554B5C
(85,75,92)
#494150
(73,65,80)
#3D3744
(61,55,68)
#312D38
(49,45,56)
#25232C
(37,35,44)
#191920
(25,25,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #85738C

#85738C
(133,115,140)
#907F96
(144,127,150)
#9B8BA0
(155,139,160)
#A697AA
(166,151,170)
#B1A3B4
(177,163,180)
#BCAFBE
(188,175,190)
#C7BBC8
(199,187,200)
#D2C7D2
(210,199,210)
#DDD3DC
(221,211,220)
#E8DFE6
(232,223,230)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85738C; }

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

This text font color is #85738C.

Background Color

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

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

This div background color is #85738C.

Border color

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

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

This div border color is #85738C.

Opacity

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

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

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

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

This text has shadow with #85738C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85738C.

Preview

Color preview on black background

This text has color #85738C on black background.


Color preview on white background

This text has color #85738C on white background.


Black color preview on #85738C background

This text has black color on #85738C background.


White color preview on #85738C background

This text has white color on #85738C background.


Related colors

Complementary color

Complementary color for #hex is #7A8C73.


I love getcolorcode.com

Triadic colors

1 #8C8573 and #738C85 with #85738C are triadic colors.

2 #8C7385 and #73858C with #85738C are triadic colors.