COLOR #855663

HEX: #855663
RGB: (133,86,99)

Color info

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

RGB color model

#855663 color RGB value is (133,86,99).

  • red value is 133;
  • green value is 86;
  • blue value is 99.
RGB:
(133,86,99)
(52%,34%,39%)

RGB channels and saturation

R 133 of 255 = 52%
G 86 of 255 = 34%
B 99 of 255 = 39%

133
86
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 86 + 99 = 318 (100%)
R 133 of 318 ~ 41.82%
G 86 of 318 ~ 27.04%
B 99 of 318 ~ 31.13%

%41.82
%27.04
%31.13

CMYK color model

#855663 color CMYK value is (0,35,26,48).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(0,35,26,48)
C0M35Y26K48 
(0%,35%,26%,48%)
(0.00/0.35/0.26/0.48)	

CMYK percentages

%0
%35.34
%25.56
%47.84

Codes

Color #855663 in popluar color models

855663
RGB1338699
HSL343°21.46%42.94%
HSB/HSV343°35.34%52.16%
CMYK0.00%35.34%25.56%
47.84%

Color #855663 in popluar number systems.

HEX855663
Decimal1338699
Binary1000010110101101100011
Octal205126143

Shades and tints

Shades of #855663

#855663
(133,86,99)
#794F5A
(121,79,90)
#6D4851
(109,72,81)
#614148
(97,65,72)
#553A3F
(85,58,63)
#493336
(73,51,54)
#3D2C2D
(61,44,45)
#312524
(49,37,36)
#251E1B
(37,30,27)
#191712
(25,23,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #855663

#855663
(133,86,99)
#906571
(144,101,113)
#9B747F
(155,116,127)
#A6838D
(166,131,141)
#B1929B
(177,146,155)
#BCA1A9
(188,161,169)
#C7B0B7
(199,176,183)
#D2BFC5
(210,191,197)
#DDCED3
(221,206,211)
#E8DDE1
(232,221,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855663 color. Also use rgb(133,86,99) instead hex code.

Text Font Color

.myTextColor { color: #855663; }

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

This text font color is #855663.


Background Color

.myBgColor { background-color: #855663; }

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

This div background color is #855663.


Border color

.myBorderColor { border: 1px solid #855663; }

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

This div border color is #855663.


Opacity

.myOpacity80 { color: #855663; opacity: 0.8; }

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

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

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

This text has shadow with #855663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855663 on black background.


Color preview on white background

This text has color #855663 on white background.



Black color preview on #855663 background

This text has black color on #855663 background.


White color preview on #855663 background

This text has white color on #855663 background.