COLOR #855F6E

HEX: #855F6E
RGB: (133,95,110)

Color info

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

RGB color model

#855F6E color RGB value is (133,95,110).

  • red value is 133;
  • green value is 95;
  • blue value is 110.
RGB:
(133,95,110)
(52%,37%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 110 of 255 = 43%

133
95
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 110 = 338 (100%)
R 133 of 338 ~ 39.35%
G 95 of 338 ~ 28.11%
B 110 of 338 ~ 32.54%

%39.35
%28.11
%32.54

CMYK color model

#855F6E color CMYK value is (0,29,17,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(0,29,17,48)
C0M29Y17K48 
(0%,29%,17%,48%)
(0.00/0.29/0.17/0.48)	

CMYK percentages

%0
%28.57
%17.29
%47.84

Codes

Color #855F6E in popluar color models

855F6E
RGB13395110
HSL336°16.67%44.71%
HSB/HSV336°28.57%52.16%
CMYK0.00%28.57%17.29%
47.84%

Color #855F6E in popluar number systems.

HEX855F6E
Decimal13395110
Binary1000010110111111101110
Octal205137156

Shades and tints

Shades of #855F6E

#855F6E
(133,95,110)
#795764
(121,87,100)
#6D4F5A
(109,79,90)
#614750
(97,71,80)
#553F46
(85,63,70)
#49373C
(73,55,60)
#3D2F32
(61,47,50)
#312728
(49,39,40)
#251F1E
(37,31,30)
#191714
(25,23,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #855F6E

#855F6E
(133,95,110)
#906D7B
(144,109,123)
#9B7B88
(155,123,136)
#A68995
(166,137,149)
#B197A2
(177,151,162)
#BCA5AF
(188,165,175)
#C7B3BC
(199,179,188)
#D2C1C9
(210,193,201)
#DDCFD6
(221,207,214)
#E8DDE3
(232,221,227)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855F6E color. Also use rgb(133,95,110) instead hex code.

Text Font Color

.myTextColor { color: #855F6E; }

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

This text font color is #855F6E.


Background Color

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

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

This div background color is #855F6E.


Border color

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

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

This div border color is #855F6E.


Opacity

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

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

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

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

This text has shadow with #855F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F6E on black background.


Color preview on white background

This text has color #855F6E on white background.



Black color preview on #855F6E background

This text has black color on #855F6E background.


White color preview on #855F6E background

This text has white color on #855F6E background.