COLOR #855A73

HEX: #855A73
RGB: (133,90,115)

Color info

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

RGB color model

#855A73 color RGB value is (133,90,115).

  • red value is 133;
  • green value is 90;
  • blue value is 115.
RGB:
(133,90,115)
(52%,35%,45%)

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 115 of 255 = 45%

133
90
115

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 115 = 338 (100%)
R 133 of 338 ~ 39.35%
G 90 of 338 ~ 26.63%
B 115 of 338 ~ 34.02%

%39.35
%26.63
%34.02

CMYK color model

#855A73 color CMYK value is (0,32,14,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 13.53%
  • key color value is 47.84%
CMYK:
(0,32,14,48)
C0M32Y14K48 
(0%,32%,14%,48%)
(0.00/0.32/0.14/0.48)	

CMYK percentages

%0
%32.33
%13.53
%47.84

Codes

Color #855A73 in popluar color models

855A73
RGB13390115
HSL325°19.28%43.73%
HSB/HSV325°32.33%52.16%
CMYK0.00%32.33%13.53%
47.84%

Color #855A73 in popluar number systems.

HEX855A73
Decimal13390115
Binary1000010110110101110011
Octal205132163

Shades and tints

Shades of #855A73

#855A73
(133,90,115)
#795269
(121,82,105)
#6D4A5F
(109,74,95)
#614255
(97,66,85)
#553A4B
(85,58,75)
#493241
(73,50,65)
#3D2A37
(61,42,55)
#31222D
(49,34,45)
#251A23
(37,26,35)
#191219
(25,18,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #855A73

#855A73
(133,90,115)
#90697F
(144,105,127)
#9B788B
(155,120,139)
#A68797
(166,135,151)
#B196A3
(177,150,163)
#BCA5AF
(188,165,175)
#C7B4BB
(199,180,187)
#D2C3C7
(210,195,199)
#DDD2D3
(221,210,211)
#E8E1DF
(232,225,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855A73 color. Also use rgb(133,90,115) instead hex code.

Text Font Color

.myTextColor { color: #855A73; }

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

This text font color is #855A73.


Background Color

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

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

This div background color is #855A73.


Border color

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

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

This div border color is #855A73.


Opacity

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

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

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

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

This text has shadow with #855A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A73 on black background.


Color preview on white background

This text has color #855A73 on white background.



Black color preview on #855A73 background

This text has black color on #855A73 background.


White color preview on #855A73 background

This text has white color on #855A73 background.