COLOR #855F72

HEX: #855F72
RGB: (133,95,114)

Color info

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

RGB color model

#855F72 color RGB value is (133,95,114).

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

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 114 of 255 = 45%

133
95
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 114 = 342 (100%)
R 133 of 342 ~ 38.89%
G 95 of 342 ~ 27.78%
B 114 of 342 ~ 33.33%

%38.89
%27.78
%33.33

CMYK color model

#855F72 color CMYK value is (0,29,14,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(0,29,14,48)
C0M29Y14K48 
(0%,29%,14%,48%)
(0.00/0.29/0.14/0.48)	

CMYK percentages

%0
%28.57
%14.29
%47.84

Codes

Color #855F72 in popluar color models

855F72
RGB13395114
HSL330°16.67%44.71%
HSB/HSV330°28.57%52.16%
CMYK0.00%28.57%14.29%
47.84%

Color #855F72 in popluar number systems.

HEX855F72
Decimal13395114
Binary1000010110111111110010
Octal205137162

Shades and tints

Shades of #855F72

#855F72
(133,95,114)
#795768
(121,87,104)
#6D4F5E
(109,79,94)
#614754
(97,71,84)
#553F4A
(85,63,74)
#493740
(73,55,64)
#3D2F36
(61,47,54)
#31272C
(49,39,44)
#251F22
(37,31,34)
#191718
(25,23,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #855F72

#855F72
(133,95,114)
#906D7E
(144,109,126)
#9B7B8A
(155,123,138)
#A68996
(166,137,150)
#B197A2
(177,151,162)
#BCA5AE
(188,165,174)
#C7B3BA
(199,179,186)
#D2C1C6
(210,193,198)
#DDCFD2
(221,207,210)
#E8DDDE
(232,221,222)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F72; }

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

This text font color is #855F72.


Background Color

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

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

This div background color is #855F72.


Border color

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

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

This div border color is #855F72.


Opacity

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

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

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

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

This text has shadow with #855F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F72 on black background.


Color preview on white background

This text has color #855F72 on white background.



Black color preview on #855F72 background

This text has black color on #855F72 background.


White color preview on #855F72 background

This text has white color on #855F72 background.