COLOR #855552

HEX: #855552
RGB: (133,85,82)

Color info

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

RGB color model

#855552 color RGB value is (133,85,82).

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

RGB channels and saturation

R 133 of 255 = 52%
G 85 of 255 = 33%
B 82 of 255 = 32%

133
85
82

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

Portions of RGB colors in percentages

R + G + B =
133 + 85 + 82 = 300 (100%)
R 133 of 300 ~ 44.33%
G 85 of 300 ~ 28.33%
B 82 of 300 ~ 27.33%

%44.33
%28.33
%27.33

CMYK color model

#855552 color CMYK value is (0,36,38,48).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 38.35%
  • key color value is 47.84%
CMYK:
(0,36,38,48)
C0M36Y38K48 
(0%,36%,38%,48%)
(0.00/0.36/0.38/0.48)	

CMYK percentages

%0
%36.09
%38.35
%47.84

Codes

Color #855552 in popluar color models

855552
RGB1338582
HSL23.72%42.16%
HSB/HSV38.35%52.16%
CMYK0.00%36.09%38.35%
47.84%

Color #855552 in popluar number systems.

HEX855552
Decimal1338582
Binary1000010110101011010010
Octal205125122

Shades and tints

Shades of #855552

#855552
(133,85,82)
#794E4B
(121,78,75)
#6D4744
(109,71,68)
#61403D
(97,64,61)
#553936
(85,57,54)
#49322F
(73,50,47)
#3D2B28
(61,43,40)
#312421
(49,36,33)
#251D1A
(37,29,26)
#191613
(25,22,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #855552

#855552
(133,85,82)
#906461
(144,100,97)
#9B7370
(155,115,112)
#A6827F
(166,130,127)
#B1918E
(177,145,142)
#BCA09D
(188,160,157)
#C7AFAC
(199,175,172)
#D2BEBB
(210,190,187)
#DDCDCA
(221,205,202)
#E8DCD9
(232,220,217)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855552; }

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

This text font color is #855552.


Background Color

.myBgColor { background-color: #855552; }

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

This div background color is #855552.


Border color

.myBorderColor { border: 1px solid #855552; }

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

This div border color is #855552.


Opacity

.myOpacity80 { color: #855552; opacity: 0.8; }

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

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

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

This text has shadow with #855552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855552 on black background.


Color preview on white background

This text has color #855552 on white background.



Black color preview on #855552 background

This text has black color on #855552 background.


White color preview on #855552 background

This text has white color on #855552 background.