COLOR #855451

HEX: #855451
RGB: (133,84,81)

Color info

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

RGB color model

#855451 color RGB value is (133,84,81).

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

RGB channels and saturation

R 133 of 255 = 52%
G 84 of 255 = 33%
B 81 of 255 = 32%

133
84
81

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

Portions of RGB colors in percentages

R + G + B =
133 + 84 + 81 = 298 (100%)
R 133 of 298 ~ 44.63%
G 84 of 298 ~ 28.19%
B 81 of 298 ~ 27.18%

%44.63
%28.19
%27.18

CMYK color model

#855451 color CMYK value is (0,37,39,48).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 39.10%
  • key color value is 47.84%
CMYK:
(0,37,39,48)
C0M37Y39K48 
(0%,37%,39%,48%)
(0.00/0.37/0.39/0.48)	

CMYK percentages

%0
%36.84
%39.1
%47.84

Codes

Color #855451 in popluar color models

855451
RGB1338481
HSL24.30%41.96%
HSB/HSV39.10%52.16%
CMYK0.00%36.84%39.10%
47.84%

Color #855451 in popluar number systems.

HEX855451
Decimal1338481
Binary1000010110101001010001
Octal205124121

Shades and tints

Shades of #855451

#855451
(133,84,81)
#794D4A
(121,77,74)
#6D4643
(109,70,67)
#613F3C
(97,63,60)
#553835
(85,56,53)
#49312E
(73,49,46)
#3D2A27
(61,42,39)
#312320
(49,35,32)
#251C19
(37,28,25)
#191512
(25,21,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #855451

#855451
(133,84,81)
#906360
(144,99,96)
#9B726F
(155,114,111)
#A6817E
(166,129,126)
#B1908D
(177,144,141)
#BC9F9C
(188,159,156)
#C7AEAB
(199,174,171)
#D2BDBA
(210,189,186)
#DDCCC9
(221,204,201)
#E8DBD8
(232,219,216)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855451 color. Also use rgb(133,84,81) instead hex code.

Text Font Color

.myTextColor { color: #855451; }

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

This text font color is #855451.


Background Color

.myBgColor { background-color: #855451; }

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

This div background color is #855451.


Border color

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

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

This div border color is #855451.


Opacity

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

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

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

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

This text has shadow with #855451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855451 on black background.


Color preview on white background

This text has color #855451 on white background.



Black color preview on #855451 background

This text has black color on #855451 background.


White color preview on #855451 background

This text has white color on #855451 background.