COLOR #854C68

HEX: #854C68 RGB: (133,76,104)

Color info

#854C68 contains red, green and blue colors in about the same proportion. Web safe color of #854C68 is #993366 (or #936).

RGB color model

#854C68 color RGB value is (133,76,104).

RGB: (133,76,104) (52%, 30%, 41%)

RGB channels and saturation

R 133 of 255 = 52%
G 76 of 255 = 30%
B 104 of 255 = 41%

133
76
104

R + G + B ~ 41%. #854C68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 76 + 104 = 313 (100%)
R 133 of 313 ~ 42.49%
G 76 of 313 ~ 24.28%
B 104 of 313 ~ 33.23'%

%42.49
%24.28
%33.23

CMYK color model

#854C68 color CMYK value is (0,43,22,48).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 21.80%
  • key color value is 47.84%

CMYK: (0,43,22,48)
C0M43Y22K48 (0%, 43%, 22%, 48%)
(0.00 / 0.43 / 0.22 / 0.48)

CMYK percentages

%0
%42.86
%21.8
%47.84

Codes

Color #854C68 in popluar color models

85 4C 68
RGB 133 76 104
HSL 331° 27.27% 40.98%
HSB/HSV 331° 42.86% 52.16%
CMYK 0.00% 42.86% 21.80%
47.84%

Color #854C68 in popluar number systems.

HEX 85 4C 68
Decimal 133 76 104
Binary 10000101 1001100 1101000
Octal 205 114 150

Shades and tints

Shades of #854C68

#854C68
(133,76,104)
#79465F
(121,70,95)
#6D4056
(109,64,86)
#613A4D
(97,58,77)
#553444
(85,52,68)
#492E3B
(73,46,59)
#3D2832
(61,40,50)
#312229
(49,34,41)
#251C20
(37,28,32)
#191617
(25,22,23)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #854C68

#854C68
(133,76,104)
#905C75
(144,92,117)
#9B6C82
(155,108,130)
#A67C8F
(166,124,143)
#B18C9C
(177,140,156)
#BC9CA9
(188,156,169)
#C7ACB6
(199,172,182)
#D2BCC3
(210,188,195)
#DDCCD0
(221,204,208)
#E8DCDD
(232,220,221)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854C68 color. Also use rgb(133,76,104) instead hex code.

Text Font Color

.myTextColor { color: #854C68; }

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

This text font color is #854C68.

Background Color

.myBgColor { background-color: #854C68; }

<div style="background-color:#854C68">Inner text</div>

This div background color is #854C68.

Border color

.myBorderColor { border: 1px solid #854C68; }

<div style="border:3px solid #854C68">Div</div>

This div border color is #854C68.

Opacity

.myOpacity80 { color: #854C68; opacity: 0.8; }

<p style="color:#854C68;opacity:0.8;">80%</p>

Text with #854C68 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 #854C68;}

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

This text has shadow with #854C68 color.


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

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

This text has shadow with #854C68 primary color and red secondary color.


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

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

This text has shadow with #854C68 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #854C68.

Preview

Color preview on black background

This text has color #854C68 on black background.


Color preview on white background

This text has color #854C68 on white background.


Black color preview on #854C68 background

This text has black color on #854C68 background.


White color preview on #854C68 background

This text has white color on #854C68 background.


Related colors

Complementary color

Complementary color for #hex is #7AB397.


I love getcolorcode.com

Triadic colors

1 #68854C and #4C6885 with #854C68 are triadic colors.

2 #684C85 and #4C8568 with #854C68 are triadic colors.