COLOR #855B67

HEX: #855B67 RGB: (133,91,103)

Color info

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

RGB color model

#855B67 color RGB value is (133,91,103).

RGB: (133,91,103) (52%, 36%, 40%)

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 103 of 255 = 40%

133
91
103

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

Portions of RGB colors in percentages

R + G + B = 133 + 91 + 103 = 327 (100%)
R 133 of 327 ~ 40.67%
G 91 of 327 ~ 27.83%
B 103 of 327 ~ 31.5'%

%40.67
%27.83
%31.5

CMYK color model

#855B67 color CMYK value is (0,32,23,48).

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

CMYK: (0,32,23,48)
C0M32Y23K48 (0%, 32%, 23%, 48%)
(0.00 / 0.32 / 0.23 / 0.48)

CMYK percentages

%0
%31.58
%22.56
%47.84

Codes

Color #855B67 in popluar color models

85 5B 67
RGB 133 91 103
HSL 343° 18.75% 43.92%
HSB/HSV 343° 31.58% 52.16%
CMYK 0.00% 31.58% 22.56%
47.84%

Color #855B67 in popluar number systems.

HEX 85 5B 67
Decimal 133 91 103
Binary 10000101 1011011 1100111
Octal 205 133 147

Shades and tints

Shades of #855B67

#855B67
(133,91,103)
#79535E
(121,83,94)
#6D4B55
(109,75,85)
#61434C
(97,67,76)
#553B43
(85,59,67)
#49333A
(73,51,58)
#3D2B31
(61,43,49)
#312328
(49,35,40)
#251B1F
(37,27,31)
#191316
(25,19,22)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #855B67

#855B67
(133,91,103)
#906974
(144,105,116)
#9B7781
(155,119,129)
#A6858E
(166,133,142)
#B1939B
(177,147,155)
#BCA1A8
(188,161,168)
#C7AFB5
(199,175,181)
#D2BDC2
(210,189,194)
#DDCBCF
(221,203,207)
#E8D9DC
(232,217,220)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B67; }

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

This text font color is #855B67.

Background Color

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

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

This div background color is #855B67.

Border color

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

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

This div border color is #855B67.

Opacity

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

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

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

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

This text has shadow with #855B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855B67.

Preview

Color preview on black background

This text has color #855B67 on black background.


Color preview on white background

This text has color #855B67 on white background.


Black color preview on #855B67 background

This text has black color on #855B67 background.


White color preview on #855B67 background

This text has white color on #855B67 background.


Related colors

Complementary color

Complementary color for #hex is #7AA498.


I love getcolorcode.com

Triadic colors

1 #67855B and #5B6785 with #855B67 are triadic colors.

2 #675B85 and #5B8567 with #855B67 are triadic colors.