COLOR #855A51

HEX: #855A51
RGB: (133,90,81)

Color info

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

RGB color model

#855A51 color RGB value is (133,90,81).

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

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 81 of 255 = 32%

133
90
81

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 81 = 304 (100%)
R 133 of 304 ~ 43.75%
G 90 of 304 ~ 29.61%
B 81 of 304 ~ 26.64%

%43.75
%29.61
%26.64

CMYK color model

#855A51 color CMYK value is (0,32,39,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 39.10%
  • key color value is 47.84%
CMYK:
(0,32,39,48)
C0M32Y39K48 
(0%,32%,39%,48%)
(0.00/0.32/0.39/0.48)	

CMYK percentages

%0
%32.33
%39.1
%47.84

Codes

Color #855A51 in popluar color models

855A51
RGB1339081
HSL10°24.30%41.96%
HSB/HSV10°39.10%52.16%
CMYK0.00%32.33%39.10%
47.84%

Color #855A51 in popluar number systems.

HEX855A51
Decimal1339081
Binary1000010110110101010001
Octal205132121

Shades and tints

Shades of #855A51

#855A51
(133,90,81)
#79524A
(121,82,74)
#6D4A43
(109,74,67)
#61423C
(97,66,60)
#553A35
(85,58,53)
#49322E
(73,50,46)
#3D2A27
(61,42,39)
#312220
(49,34,32)
#251A19
(37,26,25)
#191212
(25,18,18)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #855A51

#855A51
(133,90,81)
#906960
(144,105,96)
#9B786F
(155,120,111)
#A6877E
(166,135,126)
#B1968D
(177,150,141)
#BCA59C
(188,165,156)
#C7B4AB
(199,180,171)
#D2C3BA
(210,195,186)
#DDD2C9
(221,210,201)
#E8E1D8
(232,225,216)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A51; }

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

This text font color is #855A51.


Background Color

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

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

This div background color is #855A51.


Border color

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

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

This div border color is #855A51.


Opacity

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

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

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

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

This text has shadow with #855A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A51 on black background.


Color preview on white background

This text has color #855A51 on white background.



Black color preview on #855A51 background

This text has black color on #855A51 background.


White color preview on #855A51 background

This text has white color on #855A51 background.