COLOR #853E7D

HEX: #853E7D
RGB: (133,62,125)

Color info

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

RGB color model

#853E7D color RGB value is (133,62,125).

  • red value is 133;
  • green value is 62;
  • blue value is 125.
RGB:
(133,62,125)
(52%,24%,49%)

RGB channels and saturation

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

133
62
125

R + G + B ~ 42%. #853E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 62 + 125 = 320 (100%)
R 133 of 320 ~ 41.56%
G 62 of 320 ~ 19.38%
B 125 of 320 ~ 39.06%

%41.56
%19.38
%39.06

CMYK color model

#853E7D color CMYK value is (0,53,6,48).

  • cyan value is 0.00%
  • magenta value is 53.38%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(0,53,6,48)
C0M53Y6K48 
(0%,53%,6%,48%)
(0.00/0.53/0.06/0.48)	

CMYK percentages

%0
%53.38
%6.02
%47.84

Codes

Color #853E7D in popluar color models

853E7D
RGB13362125
HSL307°36.41%38.24%
HSB/HSV307°53.38%52.16%
CMYK0.00%53.38%6.02%
47.84%

Color #853E7D in popluar number systems.

HEX853E7D
Decimal13362125
Binary100001011111101111101
Octal20576175

Shades and tints

Shades of #853E7D

#853E7D
(133,62,125)
#793972
(121,57,114)
#6D3467
(109,52,103)
#612F5C
(97,47,92)
#552A51
(85,42,81)
#492546
(73,37,70)
#3D203B
(61,32,59)
#311B30
(49,27,48)
#251625
(37,22,37)
#19111A
(25,17,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #853E7D

#853E7D
(133,62,125)
#904F88
(144,79,136)
#9B6093
(155,96,147)
#A6719E
(166,113,158)
#B182A9
(177,130,169)
#BC93B4
(188,147,180)
#C7A4BF
(199,164,191)
#D2B5CA
(210,181,202)
#DDC6D5
(221,198,213)
#E8D7E0
(232,215,224)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853E7D; }

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

This text font color is #853E7D.


Background Color

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

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

This div background color is #853E7D.


Border color

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

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

This div border color is #853E7D.


Opacity

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

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

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

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

This text has shadow with #853E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853E7D on black background.


Color preview on white background

This text has color #853E7D on white background.



Black color preview on #853E7D background

This text has black color on #853E7D background.


White color preview on #853E7D background

This text has white color on #853E7D background.