COLOR #855F6B

HEX: #855F6B
RGB: (133,95,107)

Color info

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

RGB color model

#855F6B color RGB value is (133,95,107).

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

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 107 of 255 = 42%

133
95
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 107 = 335 (100%)
R 133 of 335 ~ 39.7%
G 95 of 335 ~ 28.36%
B 107 of 335 ~ 31.94%

%39.7
%28.36
%31.94

CMYK color model

#855F6B color CMYK value is (0,29,20,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(0,29,20,48)
C0M29Y20K48 
(0%,29%,20%,48%)
(0.00/0.29/0.20/0.48)	

CMYK percentages

%0
%28.57
%19.55
%47.84

Codes

Color #855F6B in popluar color models

855F6B
RGB13395107
HSL341°16.67%44.71%
HSB/HSV341°28.57%52.16%
CMYK0.00%28.57%19.55%
47.84%

Color #855F6B in popluar number systems.

HEX855F6B
Decimal13395107
Binary1000010110111111101011
Octal205137153

Shades and tints

Shades of #855F6B

#855F6B
(133,95,107)
#795762
(121,87,98)
#6D4F59
(109,79,89)
#614750
(97,71,80)
#553F47
(85,63,71)
#49373E
(73,55,62)
#3D2F35
(61,47,53)
#31272C
(49,39,44)
#251F23
(37,31,35)
#19171A
(25,23,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #855F6B

#855F6B
(133,95,107)
#906D78
(144,109,120)
#9B7B85
(155,123,133)
#A68992
(166,137,146)
#B1979F
(177,151,159)
#BCA5AC
(188,165,172)
#C7B3B9
(199,179,185)
#D2C1C6
(210,193,198)
#DDCFD3
(221,207,211)
#E8DDE0
(232,221,224)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F6B; }

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

This text font color is #855F6B.


Background Color

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

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

This div background color is #855F6B.


Border color

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

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

This div border color is #855F6B.


Opacity

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

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

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

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

This text has shadow with #855F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F6B on black background.


Color preview on white background

This text has color #855F6B on white background.



Black color preview on #855F6B background

This text has black color on #855F6B background.


White color preview on #855F6B background

This text has white color on #855F6B background.