COLOR #853D50

HEX: #853D50
RGB: (133,61,80)

Color info

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

RGB color model

#853D50 color RGB value is (133,61,80).

  • red value is 133;
  • green value is 61;
  • blue value is 80.
RGB:
(133,61,80)
(52%,24%,31%)

RGB channels and saturation

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

133
61
80

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

Portions of RGB colors in percentages

R + G + B =
133 + 61 + 80 = 274 (100%)
R 133 of 274 ~ 48.54%
G 61 of 274 ~ 22.26%
B 80 of 274 ~ 29.2%

%48.54
%22.26
%29.2

CMYK color model

#853D50 color CMYK value is (0,54,40,48).

  • cyan value is 0.00%
  • magenta value is 54.14%
  • yellow value is 39.85%
  • key color value is 47.84%
CMYK:
(0,54,40,48)
C0M54Y40K48 
(0%,54%,40%,48%)
(0.00/0.54/0.40/0.48)	

CMYK percentages

%0
%54.14
%39.85
%47.84

Codes

Color #853D50 in popluar color models

853D50
RGB1336180
HSL344°37.11%38.04%
HSB/HSV344°54.14%52.16%
CMYK0.00%54.14%39.85%
47.84%

Color #853D50 in popluar number systems.

HEX853D50
Decimal1336180
Binary100001011111011010000
Octal20575120

Shades and tints

Shades of #853D50

#853D50
(133,61,80)
#793849
(121,56,73)
#6D3342
(109,51,66)
#612E3B
(97,46,59)
#552934
(85,41,52)
#49242D
(73,36,45)
#3D1F26
(61,31,38)
#311A1F
(49,26,31)
#251518
(37,21,24)
#191011
(25,16,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #853D50

#853D50
(133,61,80)
#904E5F
(144,78,95)
#9B5F6E
(155,95,110)
#A6707D
(166,112,125)
#B1818C
(177,129,140)
#BC929B
(188,146,155)
#C7A3AA
(199,163,170)
#D2B4B9
(210,180,185)
#DDC5C8
(221,197,200)
#E8D6D7
(232,214,215)
#F3E7E6
(243,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853D50; }

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

This text font color is #853D50.


Background Color

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

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

This div background color is #853D50.


Border color

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

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

This div border color is #853D50.


Opacity

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

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

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

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

This text has shadow with #853D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853D50 on black background.


Color preview on white background

This text has color #853D50 on white background.



Black color preview on #853D50 background

This text has black color on #853D50 background.


White color preview on #853D50 background

This text has white color on #853D50 background.