COLOR #85738A

HEX: #85738A
RGB: (133,115,138)

Color info

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

RGB color model

#85738A color RGB value is (133,115,138).

  • red value is 133;
  • green value is 115;
  • blue value is 138.
RGB:
(133,115,138)
(52%,45%,54%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 138 of 255 = 54%

133
115
138

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

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 138 = 386 (100%)
R 133 of 386 ~ 34.46%
G 115 of 386 ~ 29.79%
B 138 of 386 ~ 35.75%

%34.46
%29.79
%35.75

CMYK color model

#85738A color CMYK value is (4,17,0,46).

  • cyan value is 3.62%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(4,17,0,46)
C4M17Y0K46 
(4%,17%,0%,46%)
(0.04/0.17/0.00/0.46)	

CMYK percentages

%3.62
%16.67
%0
%45.88

Codes

Color #85738A in popluar color models

85738A
RGB133115138
HSL287°9.09%49.61%
HSB/HSV287°16.67%54.12%
CMYK3.62%16.67%0.00%
45.88%

Color #85738A in popluar number systems.

HEX85738A
Decimal133115138
Binary10000101111001110001010
Octal205163212

Shades and tints

Shades of #85738A

#85738A
(133,115,138)
#79697E
(121,105,126)
#6D5F72
(109,95,114)
#615566
(97,85,102)
#554B5A
(85,75,90)
#49414E
(73,65,78)
#3D3742
(61,55,66)
#312D36
(49,45,54)
#25232A
(37,35,42)
#19191E
(25,25,30)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #85738A

#85738A
(133,115,138)
#907F94
(144,127,148)
#9B8B9E
(155,139,158)
#A697A8
(166,151,168)
#B1A3B2
(177,163,178)
#BCAFBC
(188,175,188)
#C7BBC6
(199,187,198)
#D2C7D0
(210,199,208)
#DDD3DA
(221,211,218)
#E8DFE4
(232,223,228)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85738A; }

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

This text font color is #85738A.


Background Color

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

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

This div background color is #85738A.


Border color

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

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

This div border color is #85738A.


Opacity

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

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

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

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

This text has shadow with #85738A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85738A on black background.


Color preview on white background

This text has color #85738A on white background.



Black color preview on #85738A background

This text has black color on #85738A background.


White color preview on #85738A background

This text has white color on #85738A background.