COLOR #853A47

HEX: #853A47
RGB: (133,58,71)

Color info

#853A47 contains mainly red color. Web safe color of #853A47 is #993333 (or #933).

RGB color model

#853A47 color RGB value is (133,58,71).

  • red value is 133;
  • green value is 58;
  • blue value is 71.
RGB:
(133,58,71)
(52%,23%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 58 of 255 = 23%
B 71 of 255 = 28%

133
58
71

R + G + B ~ 34%. #853A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 58 + 71 = 262 (100%)
R 133 of 262 ~ 50.76%
G 58 of 262 ~ 22.14%
B 71 of 262 ~ 27.1%

%50.76
%22.14
%27.1

CMYK color model

#853A47 color CMYK value is (0,56,47,48).

  • cyan value is 0.00%
  • magenta value is 56.39%
  • yellow value is 46.62%
  • key color value is 47.84%
CMYK:
(0,56,47,48)
C0M56Y47K48 
(0%,56%,47%,48%)
(0.00/0.56/0.47/0.48)	

CMYK percentages

%0
%56.39
%46.62
%47.84

Codes

Color #853A47 in popluar color models

853A47
RGB1335871
HSL350°39.27%37.45%
HSB/HSV350°56.39%52.16%
CMYK0.00%56.39%46.62%
47.84%

Color #853A47 in popluar number systems.

HEX853A47
Decimal1335871
Binary100001011110101000111
Octal20572107

Shades and tints

Shades of #853A47

#853A47
(133,58,71)
#793541
(121,53,65)
#6D303B
(109,48,59)
#612B35
(97,43,53)
#55262F
(85,38,47)
#492129
(73,33,41)
#3D1C23
(61,28,35)
#31171D
(49,23,29)
#251217
(37,18,23)
#190D11
(25,13,17)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #853A47

#853A47
(133,58,71)
#904B57
(144,75,87)
#9B5C67
(155,92,103)
#A66D77
(166,109,119)
#B17E87
(177,126,135)
#BC8F97
(188,143,151)
#C7A0A7
(199,160,167)
#D2B1B7
(210,177,183)
#DDC2C7
(221,194,199)
#E8D3D7
(232,211,215)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853A47 color. Also use rgb(133,58,71) instead hex code.

Text Font Color

.myTextColor { color: #853A47; }

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

This text font color is #853A47.


Background Color

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

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

This div background color is #853A47.


Border color

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

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

This div border color is #853A47.


Opacity

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

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

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

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

This text has shadow with #853A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853A47 on black background.


Color preview on white background

This text has color #853A47 on white background.



Black color preview on #853A47 background

This text has black color on #853A47 background.


White color preview on #853A47 background

This text has white color on #853A47 background.