COLOR #855B6E

HEX: #855B6E RGB: (133,91,110)

Color info

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

RGB color model

#855B6E color RGB value is (133,91,110).

RGB: (133,91,110) (52%, 36%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 110 of 255 = 43%

133
91
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 91 + 110 = 334 (100%)
R 133 of 334 ~ 39.82%
G 91 of 334 ~ 27.25%
B 110 of 334 ~ 32.93'%

%39.82
%27.25
%32.93

CMYK color model

#855B6E color CMYK value is (0,32,17,48).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 17.29%
  • key color value is 47.84%

CMYK: (0,32,17,48)
C0M32Y17K48 (0%, 32%, 17%, 48%)
(0.00 / 0.32 / 0.17 / 0.48)

CMYK percentages

%0
%31.58
%17.29
%47.84

Codes

Color #855B6E in popluar color models

85 5B 6E
RGB 133 91 110
HSL 333° 18.75% 43.92%
HSB/HSV 333° 31.58% 52.16%
CMYK 0.00% 31.58% 17.29%
47.84%

Color #855B6E in popluar number systems.

HEX 85 5B 6E
Decimal 133 91 110
Binary 10000101 1011011 1101110
Octal 205 133 156

Shades and tints

Shades of #855B6E

#855B6E
(133,91,110)
#795364
(121,83,100)
#6D4B5A
(109,75,90)
#614350
(97,67,80)
#553B46
(85,59,70)
#49333C
(73,51,60)
#3D2B32
(61,43,50)
#312328
(49,35,40)
#251B1E
(37,27,30)
#191314
(25,19,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #855B6E

#855B6E
(133,91,110)
#90697B
(144,105,123)
#9B7788
(155,119,136)
#A68595
(166,133,149)
#B193A2
(177,147,162)
#BCA1AF
(188,161,175)
#C7AFBC
(199,175,188)
#D2BDC9
(210,189,201)
#DDCBD6
(221,203,214)
#E8D9E3
(232,217,227)
#F3E7F0
(243,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855B6E color. Also use rgb(133,91,110) instead hex code.

Text Font Color

.myTextColor { color: #855B6E; }

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

This text font color is #855B6E.

Background Color

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

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

This div background color is #855B6E.

Border color

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

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

This div border color is #855B6E.

Opacity

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

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

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

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

This text has shadow with #855B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855B6E.

Preview

Color preview on black background

This text has color #855B6E on black background.


Color preview on white background

This text has color #855B6E on white background.


Black color preview on #855B6E background

This text has black color on #855B6E background.


White color preview on #855B6E background

This text has white color on #855B6E background.


Related colors

Complementary color

Complementary color for #hex is #7AA491.


I love getcolorcode.com

Triadic colors

1 #6E855B and #5B6E85 with #855B6E are triadic colors.

2 #6E5B85 and #5B856E with #855B6E are triadic colors.