COLOR #853F5D

HEX: #853F5D
RGB: (133,63,93)

Color info

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

RGB color model

#853F5D color RGB value is (133,63,93).

  • red value is 133;
  • green value is 63;
  • blue value is 93.
RGB:
(133,63,93)
(52%,25%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 63 of 255 = 25%
B 93 of 255 = 36%

133
63
93

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

Portions of RGB colors in percentages

R + G + B =
133 + 63 + 93 = 289 (100%)
R 133 of 289 ~ 46.02%
G 63 of 289 ~ 21.8%
B 93 of 289 ~ 32.18%

%46.02
%21.8
%32.18

CMYK color model

#853F5D color CMYK value is (0,53,30,48).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK:
(0,53,30,48)
C0M53Y30K48 
(0%,53%,30%,48%)
(0.00/0.53/0.30/0.48)	

CMYK percentages

%0
%52.63
%30.08
%47.84

Codes

Color #853F5D in popluar color models

853F5D
RGB1336393
HSL334°35.71%38.43%
HSB/HSV334°52.63%52.16%
CMYK0.00%52.63%30.08%
47.84%

Color #853F5D in popluar number systems.

HEX853F5D
Decimal1336393
Binary100001011111111011101
Octal20577135

Shades and tints

Shades of #853F5D

#853F5D
(133,63,93)
#793A55
(121,58,85)
#6D354D
(109,53,77)
#613045
(97,48,69)
#552B3D
(85,43,61)
#492635
(73,38,53)
#3D212D
(61,33,45)
#311C25
(49,28,37)
#25171D
(37,23,29)
#191215
(25,18,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #853F5D

#853F5D
(133,63,93)
#90506B
(144,80,107)
#9B6179
(155,97,121)
#A67287
(166,114,135)
#B18395
(177,131,149)
#BC94A3
(188,148,163)
#C7A5B1
(199,165,177)
#D2B6BF
(210,182,191)
#DDC7CD
(221,199,205)
#E8D8DB
(232,216,219)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853F5D color. Also use rgb(133,63,93) instead hex code.

Text Font Color

.myTextColor { color: #853F5D; }

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

This text font color is #853F5D.


Background Color

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

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

This div background color is #853F5D.


Border color

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

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

This div border color is #853F5D.


Opacity

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

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

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

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

This text has shadow with #853F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853F5D on black background.


Color preview on white background

This text has color #853F5D on white background.



Black color preview on #853F5D background

This text has black color on #853F5D background.


White color preview on #853F5D background

This text has white color on #853F5D background.