COLOR #85356E

HEX: #85356E
RGB: (133,53,110)

Color info

#85356E contains mainly red and blue colors. Web safe color of #85356E is #993366 (or #936).

RGB color model

#85356E color RGB value is (133,53,110).

  • red value is 133;
  • green value is 53;
  • blue value is 110.
RGB:
(133,53,110)
(52%,21%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 53 of 255 = 21%
B 110 of 255 = 43%

133
53
110

R + G + B ~ 39%. #85356E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 53 + 110 = 296 (100%)
R 133 of 296 ~ 44.93%
G 53 of 296 ~ 17.91%
B 110 of 296 ~ 37.16%

%44.93
%17.91
%37.16

CMYK color model

#85356E color CMYK value is (0,60,17,48).

  • cyan value is 0.00%
  • magenta value is 60.15%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(0,60,17,48)
C0M60Y17K48 
(0%,60%,17%,48%)
(0.00/0.60/0.17/0.48)	

CMYK percentages

%0
%60.15
%17.29
%47.84

Codes

Color #85356E in popluar color models

85356E
RGB13353110
HSL317°43.01%36.47%
HSB/HSV317°60.15%52.16%
CMYK0.00%60.15%17.29%
47.84%

Color #85356E in popluar number systems.

HEX85356E
Decimal13353110
Binary100001011101011101110
Octal20565156

Shades and tints

Shades of #85356E

#85356E
(133,53,110)
#793164
(121,49,100)
#6D2D5A
(109,45,90)
#612950
(97,41,80)
#552546
(85,37,70)
#49213C
(73,33,60)
#3D1D32
(61,29,50)
#311928
(49,25,40)
#25151E
(37,21,30)
#191114
(25,17,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #85356E

#85356E
(133,53,110)
#90477B
(144,71,123)
#9B5988
(155,89,136)
#A66B95
(166,107,149)
#B17DA2
(177,125,162)
#BC8FAF
(188,143,175)
#C7A1BC
(199,161,188)
#D2B3C9
(210,179,201)
#DDC5D6
(221,197,214)
#E8D7E3
(232,215,227)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85356E color. Also use rgb(133,53,110) instead hex code.

Text Font Color

.myTextColor { color: #85356E; }

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

This text font color is #85356E.


Background Color

.myBgColor { background-color: #85356E; }

<div style="background-color:#85356E">Inner text</div>

This div background color is #85356E.


Border color

.myBorderColor { border: 1px solid #85356E; }

<div style="border:3px solid #85356E">Div</div>

This div border color is #85356E.


Opacity

.myOpacity80 { color: #85356E; opacity: 0.8; }

<p style="color:#85356E;opacity:0.8;">80%</p>

Text with #85356E 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 #85356E;}

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

This text has shadow with #85356E color.

.textShadow {text-shadow: 3px 3px 1px #85356E, 3px 3px 1px red;}

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

This text has shadow with #85356E primary color and red secondary color.


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

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

This text has shadow with #85356E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85356E on black background.


Color preview on white background

This text has color #85356E on white background.



Black color preview on #85356E background

This text has black color on #85356E background.


White color preview on #85356E background

This text has white color on #85356E background.