COLOR #855A58

HEX: #855A58
RGB: (133,90,88)

Color info

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

RGB color model

#855A58 color RGB value is (133,90,88).

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

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 88 of 255 = 35%

133
90
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 88 = 311 (100%)
R 133 of 311 ~ 42.77%
G 90 of 311 ~ 28.94%
B 88 of 311 ~ 28.3%

%42.77
%28.94
%28.3

CMYK color model

#855A58 color CMYK value is (0,32,34,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,32,34,48)
C0M32Y34K48 
(0%,32%,34%,48%)
(0.00/0.32/0.34/0.48)	

CMYK percentages

%0
%32.33
%33.83
%47.84

Codes

Color #855A58 in popluar color models

855A58
RGB1339088
HSL20.36%43.33%
HSB/HSV33.83%52.16%
CMYK0.00%32.33%33.83%
47.84%

Color #855A58 in popluar number systems.

HEX855A58
Decimal1339088
Binary1000010110110101011000
Octal205132130

Shades and tints

Shades of #855A58

#855A58
(133,90,88)
#795250
(121,82,80)
#6D4A48
(109,74,72)
#614240
(97,66,64)
#553A38
(85,58,56)
#493230
(73,50,48)
#3D2A28
(61,42,40)
#312220
(49,34,32)
#251A18
(37,26,24)
#191210
(25,18,16)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #855A58

#855A58
(133,90,88)
#906967
(144,105,103)
#9B7876
(155,120,118)
#A68785
(166,135,133)
#B19694
(177,150,148)
#BCA5A3
(188,165,163)
#C7B4B2
(199,180,178)
#D2C3C1
(210,195,193)
#DDD2D0
(221,210,208)
#E8E1DF
(232,225,223)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A58; }

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

This text font color is #855A58.


Background Color

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

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

This div background color is #855A58.


Border color

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

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

This div border color is #855A58.


Opacity

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

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

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

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

This text has shadow with #855A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A58 on black background.


Color preview on white background

This text has color #855A58 on white background.



Black color preview on #855A58 background

This text has black color on #855A58 background.


White color preview on #855A58 background

This text has white color on #855A58 background.