COLOR #855E6C

HEX: #855E6C RGB: (133,94,108)

Color info

#855E6C contains red, green and blue colors in about the same proportion. Web safe color of #855E6C is #996666 (or #966).

RGB color model

#855E6C color RGB value is (133,94,108).

RGB: (133,94,108) (52%, 37%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 108 of 255 = 42%

133
94
108

R + G + B ~ 44%. #855E6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 94 + 108 = 335 (100%)
R 133 of 335 ~ 39.7%
G 94 of 335 ~ 28.06%
B 108 of 335 ~ 32.24'%

%39.7
%28.06
%32.24

CMYK color model

#855E6C color CMYK value is (0,29,19,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 18.80%
  • key color value is 47.84%

CMYK: (0,29,19,48)
C0M29Y19K48 (0%, 29%, 19%, 48%)
(0.00 / 0.29 / 0.19 / 0.48)

CMYK percentages

%0
%29.32
%18.8
%47.84

Codes

Color #855E6C in popluar color models

85 5E 6C
RGB 133 94 108
HSL 338° 17.18% 44.51%
HSB/HSV 338° 29.32% 52.16%
CMYK 0.00% 29.32% 18.80%
47.84%

Color #855E6C in popluar number systems.

HEX 85 5E 6C
Decimal 133 94 108
Binary 10000101 1011110 1101100
Octal 205 136 154

Shades and tints

Shades of #855E6C

#855E6C
(133,94,108)
#795663
(121,86,99)
#6D4E5A
(109,78,90)
#614651
(97,70,81)
#553E48
(85,62,72)
#49363F
(73,54,63)
#3D2E36
(61,46,54)
#31262D
(49,38,45)
#251E24
(37,30,36)
#19161B
(25,22,27)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #855E6C

#855E6C
(133,94,108)
#906C79
(144,108,121)
#9B7A86
(155,122,134)
#A68893
(166,136,147)
#B196A0
(177,150,160)
#BCA4AD
(188,164,173)
#C7B2BA
(199,178,186)
#D2C0C7
(210,192,199)
#DDCED4
(221,206,212)
#E8DCE1
(232,220,225)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855E6C color. Also use rgb(133,94,108) instead hex code.

Text Font Color

.myTextColor { color: #855E6C; }

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

This text font color is #855E6C.

Background Color

.myBgColor { background-color: #855E6C; }

<div style="background-color:#855E6C">Inner text</div>

This div background color is #855E6C.

Border color

.myBorderColor { border: 1px solid #855E6C; }

<div style="border:3px solid #855E6C">Div</div>

This div border color is #855E6C.

Opacity

.myOpacity80 { color: #855E6C; opacity: 0.8; }

<p style="color:#855E6C;opacity:0.8;">80%</p>

Text with #855E6C 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 #855E6C;}

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

This text has shadow with #855E6C color.


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

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

This text has shadow with #855E6C primary color and red secondary color.


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

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

This text has shadow with #855E6C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #855E6C.

Preview

Color preview on black background

This text has color #855E6C on black background.


Color preview on white background

This text has color #855E6C on white background.


Black color preview on #855E6C background

This text has black color on #855E6C background.


White color preview on #855E6C background

This text has white color on #855E6C background.


Related colors

Complementary color

Complementary color for #hex is #7AA193.


I love getcolorcode.com

Triadic colors

1 #6C855E and #5E6C85 with #855E6C are triadic colors.

2 #6C5E85 and #5E856C with #855E6C are triadic colors.