COLOR #855F58

HEX: #855F58
RGB: (133,95,88)

Color info

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

RGB color model

#855F58 color RGB value is (133,95,88).

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

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 88 of 255 = 35%

133
95
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 88 = 316 (100%)
R 133 of 316 ~ 42.09%
G 95 of 316 ~ 30.06%
B 88 of 316 ~ 27.85%

%42.09
%30.06
%27.85

CMYK color model

#855F58 color CMYK value is (0,29,34,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,29,34,48)
C0M29Y34K48 
(0%,29%,34%,48%)
(0.00/0.29/0.34/0.48)	

CMYK percentages

%0
%28.57
%33.83
%47.84

Codes

Color #855F58 in popluar color models

855F58
RGB1339588
HSL20.36%43.33%
HSB/HSV33.83%52.16%
CMYK0.00%28.57%33.83%
47.84%

Color #855F58 in popluar number systems.

HEX855F58
Decimal1339588
Binary1000010110111111011000
Octal205137130

Shades and tints

Shades of #855F58

#855F58
(133,95,88)
#795750
(121,87,80)
#6D4F48
(109,79,72)
#614740
(97,71,64)
#553F38
(85,63,56)
#493730
(73,55,48)
#3D2F28
(61,47,40)
#312720
(49,39,32)
#251F18
(37,31,24)
#191710
(25,23,16)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #855F58

#855F58
(133,95,88)
#906D67
(144,109,103)
#9B7B76
(155,123,118)
#A68985
(166,137,133)
#B19794
(177,151,148)
#BCA5A3
(188,165,163)
#C7B3B2
(199,179,178)
#D2C1C1
(210,193,193)
#DDCFD0
(221,207,208)
#E8DDDF
(232,221,223)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F58; }

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

This text font color is #855F58.


Background Color

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

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

This div background color is #855F58.


Border color

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

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

This div border color is #855F58.


Opacity

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

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

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

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

This text has shadow with #855F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F58 on black background.


Color preview on white background

This text has color #855F58 on white background.



Black color preview on #855F58 background

This text has black color on #855F58 background.


White color preview on #855F58 background

This text has white color on #855F58 background.