COLOR #853F59

HEX: #853F59
RGB: (133,63,89)

Color info

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

RGB color model

#853F59 color RGB value is (133,63,89).

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

RGB channels and saturation

R 133 of 255 = 52%
G 63 of 255 = 25%
B 89 of 255 = 35%

133
63
89

R + G + B ~ 37%. #853F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 63 + 89 = 285 (100%)
R 133 of 285 ~ 46.67%
G 63 of 285 ~ 22.11%
B 89 of 285 ~ 31.23%

%46.67
%22.11
%31.23

CMYK color model

#853F59 color CMYK value is (0,53,33,48).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(0,53,33,48)
C0M53Y33K48 
(0%,53%,33%,48%)
(0.00/0.53/0.33/0.48)	

CMYK percentages

%0
%52.63
%33.08
%47.84

Codes

Color #853F59 in popluar color models

853F59
RGB1336389
HSL338°35.71%38.43%
HSB/HSV338°52.63%52.16%
CMYK0.00%52.63%33.08%
47.84%

Color #853F59 in popluar number systems.

HEX853F59
Decimal1336389
Binary100001011111111011001
Octal20577131

Shades and tints

Shades of #853F59

#853F59
(133,63,89)
#793A51
(121,58,81)
#6D3549
(109,53,73)
#613041
(97,48,65)
#552B39
(85,43,57)
#492631
(73,38,49)
#3D2129
(61,33,41)
#311C21
(49,28,33)
#251719
(37,23,25)
#191211
(25,18,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #853F59

#853F59
(133,63,89)
#905068
(144,80,104)
#9B6177
(155,97,119)
#A67286
(166,114,134)
#B18395
(177,131,149)
#BC94A4
(188,148,164)
#C7A5B3
(199,165,179)
#D2B6C2
(210,182,194)
#DDC7D1
(221,199,209)
#E8D8E0
(232,216,224)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853F59; }

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

This text font color is #853F59.


Background Color

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

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

This div background color is #853F59.


Border color

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

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

This div border color is #853F59.


Opacity

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

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

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

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

This text has shadow with #853F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853F59 on black background.


Color preview on white background

This text has color #853F59 on white background.



Black color preview on #853F59 background

This text has black color on #853F59 background.


White color preview on #853F59 background

This text has white color on #853F59 background.