COLOR #85536C

HEX: #85536C
RGB: (133,83,108)

Color info

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

RGB color model

#85536C color RGB value is (133,83,108).

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

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 108 of 255 = 42%

133
83
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 108 = 324 (100%)
R 133 of 324 ~ 41.05%
G 83 of 324 ~ 25.62%
B 108 of 324 ~ 33.33%

%41.05
%25.62
%33.33

CMYK color model

#85536C color CMYK value is (0,38,19,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(0,38,19,48)
C0M38Y19K48 
(0%,38%,19%,48%)
(0.00/0.38/0.19/0.48)	

CMYK percentages

%0
%37.59
%18.8
%47.84

Codes

Color #85536C in popluar color models

85536C
RGB13383108
HSL330°23.15%42.35%
HSB/HSV330°37.59%52.16%
CMYK0.00%37.59%18.80%
47.84%

Color #85536C in popluar number systems.

HEX85536C
Decimal13383108
Binary1000010110100111101100
Octal205123154

Shades and tints

Shades of #85536C

#85536C
(133,83,108)
#794C63
(121,76,99)
#6D455A
(109,69,90)
#613E51
(97,62,81)
#553748
(85,55,72)
#49303F
(73,48,63)
#3D2936
(61,41,54)
#31222D
(49,34,45)
#251B24
(37,27,36)
#19141B
(25,20,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #85536C

#85536C
(133,83,108)
#906279
(144,98,121)
#9B7186
(155,113,134)
#A68093
(166,128,147)
#B18FA0
(177,143,160)
#BC9EAD
(188,158,173)
#C7ADBA
(199,173,186)
#D2BCC7
(210,188,199)
#DDCBD4
(221,203,212)
#E8DAE1
(232,218,225)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85536C color. Also use rgb(133,83,108) instead hex code.

Text Font Color

.myTextColor { color: #85536C; }

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

This text font color is #85536C.


Background Color

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

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

This div background color is #85536C.


Border color

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

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

This div border color is #85536C.


Opacity

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

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

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

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

This text has shadow with #85536C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85536C on black background.


Color preview on white background

This text has color #85536C on white background.



Black color preview on #85536C background

This text has black color on #85536C background.


White color preview on #85536C background

This text has white color on #85536C background.