COLOR #853D4F

HEX: #853D4F RGB: (133,61,79)

Color info

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

RGB color model

#853D4F color RGB value is (133,61,79).

RGB: (133,61,79) (52%, 24%, 31%)

RGB channels and saturation

R 133 of 255 = 52%
G 61 of 255 = 24%
B 79 of 255 = 31%

133
61
79

R + G + B ~ 36%. #853D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 61 + 79 = 273 (100%)
R 133 of 273 ~ 48.72%
G 61 of 273 ~ 22.34%
B 79 of 273 ~ 28.94'%

%48.72
%22.34
%28.94

CMYK color model

#853D4F color CMYK value is (0,54,41,48).

  • cyan value is 0.00%
  • magenta value is 54.14%
  • yellow value is 40.60%
  • key color value is 47.84%

CMYK: (0,54,41,48)
C0M54Y41K48 (0%, 54%, 41%, 48%)
(0.00 / 0.54 / 0.41 / 0.48)

CMYK percentages

%0
%54.14
%40.6
%47.84

Codes

Color #853D4F in popluar color models

85 3D 4F
RGB 133 61 79
HSL 345° 37.11% 38.04%
HSB/HSV 345° 54.14% 52.16%
CMYK 0.00% 54.14% 40.60%
47.84%

Color #853D4F in popluar number systems.

HEX 85 3D 4F
Decimal 133 61 79
Binary 10000101 111101 1001111
Octal 205 75 117

Shades and tints

Shades of #853D4F

#853D4F
(133,61,79)
#793848
(121,56,72)
#6D3341
(109,51,65)
#612E3A
(97,46,58)
#552933
(85,41,51)
#49242C
(73,36,44)
#3D1F25
(61,31,37)
#311A1E
(49,26,30)
#251517
(37,21,23)
#191010
(25,16,16)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #853D4F

#853D4F
(133,61,79)
#904E5F
(144,78,95)
#9B5F6F
(155,95,111)
#A6707F
(166,112,127)
#B1818F
(177,129,143)
#BC929F
(188,146,159)
#C7A3AF
(199,163,175)
#D2B4BF
(210,180,191)
#DDC5CF
(221,197,207)
#E8D6DF
(232,214,223)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853D4F color. Also use rgb(133,61,79) instead hex code.

Text Font Color

.myTextColor { color: #853D4F; }

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

This text font color is #853D4F.

Background Color

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

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

This div background color is #853D4F.

Border color

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

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

This div border color is #853D4F.

Opacity

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

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

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

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

This text has shadow with #853D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #853D4F.

Preview

Color preview on black background

This text has color #853D4F on black background.


Color preview on white background

This text has color #853D4F on white background.


Black color preview on #853D4F background

This text has black color on #853D4F background.


White color preview on #853D4F background

This text has white color on #853D4F background.


Related colors

Complementary color

Complementary color for #hex is #7AC2B0.


I love getcolorcode.com

Triadic colors

1 #4F853D and #3D4F85 with #853D4F are triadic colors.

2 #4F3D85 and #3D854F with #853D4F are triadic colors.