COLOR #85135F

HEX: #85135F
RGB: (133,19,95)

Color info

#85135F contains mainly red and blue colors. Web safe color of #85135F is #990066 (or #906).

RGB color model

#85135F color RGB value is (133,19,95).

  • red value is 133;
  • green value is 19;
  • blue value is 95.
RGB:
(133,19,95)
(52%,7%,37%)

RGB channels and saturation

R 133 of 255 = 52%
G 19 of 255 = 7%
B 95 of 255 = 37%

133
19
95

R + G + B ~ 32%. #85135F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 19 + 95 = 247 (100%)
R 133 of 247 ~ 53.85%
G 19 of 247 ~ 7.69%
B 95 of 247 ~ 38.46%

%53.85
%38.46

CMYK color model

#85135F color CMYK value is (0,86,29,48).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK:
(0,86,29,48)
C0M86Y29K48 
(0%,86%,29%,48%)
(0.00/0.86/0.29/0.48)	

CMYK percentages

%0
%85.71
%28.57
%47.84

Codes

Color #85135F in popluar color models

85135F
RGB1331995
HSL320°75.00%29.80%
HSB/HSV320°85.71%52.16%
CMYK0.00%85.71%28.57%
47.84%

Color #85135F in popluar number systems.

HEX85135F
Decimal1331995
Binary10000101100111011111
Octal20523137

Shades and tints

Shades of #85135F

#85135F
(133,19,95)
#791257
(121,18,87)
#6D114F
(109,17,79)
#611047
(97,16,71)
#550F3F
(85,15,63)
#490E37
(73,14,55)
#3D0D2F
(61,13,47)
#310C27
(49,12,39)
#250B1F
(37,11,31)
#190A17
(25,10,23)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #85135F

#85135F
(133,19,95)
#90286D
(144,40,109)
#9B3D7B
(155,61,123)
#A65289
(166,82,137)
#B16797
(177,103,151)
#BC7CA5
(188,124,165)
#C791B3
(199,145,179)
#D2A6C1
(210,166,193)
#DDBBCF
(221,187,207)
#E8D0DD
(232,208,221)
#F3E5EB
(243,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85135F color. Also use rgb(133,19,95) instead hex code.

Text Font Color

.myTextColor { color: #85135F; }

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

This text font color is #85135F.


Background Color

.myBgColor { background-color: #85135F; }

<div style="background-color:#85135F">Inner text</div>

This div background color is #85135F.


Border color

.myBorderColor { border: 1px solid #85135F; }

<div style="border:3px solid #85135F">Div</div>

This div border color is #85135F.


Opacity

.myOpacity80 { color: #85135F; opacity: 0.8; }

<p style="color:#85135F;opacity:0.8;">80%</p>

Text with #85135F 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 #85135F;}

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

This text has shadow with #85135F color.

.textShadow {text-shadow: 3px 3px 1px #85135F, 3px 3px 1px red;}

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

This text has shadow with #85135F primary color and red secondary color.


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

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

This text has shadow with #85135F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85135F on black background.


Color preview on white background

This text has color #85135F on white background.



Black color preview on #85135F background

This text has black color on #85135F background.


White color preview on #85135F background

This text has white color on #85135F background.