COLOR #855C6A

HEX: #855C6A
RGB: (133,92,106)

Color info

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

RGB color model

#855C6A color RGB value is (133,92,106).

  • red value is 133;
  • green value is 92;
  • blue value is 106.
RGB:
(133,92,106)
(52%,36%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 106 of 255 = 42%

133
92
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 92 + 106 = 331 (100%)
R 133 of 331 ~ 40.18%
G 92 of 331 ~ 27.79%
B 106 of 331 ~ 32.02%

%40.18
%27.79
%32.02

CMYK color model

#855C6A color CMYK value is (0,31,20,48).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,31,20,48)
C0M31Y20K48 
(0%,31%,20%,48%)
(0.00/0.31/0.20/0.48)	

CMYK percentages

%0
%30.83
%20.3
%47.84

Codes

Color #855C6A in popluar color models

855C6A
RGB13392106
HSL340°18.22%44.12%
HSB/HSV340°30.83%52.16%
CMYK0.00%30.83%20.30%
47.84%

Color #855C6A in popluar number systems.

HEX855C6A
Decimal13392106
Binary1000010110111001101010
Octal205134152

Shades and tints

Shades of #855C6A

#855C6A
(133,92,106)
#795461
(121,84,97)
#6D4C58
(109,76,88)
#61444F
(97,68,79)
#553C46
(85,60,70)
#49343D
(73,52,61)
#3D2C34
(61,44,52)
#31242B
(49,36,43)
#251C22
(37,28,34)
#191419
(25,20,25)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #855C6A

#855C6A
(133,92,106)
#906A77
(144,106,119)
#9B7884
(155,120,132)
#A68691
(166,134,145)
#B1949E
(177,148,158)
#BCA2AB
(188,162,171)
#C7B0B8
(199,176,184)
#D2BEC5
(210,190,197)
#DDCCD2
(221,204,210)
#E8DADF
(232,218,223)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C6A color. Also use rgb(133,92,106) instead hex code.

Text Font Color

.myTextColor { color: #855C6A; }

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

This text font color is #855C6A.


Background Color

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

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

This div background color is #855C6A.


Border color

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

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

This div border color is #855C6A.


Opacity

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

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

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

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

This text has shadow with #855C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855C6A on black background.


Color preview on white background

This text has color #855C6A on white background.



Black color preview on #855C6A background

This text has black color on #855C6A background.


White color preview on #855C6A background

This text has white color on #855C6A background.