COLOR #853C61

HEX: #853C61
RGB: (133,60,97)

Color info

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

RGB color model

#853C61 color RGB value is (133,60,97).

  • red value is 133;
  • green value is 60;
  • blue value is 97.
RGB:
(133,60,97)
(52%,24%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 60 of 255 = 24%
B 97 of 255 = 38%

133
60
97

R + G + B ~ 38%. #853C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 60 + 97 = 290 (100%)
R 133 of 290 ~ 45.86%
G 60 of 290 ~ 20.69%
B 97 of 290 ~ 33.45%

%45.86
%20.69
%33.45

CMYK color model

#853C61 color CMYK value is (0,55,27,48).

  • cyan value is 0.00%
  • magenta value is 54.89%
  • yellow value is 27.07%
  • key color value is 47.84%
CMYK:
(0,55,27,48)
C0M55Y27K48 
(0%,55%,27%,48%)
(0.00/0.55/0.27/0.48)	

CMYK percentages

%0
%54.89
%27.07
%47.84

Codes

Color #853C61 in popluar color models

853C61
RGB1336097
HSL330°37.82%37.84%
HSB/HSV330°54.89%52.16%
CMYK0.00%54.89%27.07%
47.84%

Color #853C61 in popluar number systems.

HEX853C61
Decimal1336097
Binary100001011111001100001
Octal20574141

Shades and tints

Shades of #853C61

#853C61
(133,60,97)
#793759
(121,55,89)
#6D3251
(109,50,81)
#612D49
(97,45,73)
#552841
(85,40,65)
#492339
(73,35,57)
#3D1E31
(61,30,49)
#311929
(49,25,41)
#251421
(37,20,33)
#190F19
(25,15,25)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #853C61

#853C61
(133,60,97)
#904D6F
(144,77,111)
#9B5E7D
(155,94,125)
#A66F8B
(166,111,139)
#B18099
(177,128,153)
#BC91A7
(188,145,167)
#C7A2B5
(199,162,181)
#D2B3C3
(210,179,195)
#DDC4D1
(221,196,209)
#E8D5DF
(232,213,223)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853C61 color. Also use rgb(133,60,97) instead hex code.

Text Font Color

.myTextColor { color: #853C61; }

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

This text font color is #853C61.


Background Color

.myBgColor { background-color: #853C61; }

<div style="background-color:#853C61">Inner text</div>

This div background color is #853C61.


Border color

.myBorderColor { border: 1px solid #853C61; }

<div style="border:3px solid #853C61">Div</div>

This div border color is #853C61.


Opacity

.myOpacity80 { color: #853C61; opacity: 0.8; }

<p style="color:#853C61;opacity:0.8;">80%</p>

Text with #853C61 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 #853C61;}

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

This text has shadow with #853C61 color.

.textShadow {text-shadow: 3px 3px 1px #853C61, 3px 3px 1px red;}

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

This text has shadow with #853C61 primary color and red secondary color.


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

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

This text has shadow with #853C61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853C61 on black background.


Color preview on white background

This text has color #853C61 on white background.



Black color preview on #853C61 background

This text has black color on #853C61 background.


White color preview on #853C61 background

This text has white color on #853C61 background.