COLOR #855B62

HEX: #855B62
RGB: (133,91,98)

Color info

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

RGB color model

#855B62 color RGB value is (133,91,98).

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

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 98 of 255 = 38%

133
91
98

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

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 98 = 322 (100%)
R 133 of 322 ~ 41.3%
G 91 of 322 ~ 28.26%
B 98 of 322 ~ 30.43%

%41.3
%28.26
%30.43

CMYK color model

#855B62 color CMYK value is (0,32,26,48).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,32,26,48)
C0M32Y26K48 
(0%,32%,26%,48%)
(0.00/0.32/0.26/0.48)	

CMYK percentages

%0
%31.58
%26.32
%47.84

Codes

Color #855B62 in popluar color models

855B62
RGB1339198
HSL350°18.75%43.92%
HSB/HSV350°31.58%52.16%
CMYK0.00%31.58%26.32%
47.84%

Color #855B62 in popluar number systems.

HEX855B62
Decimal1339198
Binary1000010110110111100010
Octal205133142

Shades and tints

Shades of #855B62

#855B62
(133,91,98)
#79535A
(121,83,90)
#6D4B52
(109,75,82)
#61434A
(97,67,74)
#553B42
(85,59,66)
#49333A
(73,51,58)
#3D2B32
(61,43,50)
#31232A
(49,35,42)
#251B22
(37,27,34)
#19131A
(25,19,26)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #855B62

#855B62
(133,91,98)
#906970
(144,105,112)
#9B777E
(155,119,126)
#A6858C
(166,133,140)
#B1939A
(177,147,154)
#BCA1A8
(188,161,168)
#C7AFB6
(199,175,182)
#D2BDC4
(210,189,196)
#DDCBD2
(221,203,210)
#E8D9E0
(232,217,224)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B62; }

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

This text font color is #855B62.


Background Color

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

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

This div background color is #855B62.


Border color

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

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

This div border color is #855B62.


Opacity

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

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

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

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

This text has shadow with #855B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B62 on black background.


Color preview on white background

This text has color #855B62 on white background.



Black color preview on #855B62 background

This text has black color on #855B62 background.


White color preview on #855B62 background

This text has white color on #855B62 background.