COLOR #855E65

HEX: #855E65
RGB: (133,94,101)

Color info

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

RGB color model

#855E65 color RGB value is (133,94,101).

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

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 101 of 255 = 40%

133
94
101

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

Portions of RGB colors in percentages

R + G + B =
133 + 94 + 101 = 328 (100%)
R 133 of 328 ~ 40.55%
G 94 of 328 ~ 28.66%
B 101 of 328 ~ 30.79%

%40.55
%28.66
%30.79

CMYK color model

#855E65 color CMYK value is (0,29,24,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(0,29,24,48)
C0M29Y24K48 
(0%,29%,24%,48%)
(0.00/0.29/0.24/0.48)	

CMYK percentages

%0
%29.32
%24.06
%47.84

Codes

Color #855E65 in popluar color models

855E65
RGB13394101
HSL349°17.18%44.51%
HSB/HSV349°29.32%52.16%
CMYK0.00%29.32%24.06%
47.84%

Color #855E65 in popluar number systems.

HEX855E65
Decimal13394101
Binary1000010110111101100101
Octal205136145

Shades and tints

Shades of #855E65

#855E65
(133,94,101)
#79565C
(121,86,92)
#6D4E53
(109,78,83)
#61464A
(97,70,74)
#553E41
(85,62,65)
#493638
(73,54,56)
#3D2E2F
(61,46,47)
#312626
(49,38,38)
#251E1D
(37,30,29)
#191614
(25,22,20)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #855E65

#855E65
(133,94,101)
#906C73
(144,108,115)
#9B7A81
(155,122,129)
#A6888F
(166,136,143)
#B1969D
(177,150,157)
#BCA4AB
(188,164,171)
#C7B2B9
(199,178,185)
#D2C0C7
(210,192,199)
#DDCED5
(221,206,213)
#E8DCE3
(232,220,227)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855E65; }

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

This text font color is #855E65.


Background Color

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

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

This div background color is #855E65.


Border color

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

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

This div border color is #855E65.


Opacity

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

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

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

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

This text has shadow with #855E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E65 on black background.


Color preview on white background

This text has color #855E65 on white background.



Black color preview on #855E65 background

This text has black color on #855E65 background.


White color preview on #855E65 background

This text has white color on #855E65 background.