COLOR #855A60

HEX: #855A60 RGB: (133,90,96)

Color info

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

RGB color model

#855A60 color RGB value is (133,90,96).

RGB: (133,90,96) (52%, 35%, 38%)

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 96 of 255 = 38%

133
90
96

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

Portions of RGB colors in percentages

R + G + B = 133 + 90 + 96 = 319 (100%)
R 133 of 319 ~ 41.69%
G 90 of 319 ~ 28.21%
B 96 of 319 ~ 30.09'%

%41.69
%28.21
%30.09

CMYK color model

#855A60 color CMYK value is (0,32,28,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 27.82%
  • key color value is 47.84%

CMYK: (0,32,28,48)
C0M32Y28K48 (0%, 32%, 28%, 48%)
(0.00 / 0.32 / 0.28 / 0.48)

CMYK percentages

%0
%32.33
%27.82
%47.84

Codes

Color #855A60 in popluar color models

85 5A 60
RGB 133 90 96
HSL 352° 19.28% 43.73%
HSB/HSV 352° 32.33% 52.16%
CMYK 0.00% 32.33% 27.82%
47.84%

Color #855A60 in popluar number systems.

HEX 85 5A 60
Decimal 133 90 96
Binary 10000101 1011010 1100000
Octal 205 132 140

Shades and tints

Shades of #855A60

#855A60
(133,90,96)
#795258
(121,82,88)
#6D4A50
(109,74,80)
#614248
(97,66,72)
#553A40
(85,58,64)
#493238
(73,50,56)
#3D2A30
(61,42,48)
#312228
(49,34,40)
#251A20
(37,26,32)
#191218
(25,18,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #855A60

#855A60
(133,90,96)
#90696E
(144,105,110)
#9B787C
(155,120,124)
#A6878A
(166,135,138)
#B19698
(177,150,152)
#BCA5A6
(188,165,166)
#C7B4B4
(199,180,180)
#D2C3C2
(210,195,194)
#DDD2D0
(221,210,208)
#E8E1DE
(232,225,222)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A60; }

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

This text font color is #855A60.

Background Color

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

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

This div background color is #855A60.

Border color

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

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

This div border color is #855A60.

Opacity

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

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

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

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

This text has shadow with #855A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855A60.

Preview

Color preview on black background

This text has color #855A60 on black background.


Color preview on white background

This text has color #855A60 on white background.


Black color preview on #855A60 background

This text has black color on #855A60 background.


White color preview on #855A60 background

This text has white color on #855A60 background.


Related colors

Complementary color

Complementary color for #hex is #7AA59F.


I love getcolorcode.com

Triadic colors

1 #60855A and #5A6085 with #855A60 are triadic colors.

2 #605A85 and #5A8560 with #855A60 are triadic colors.