COLOR #85538A

HEX: #85538A
RGB: (133,83,138)

Color info

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

RGB color model

#85538A color RGB value is (133,83,138).

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

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 138 of 255 = 54%

133
83
138

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

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 138 = 354 (100%)
R 133 of 354 ~ 37.57%
G 83 of 354 ~ 23.45%
B 138 of 354 ~ 38.98%

%37.57
%23.45
%38.98

CMYK color model

#85538A color CMYK value is (4,40,0,46).

  • cyan value is 3.62%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(4,40,0,46)
C4M40Y0K46 
(4%,40%,0%,46%)
(0.04/0.40/0.00/0.46)	

CMYK percentages

%3.62
%39.86
%0
%45.88

Codes

Color #85538A in popluar color models

85538A
RGB13383138
HSL295°24.89%43.33%
HSB/HSV295°39.86%54.12%
CMYK3.62%39.86%0.00%
45.88%

Color #85538A in popluar number systems.

HEX85538A
Decimal13383138
Binary10000101101001110001010
Octal205123212

Shades and tints

Shades of #85538A

#85538A
(133,83,138)
#794C7E
(121,76,126)
#6D4572
(109,69,114)
#613E66
(97,62,102)
#55375A
(85,55,90)
#49304E
(73,48,78)
#3D2942
(61,41,66)
#312236
(49,34,54)
#251B2A
(37,27,42)
#19141E
(25,20,30)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #85538A

#85538A
(133,83,138)
#906294
(144,98,148)
#9B719E
(155,113,158)
#A680A8
(166,128,168)
#B18FB2
(177,143,178)
#BC9EBC
(188,158,188)
#C7ADC6
(199,173,198)
#D2BCD0
(210,188,208)
#DDCBDA
(221,203,218)
#E8DAE4
(232,218,228)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85538A; }

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

This text font color is #85538A.


Background Color

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

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

This div background color is #85538A.


Border color

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

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

This div border color is #85538A.


Opacity

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

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

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

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

This text has shadow with #85538A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85538A on black background.


Color preview on white background

This text has color #85538A on white background.



Black color preview on #85538A background

This text has black color on #85538A background.


White color preview on #85538A background

This text has white color on #85538A background.