COLOR #85554C

HEX: #85554C
RGB: (133,85,76)

Color info

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

RGB color model

#85554C color RGB value is (133,85,76).

  • red value is 133;
  • green value is 85;
  • blue value is 76.
RGB:
(133,85,76)
(52%,33%,30%)

RGB channels and saturation

R 133 of 255 = 52%
G 85 of 255 = 33%
B 76 of 255 = 30%

133
85
76

R + G + B ~ 38%. #85554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 85 + 76 = 294 (100%)
R 133 of 294 ~ 45.24%
G 85 of 294 ~ 28.91%
B 76 of 294 ~ 25.85%

%45.24
%28.91
%25.85

CMYK color model

#85554C color CMYK value is (0,36,43,48).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 42.86%
  • key color value is 47.84%
CMYK:
(0,36,43,48)
C0M36Y43K48 
(0%,36%,43%,48%)
(0.00/0.36/0.43/0.48)	

CMYK percentages

%0
%36.09
%42.86
%47.84

Codes

Color #85554C in popluar color models

85554C
RGB1338576
HSL27.27%40.98%
HSB/HSV42.86%52.16%
CMYK0.00%36.09%42.86%
47.84%

Color #85554C in popluar number systems.

HEX85554C
Decimal1338576
Binary1000010110101011001100
Octal205125114

Shades and tints

Shades of #85554C

#85554C
(133,85,76)
#794E46
(121,78,70)
#6D4740
(109,71,64)
#61403A
(97,64,58)
#553934
(85,57,52)
#49322E
(73,50,46)
#3D2B28
(61,43,40)
#312422
(49,36,34)
#251D1C
(37,29,28)
#191616
(25,22,22)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #85554C

#85554C
(133,85,76)
#90645C
(144,100,92)
#9B736C
(155,115,108)
#A6827C
(166,130,124)
#B1918C
(177,145,140)
#BCA09C
(188,160,156)
#C7AFAC
(199,175,172)
#D2BEBC
(210,190,188)
#DDCDCC
(221,205,204)
#E8DCDC
(232,220,220)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85554C color. Also use rgb(133,85,76) instead hex code.

Text Font Color

.myTextColor { color: #85554C; }

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

This text font color is #85554C.


Background Color

.myBgColor { background-color: #85554C; }

<div style="background-color:#85554C">Inner text</div>

This div background color is #85554C.


Border color

.myBorderColor { border: 1px solid #85554C; }

<div style="border:3px solid #85554C">Div</div>

This div border color is #85554C.


Opacity

.myOpacity80 { color: #85554C; opacity: 0.8; }

<p style="color:#85554C;opacity:0.8;">80%</p>

Text with #85554C 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 #85554C;}

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

This text has shadow with #85554C color.

.textShadow {text-shadow: 3px 3px 1px #85554C, 3px 3px 1px red;}

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

This text has shadow with #85554C primary color and red secondary color.


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

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

This text has shadow with #85554C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85554C on black background.


Color preview on white background

This text has color #85554C on white background.



Black color preview on #85554C background

This text has black color on #85554C background.


White color preview on #85554C background

This text has white color on #85554C background.