COLOR #85254C

HEX: #85254C
RGB: (133,37,76)

Color info

#85254C contains mainly red and blue colors. Web safe color of #85254C is #993333 (or #933).

RGB color model

#85254C color RGB value is (133,37,76).

  • red value is 133;
  • green value is 37;
  • blue value is 76.
RGB:
(133,37,76)
(52%,15%,30%)

RGB channels and saturation

R 133 of 255 = 52%
G 37 of 255 = 15%
B 76 of 255 = 30%

133
37
76

R + G + B ~ 32%. #85254C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 37 + 76 = 246 (100%)
R 133 of 246 ~ 54.07%
G 37 of 246 ~ 15.04%
B 76 of 246 ~ 30.89%

%54.07
%15.04
%30.89

CMYK color model

#85254C color CMYK value is (0,72,43,48).

  • cyan value is 0.00%
  • magenta value is 72.18%
  • yellow value is 42.86%
  • key color value is 47.84%
CMYK:
(0,72,43,48)
C0M72Y43K48 
(0%,72%,43%,48%)
(0.00/0.72/0.43/0.48)	

CMYK percentages

%0
%72.18
%42.86
%47.84

Codes

Color #85254C in popluar color models

85254C
RGB1333776
HSL336°56.47%33.33%
HSB/HSV336°72.18%52.16%
CMYK0.00%72.18%42.86%
47.84%

Color #85254C in popluar number systems.

HEX85254C
Decimal1333776
Binary100001011001011001100
Octal20545114

Shades and tints

Shades of #85254C

#85254C
(133,37,76)
#792246
(121,34,70)
#6D1F40
(109,31,64)
#611C3A
(97,28,58)
#551934
(85,25,52)
#49162E
(73,22,46)
#3D1328
(61,19,40)
#311022
(49,16,34)
#250D1C
(37,13,28)
#190A16
(25,10,22)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #85254C

#85254C
(133,37,76)
#90385C
(144,56,92)
#9B4B6C
(155,75,108)
#A65E7C
(166,94,124)
#B1718C
(177,113,140)
#BC849C
(188,132,156)
#C797AC
(199,151,172)
#D2AABC
(210,170,188)
#DDBDCC
(221,189,204)
#E8D0DC
(232,208,220)
#F3E3EC
(243,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85254C color. Also use rgb(133,37,76) instead hex code.

Text Font Color

.myTextColor { color: #85254C; }

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

This text font color is #85254C.


Background Color

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

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

This div background color is #85254C.


Border color

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

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

This div border color is #85254C.


Opacity

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

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

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

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

This text has shadow with #85254C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85254C on black background.


Color preview on white background

This text has color #85254C on white background.



Black color preview on #85254C background

This text has black color on #85254C background.


White color preview on #85254C background

This text has white color on #85254C background.