COLOR #855D59

HEX: #855D59 RGB: (133,93,89)

Color info

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

RGB color model

#855D59 color RGB value is (133,93,89).

RGB: (133,93,89) (52%, 36%, 35%)

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 89 of 255 = 35%

133
93
89

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

Portions of RGB colors in percentages

R + G + B = 133 + 93 + 89 = 315 (100%)
R 133 of 315 ~ 42.22%
G 93 of 315 ~ 29.52%
B 89 of 315 ~ 28.25'%

%42.22
%29.52
%28.25

CMYK color model

#855D59 color CMYK value is (0,30,33,48).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 33.08%
  • key color value is 47.84%

CMYK: (0,30,33,48)
C0M30Y33K48 (0%, 30%, 33%, 48%)
(0.00 / 0.30 / 0.33 / 0.48)

CMYK percentages

%0
%30.08
%33.08
%47.84

Codes

Color #855D59 in popluar color models

85 5D 59
RGB 133 93 89
HSL 19.82% 43.53%
HSB/HSV 33.08% 52.16%
CMYK 0.00% 30.08% 33.08%
47.84%

Color #855D59 in popluar number systems.

HEX 85 5D 59
Decimal 133 93 89
Binary 10000101 1011101 1011001
Octal 205 135 131

Shades and tints

Shades of #855D59

#855D59
(133,93,89)
#795551
(121,85,81)
#6D4D49
(109,77,73)
#614541
(97,69,65)
#553D39
(85,61,57)
#493531
(73,53,49)
#3D2D29
(61,45,41)
#312521
(49,37,33)
#251D19
(37,29,25)
#191511
(25,21,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #855D59

#855D59
(133,93,89)
#906B68
(144,107,104)
#9B7977
(155,121,119)
#A68786
(166,135,134)
#B19595
(177,149,149)
#BCA3A4
(188,163,164)
#C7B1B3
(199,177,179)
#D2BFC2
(210,191,194)
#DDCDD1
(221,205,209)
#E8DBE0
(232,219,224)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D59 color. Also use rgb(133,93,89) instead hex code.

Text Font Color

.myTextColor { color: #855D59; }

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

This text font color is #855D59.

Background Color

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

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

This div background color is #855D59.

Border color

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

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

This div border color is #855D59.

Opacity

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

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

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

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

This text has shadow with #855D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855D59.

Preview

Color preview on black background

This text has color #855D59 on black background.


Color preview on white background

This text has color #855D59 on white background.


Black color preview on #855D59 background

This text has black color on #855D59 background.


White color preview on #855D59 background

This text has white color on #855D59 background.


Related colors

Complementary color

Complementary color for #hex is #7AA2A6.


I love getcolorcode.com

Triadic colors

1 #59855D and #5D5985 with #855D59 are triadic colors.

2 #595D85 and #5D8559 with #855D59 are triadic colors.