COLOR #853A6B

HEX: #853A6B
RGB: (133,58,107)

Color info

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

RGB color model

#853A6B color RGB value is (133,58,107).

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

RGB channels and saturation

R 133 of 255 = 52%
G 58 of 255 = 23%
B 107 of 255 = 42%

133
58
107

R + G + B ~ 39%. #853A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 58 + 107 = 298 (100%)
R 133 of 298 ~ 44.63%
G 58 of 298 ~ 19.46%
B 107 of 298 ~ 35.91%

%44.63
%19.46
%35.91

CMYK color model

#853A6B color CMYK value is (0,56,20,48).

  • cyan value is 0.00%
  • magenta value is 56.39%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(0,56,20,48)
C0M56Y20K48 
(0%,56%,20%,48%)
(0.00/0.56/0.20/0.48)	

CMYK percentages

%0
%56.39
%19.55
%47.84

Codes

Color #853A6B in popluar color models

853A6B
RGB13358107
HSL321°39.27%37.45%
HSB/HSV321°56.39%52.16%
CMYK0.00%56.39%19.55%
47.84%

Color #853A6B in popluar number systems.

HEX853A6B
Decimal13358107
Binary100001011110101101011
Octal20572153

Shades and tints

Shades of #853A6B

#853A6B
(133,58,107)
#793562
(121,53,98)
#6D3059
(109,48,89)
#612B50
(97,43,80)
#552647
(85,38,71)
#49213E
(73,33,62)
#3D1C35
(61,28,53)
#31172C
(49,23,44)
#251223
(37,18,35)
#190D1A
(25,13,26)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #853A6B

#853A6B
(133,58,107)
#904B78
(144,75,120)
#9B5C85
(155,92,133)
#A66D92
(166,109,146)
#B17E9F
(177,126,159)
#BC8FAC
(188,143,172)
#C7A0B9
(199,160,185)
#D2B1C6
(210,177,198)
#DDC2D3
(221,194,211)
#E8D3E0
(232,211,224)
#F3E4ED
(243,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853A6B; }

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

This text font color is #853A6B.


Background Color

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

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

This div background color is #853A6B.


Border color

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

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

This div border color is #853A6B.


Opacity

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

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

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

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

This text has shadow with #853A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853A6B on black background.


Color preview on white background

This text has color #853A6B on white background.



Black color preview on #853A6B background

This text has black color on #853A6B background.


White color preview on #853A6B background

This text has white color on #853A6B background.