COLOR #855E64

HEX: #855E64
RGB: (133,94,100)

Color info

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

RGB color model

#855E64 color RGB value is (133,94,100).

  • red value is 133;
  • green value is 94;
  • blue value is 100.
RGB:
(133,94,100)
(52%,37%,39%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 100 of 255 = 39%

133
94
100

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

Portions of RGB colors in percentages

R + G + B =
133 + 94 + 100 = 327 (100%)
R 133 of 327 ~ 40.67%
G 94 of 327 ~ 28.75%
B 100 of 327 ~ 30.58%

%40.67
%28.75
%30.58

CMYK color model

#855E64 color CMYK value is (0,29,25,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(0,29,25,48)
C0M29Y25K48 
(0%,29%,25%,48%)
(0.00/0.29/0.25/0.48)	

CMYK percentages

%0
%29.32
%24.81
%47.84

Codes

Color #855E64 in popluar color models

855E64
RGB13394100
HSL351°17.18%44.51%
HSB/HSV351°29.32%52.16%
CMYK0.00%29.32%24.81%
47.84%

Color #855E64 in popluar number systems.

HEX855E64
Decimal13394100
Binary1000010110111101100100
Octal205136144

Shades and tints

Shades of #855E64

#855E64
(133,94,100)
#79565B
(121,86,91)
#6D4E52
(109,78,82)
#614649
(97,70,73)
#553E40
(85,62,64)
#493637
(73,54,55)
#3D2E2E
(61,46,46)
#312625
(49,38,37)
#251E1C
(37,30,28)
#191613
(25,22,19)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #855E64

#855E64
(133,94,100)
#906C72
(144,108,114)
#9B7A80
(155,122,128)
#A6888E
(166,136,142)
#B1969C
(177,150,156)
#BCA4AA
(188,164,170)
#C7B2B8
(199,178,184)
#D2C0C6
(210,192,198)
#DDCED4
(221,206,212)
#E8DCE2
(232,220,226)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855E64 color. Also use rgb(133,94,100) instead hex code.

Text Font Color

.myTextColor { color: #855E64; }

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

This text font color is #855E64.


Background Color

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

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

This div background color is #855E64.


Border color

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

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

This div border color is #855E64.


Opacity

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

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

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

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

This text has shadow with #855E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E64 on black background.


Color preview on white background

This text has color #855E64 on white background.



Black color preview on #855E64 background

This text has black color on #855E64 background.


White color preview on #855E64 background

This text has white color on #855E64 background.