COLOR #855B74

HEX: #855B74
RGB: (133,91,116)

Color info

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

RGB color model

#855B74 color RGB value is (133,91,116).

  • red value is 133;
  • green value is 91;
  • blue value is 116.
RGB:
(133,91,116)
(52%,36%,45%)

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 116 of 255 = 45%

133
91
116

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

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 116 = 340 (100%)
R 133 of 340 ~ 39.12%
G 91 of 340 ~ 26.76%
B 116 of 340 ~ 34.12%

%39.12
%26.76
%34.12

CMYK color model

#855B74 color CMYK value is (0,32,13,48).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 12.78%
  • key color value is 47.84%
CMYK:
(0,32,13,48)
C0M32Y13K48 
(0%,32%,13%,48%)
(0.00/0.32/0.13/0.48)	

CMYK percentages

%0
%31.58
%12.78
%47.84

Codes

Color #855B74 in popluar color models

855B74
RGB13391116
HSL324°18.75%43.92%
HSB/HSV324°31.58%52.16%
CMYK0.00%31.58%12.78%
47.84%

Color #855B74 in popluar number systems.

HEX855B74
Decimal13391116
Binary1000010110110111110100
Octal205133164

Shades and tints

Shades of #855B74

#855B74
(133,91,116)
#79536A
(121,83,106)
#6D4B60
(109,75,96)
#614356
(97,67,86)
#553B4C
(85,59,76)
#493342
(73,51,66)
#3D2B38
(61,43,56)
#31232E
(49,35,46)
#251B24
(37,27,36)
#19131A
(25,19,26)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #855B74

#855B74
(133,91,116)
#906980
(144,105,128)
#9B778C
(155,119,140)
#A68598
(166,133,152)
#B193A4
(177,147,164)
#BCA1B0
(188,161,176)
#C7AFBC
(199,175,188)
#D2BDC8
(210,189,200)
#DDCBD4
(221,203,212)
#E8D9E0
(232,217,224)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B74; }

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

This text font color is #855B74.


Background Color

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

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

This div background color is #855B74.


Border color

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

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

This div border color is #855B74.


Opacity

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

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

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

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

This text has shadow with #855B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B74 on black background.


Color preview on white background

This text has color #855B74 on white background.



Black color preview on #855B74 background

This text has black color on #855B74 background.


White color preview on #855B74 background

This text has white color on #855B74 background.