COLOR #853C6C

HEX: #853C6C RGB: (133,60,108)

Color info

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

RGB color model

#853C6C color RGB value is (133,60,108).

RGB: (133,60,108) (52%, 24%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 60 of 255 = 24%
B 108 of 255 = 42%

133
60
108

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

Portions of RGB colors in percentages

R + G + B = 133 + 60 + 108 = 301 (100%)
R 133 of 301 ~ 44.19%
G 60 of 301 ~ 19.93%
B 108 of 301 ~ 35.88'%

%44.19
%19.93
%35.88

CMYK color model

#853C6C color CMYK value is (0,55,19,48).

  • cyan value is 0.00%
  • magenta value is 54.89%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK: (0,55,19,48) C0M55Y19K48 (0%,55%,19%,48%) (0.00/0.55/0.19/0.48) 

CMYK percentages

%0
%54.89
%18.8
%47.84

Codes

Color #853C6C in popluar color models

85 3C 6C
RGB 133 60 108
HSL 321° 37.82% 37.84%
HSB/HSV 321° 54.89% 52.16%
CMYK 0.00% 54.89% 18.80%
47.84%

Color #853C6C in popluar number systems.

HEX 85 3C 6C
Decimal 133 60 108
Binary 10000101 111100 1101100
Octal 205 74 154

Shades and tints

Shades of #853C6C

#853C6C
(133,60,108)
#793763
(121,55,99)
#6D325A
(109,50,90)
#612D51
(97,45,81)
#552848
(85,40,72)
#49233F
(73,35,63)
#3D1E36
(61,30,54)
#31192D
(49,25,45)
#251424
(37,20,36)
#190F1B
(25,15,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #853C6C

#853C6C
(133,60,108)
#904D79
(144,77,121)
#9B5E86
(155,94,134)
#A66F93
(166,111,147)
#B180A0
(177,128,160)
#BC91AD
(188,145,173)
#C7A2BA
(199,162,186)
#D2B3C7
(210,179,199)
#DDC4D4
(221,196,212)
#E8D5E1
(232,213,225)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853C6C color. Also use rgb(133,60,108) instead hex code.

Text Font Color

.myTextColor { color: #853C6C; }

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

This text font color is #853C6C.

Background Color

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

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

This div background color is #853C6C.

Border color

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

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

This div border color is #853C6C.

Opacity

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

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

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

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

This text has shadow with #853C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #853C6C.

Preview

Color preview on black background

This text has color #853C6C on black background.


Color preview on white background

This text has color #853C6C on white background.


Black color preview on #853C6C background

This text has black color on #853C6C background.


White color preview on #853C6C background

This text has white color on #853C6C background.


Related colors

Complementary color

Complementary color for #hex is #7AC393.


I love getcolorcode.com

Triadic colors

1 #6C853C and #3C6C85 with #853C6C are triadic colors.

2 #6C3C85 and #3C856C with #853C6C are triadic colors.