COLOR #855040

HEX: #855040
RGB: (133,80,64)

Color info

#855040 contains mainly red and green colors. Web safe color of #855040 is #996633 (or #963).

RGB color model

#855040 color RGB value is (133,80,64).

  • red value is 133;
  • green value is 80;
  • blue value is 64.
RGB:
(133,80,64)
(52%,31%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 80 of 255 = 31%
B 64 of 255 = 25%

133
80
64

R + G + B ~ 36%. #855040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 80 + 64 = 277 (100%)
R 133 of 277 ~ 48.01%
G 80 of 277 ~ 28.88%
B 64 of 277 ~ 23.1%

%48.01
%28.88
%23.1

CMYK color model

#855040 color CMYK value is (0,40,52,48).

  • cyan value is 0.00%
  • magenta value is 39.85%
  • yellow value is 51.88%
  • key color value is 47.84%
CMYK:
(0,40,52,48)
C0M40Y52K48 
(0%,40%,52%,48%)
(0.00/0.40/0.52/0.48)	

CMYK percentages

%0
%39.85
%51.88
%47.84

Codes

Color #855040 in popluar color models

855040
RGB1338064
HSL14°35.03%38.63%
HSB/HSV14°51.88%52.16%
CMYK0.00%39.85%51.88%
47.84%

Color #855040 in popluar number systems.

HEX855040
Decimal1338064
Binary1000010110100001000000
Octal205120100

Shades and tints

Shades of #855040

#855040
(133,80,64)
#79493B
(121,73,59)
#6D4236
(109,66,54)
#613B31
(97,59,49)
#55342C
(85,52,44)
#492D27
(73,45,39)
#3D2622
(61,38,34)
#311F1D
(49,31,29)
#251818
(37,24,24)
#191113
(25,17,19)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #855040

#855040
(133,80,64)
#905F51
(144,95,81)
#9B6E62
(155,110,98)
#A67D73
(166,125,115)
#B18C84
(177,140,132)
#BC9B95
(188,155,149)
#C7AAA6
(199,170,166)
#D2B9B7
(210,185,183)
#DDC8C8
(221,200,200)
#E8D7D9
(232,215,217)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855040 color. Also use rgb(133,80,64) instead hex code.

Text Font Color

.myTextColor { color: #855040; }

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

This text font color is #855040.


Background Color

.myBgColor { background-color: #855040; }

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

This div background color is #855040.


Border color

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

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

This div border color is #855040.


Opacity

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

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

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

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

This text has shadow with #855040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855040 on black background.


Color preview on white background

This text has color #855040 on white background.



Black color preview on #855040 background

This text has black color on #855040 background.


White color preview on #855040 background

This text has white color on #855040 background.