COLOR #85375C

HEX: #85375C
RGB: (133,55,92)

Color info

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

RGB color model

#85375C color RGB value is (133,55,92).

  • red value is 133;
  • green value is 55;
  • blue value is 92.
RGB:
(133,55,92)
(52%,22%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 55 of 255 = 22%
B 92 of 255 = 36%

133
55
92

R + G + B ~ 37%. #85375C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 55 + 92 = 280 (100%)
R 133 of 280 ~ 47.5%
G 55 of 280 ~ 19.64%
B 92 of 280 ~ 32.86%

%47.5
%19.64
%32.86

CMYK color model

#85375C color CMYK value is (0,59,31,48).

  • cyan value is 0.00%
  • magenta value is 58.65%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK:
(0,59,31,48)
C0M59Y31K48 
(0%,59%,31%,48%)
(0.00/0.59/0.31/0.48)	

CMYK percentages

%0
%58.65
%30.83
%47.84

Codes

Color #85375C in popluar color models

85375C
RGB1335592
HSL332°41.49%36.86%
HSB/HSV332°58.65%52.16%
CMYK0.00%58.65%30.83%
47.84%

Color #85375C in popluar number systems.

HEX85375C
Decimal1335592
Binary100001011101111011100
Octal20567134

Shades and tints

Shades of #85375C

#85375C
(133,55,92)
#793254
(121,50,84)
#6D2D4C
(109,45,76)
#612844
(97,40,68)
#55233C
(85,35,60)
#491E34
(73,30,52)
#3D192C
(61,25,44)
#311424
(49,20,36)
#250F1C
(37,15,28)
#190A14
(25,10,20)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #85375C

#85375C
(133,55,92)
#90496A
(144,73,106)
#9B5B78
(155,91,120)
#A66D86
(166,109,134)
#B17F94
(177,127,148)
#BC91A2
(188,145,162)
#C7A3B0
(199,163,176)
#D2B5BE
(210,181,190)
#DDC7CC
(221,199,204)
#E8D9DA
(232,217,218)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85375C color. Also use rgb(133,55,92) instead hex code.

Text Font Color

.myTextColor { color: #85375C; }

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

This text font color is #85375C.


Background Color

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

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

This div background color is #85375C.


Border color

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

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

This div border color is #85375C.


Opacity

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

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

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

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

This text has shadow with #85375C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85375C on black background.


Color preview on white background

This text has color #85375C on white background.



Black color preview on #85375C background

This text has black color on #85375C background.


White color preview on #85375C background

This text has white color on #85375C background.