COLOR #855C4C

HEX: #855C4C RGB: (133,92,76)

Color info

#855C4C contains red, green and blue colors in about the same proportion. Web safe color of #855C4C is #996633 (or #963).

RGB color model

#855C4C color RGB value is (133,92,76).

RGB: (133,92,76) (52%, 36%, 30%)

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 76 of 255 = 30%

133
92
76

R + G + B ~ 39%. #855C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 92 + 76 = 301 (100%)
R 133 of 301 ~ 44.19%
G 92 of 301 ~ 30.56%
B 76 of 301 ~ 25.25'%

%44.19
%30.56
%25.25

CMYK color model

#855C4C color CMYK value is (0,31,43,48).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 42.86%
  • key color value is 47.84%

CMYK: (0,31,43,48)
C0M31Y43K48 (0%, 31%, 43%, 48%)
(0.00 / 0.31 / 0.43 / 0.48)

CMYK percentages

%0
%30.83
%42.86
%47.84

Codes

Color #855C4C in popluar color models

85 5C 4C
RGB 133 92 76
HSL 17° 27.27% 40.98%
HSB/HSV 17° 42.86% 52.16%
CMYK 0.00% 30.83% 42.86%
47.84%

Color #855C4C in popluar number systems.

HEX 85 5C 4C
Decimal 133 92 76
Binary 10000101 1011100 1001100
Octal 205 134 114

Shades and tints

Shades of #855C4C

#855C4C
(133,92,76)
#795446
(121,84,70)
#6D4C40
(109,76,64)
#61443A
(97,68,58)
#553C34
(85,60,52)
#49342E
(73,52,46)
#3D2C28
(61,44,40)
#312422
(49,36,34)
#251C1C
(37,28,28)
#191416
(25,20,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #855C4C

#855C4C
(133,92,76)
#906A5C
(144,106,92)
#9B786C
(155,120,108)
#A6867C
(166,134,124)
#B1948C
(177,148,140)
#BCA29C
(188,162,156)
#C7B0AC
(199,176,172)
#D2BEBC
(210,190,188)
#DDCCCC
(221,204,204)
#E8DADC
(232,218,220)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C4C color. Also use rgb(133,92,76) instead hex code.

Text Font Color

.myTextColor { color: #855C4C; }

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

This text font color is #855C4C.

Background Color

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

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

This div background color is #855C4C.

Border color

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

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

This div border color is #855C4C.

Opacity

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

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

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

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

This text has shadow with #855C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855C4C.

Preview

Color preview on black background

This text has color #855C4C on black background.


Color preview on white background

This text has color #855C4C on white background.


Black color preview on #855C4C background

This text has black color on #855C4C background.


White color preview on #855C4C background

This text has white color on #855C4C background.


Related colors

Complementary color

Complementary color for #hex is #7AA3B3.


I love getcolorcode.com

Triadic colors

1 #4C855C and #5C4C85 with #855C4C are triadic colors.

2 #4C5C85 and #5C854C with #855C4C are triadic colors.