COLOR #855140

HEX: #855140
RGB: (133,81,64)

Color info

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

RGB color model

#855140 color RGB value is (133,81,64).

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

RGB channels and saturation

R 133 of 255 = 52%
G 81 of 255 = 32%
B 64 of 255 = 25%

133
81
64

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

Portions of RGB colors in percentages

R + G + B =
133 + 81 + 64 = 278 (100%)
R 133 of 278 ~ 47.84%
G 81 of 278 ~ 29.14%
B 64 of 278 ~ 23.02%

%47.84
%29.14
%23.02

CMYK color model

#855140 color CMYK value is (0,39,52,48).

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 51.88%
  • key color value is 47.84%
CMYK:
(0,39,52,48)
C0M39Y52K48 
(0%,39%,52%,48%)
(0.00/0.39/0.52/0.48)	

CMYK percentages

%0
%39.1
%51.88
%47.84

Codes

Color #855140 in popluar color models

855140
RGB1338164
HSL15°35.03%38.63%
HSB/HSV15°51.88%52.16%
CMYK0.00%39.10%51.88%
47.84%

Color #855140 in popluar number systems.

HEX855140
Decimal1338164
Binary1000010110100011000000
Octal205121100

Shades and tints

Shades of #855140

#855140
(133,81,64)
#794A3B
(121,74,59)
#6D4336
(109,67,54)
#613C31
(97,60,49)
#55352C
(85,53,44)
#492E27
(73,46,39)
#3D2722
(61,39,34)
#31201D
(49,32,29)
#251918
(37,25,24)
#191213
(25,18,19)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #855140

#855140
(133,81,64)
#906051
(144,96,81)
#9B6F62
(155,111,98)
#A67E73
(166,126,115)
#B18D84
(177,141,132)
#BC9C95
(188,156,149)
#C7ABA6
(199,171,166)
#D2BAB7
(210,186,183)
#DDC9C8
(221,201,200)
#E8D8D9
(232,216,217)
#F3E7EA
(243,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855140; }

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

This text font color is #855140.


Background Color

.myBgColor { background-color: #855140; }

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

This div background color is #855140.


Border color

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

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

This div border color is #855140.


Opacity

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

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

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

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

This text has shadow with #855140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855140 on black background.


Color preview on white background

This text has color #855140 on white background.



Black color preview on #855140 background

This text has black color on #855140 background.


White color preview on #855140 background

This text has white color on #855140 background.