COLOR #853D58

HEX: #853D58
RGB: (133,61,88)

Color info

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

RGB color model

#853D58 color RGB value is (133,61,88).

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

RGB channels and saturation

R 133 of 255 = 52%
G 61 of 255 = 24%
B 88 of 255 = 35%

133
61
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 61 + 88 = 282 (100%)
R 133 of 282 ~ 47.16%
G 61 of 282 ~ 21.63%
B 88 of 282 ~ 31.21%

%47.16
%21.63
%31.21

CMYK color model

#853D58 color CMYK value is (0,54,34,48).

  • cyan value is 0.00%
  • magenta value is 54.14%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,54,34,48)
C0M54Y34K48 
(0%,54%,34%,48%)
(0.00/0.54/0.34/0.48)	

CMYK percentages

%0
%54.14
%33.83
%47.84

Codes

Color #853D58 in popluar color models

853D58
RGB1336188
HSL338°37.11%38.04%
HSB/HSV338°54.14%52.16%
CMYK0.00%54.14%33.83%
47.84%

Color #853D58 in popluar number systems.

HEX853D58
Decimal1336188
Binary100001011111011011000
Octal20575130

Shades and tints

Shades of #853D58

#853D58
(133,61,88)
#793850
(121,56,80)
#6D3348
(109,51,72)
#612E40
(97,46,64)
#552938
(85,41,56)
#492430
(73,36,48)
#3D1F28
(61,31,40)
#311A20
(49,26,32)
#251518
(37,21,24)
#191010
(25,16,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #853D58

#853D58
(133,61,88)
#904E67
(144,78,103)
#9B5F76
(155,95,118)
#A67085
(166,112,133)
#B18194
(177,129,148)
#BC92A3
(188,146,163)
#C7A3B2
(199,163,178)
#D2B4C1
(210,180,193)
#DDC5D0
(221,197,208)
#E8D6DF
(232,214,223)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853D58; }

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

This text font color is #853D58.


Background Color

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

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

This div background color is #853D58.


Border color

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

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

This div border color is #853D58.


Opacity

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

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

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

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

This text has shadow with #853D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853D58 on black background.


Color preview on white background

This text has color #853D58 on white background.



Black color preview on #853D58 background

This text has black color on #853D58 background.


White color preview on #853D58 background

This text has white color on #853D58 background.