COLOR #853E31

HEX: #853E31 RGB: (133,62,49)

Color info

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

RGB color model

#853E31 color RGB value is (133,62,49).

RGB: (133,62,49) (52%, 24%, 19%)

RGB channels and saturation

R 133 of 255 = 52%
G 62 of 255 = 24%
B 49 of 255 = 19%

133
62
49

R + G + B ~ 32%. #853E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 62 + 49 = 244 (100%)
R 133 of 244 ~ 54.51%
G 62 of 244 ~ 25.41%
B 49 of 244 ~ 20.08'%

%54.51
%25.41
%20.08

CMYK color model

#853E31 color CMYK value is (0,53,63,48).

  • cyan value is 0.00%
  • magenta value is 53.38%
  • yellow value is 63.16%
  • key color value is 47.84%

CMYK: (0,53,63,48)
C0M53Y63K48 (0%, 53%, 63%, 48%)
(0.00 / 0.53 / 0.63 / 0.48)

CMYK percentages

%0
%53.38
%63.16
%47.84

Codes

Color #853E31 in popluar color models

85 3E 31
RGB 133 62 49
HSL 46.15% 35.69%
HSB/HSV 63.16% 52.16%
CMYK 0.00% 53.38% 63.16%
47.84%

Color #853E31 in popluar number systems.

HEX 85 3E 31
Decimal 133 62 49
Binary 10000101 111110 110001
Octal 205 76 61

Shades and tints

Shades of #853E31

#853E31
(133,62,49)
#79392D
(121,57,45)
#6D3429
(109,52,41)
#612F25
(97,47,37)
#552A21
(85,42,33)
#49251D
(73,37,29)
#3D2019
(61,32,25)
#311B15
(49,27,21)
#251611
(37,22,17)
#19110D
(25,17,13)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #853E31

#853E31
(133,62,49)
#904F43
(144,79,67)
#9B6055
(155,96,85)
#A67167
(166,113,103)
#B18279
(177,130,121)
#BC938B
(188,147,139)
#C7A49D
(199,164,157)
#D2B5AF
(210,181,175)
#DDC6C1
(221,198,193)
#E8D7D3
(232,215,211)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853E31 color. Also use rgb(133,62,49) instead hex code.

Text Font Color

.myTextColor { color: #853E31; }

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

This text font color is #853E31.

Background Color

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

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

This div background color is #853E31.

Border color

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

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

This div border color is #853E31.

Opacity

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

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

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

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

This text has shadow with #853E31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #853E31.

Preview

Color preview on black background

This text has color #853E31 on black background.


Color preview on white background

This text has color #853E31 on white background.


Black color preview on #853E31 background

This text has black color on #853E31 background.


White color preview on #853E31 background

This text has white color on #853E31 background.


Related colors

Complementary color

Complementary color for #hex is #7AC1CE.


I love getcolorcode.com

Triadic colors

1 #31853E and #3E3185 with #853E31 are triadic colors.

2 #313E85 and #3E8531 with #853E31 are triadic colors.