COLOR #855441

HEX: #855441
RGB: (133,84,65)

Color info

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

RGB color model

#855441 color RGB value is (133,84,65).

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

RGB channels and saturation

R 133 of 255 = 52%
G 84 of 255 = 33%
B 65 of 255 = 25%

133
84
65

R + G + B ~ 37%. #855441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 84 + 65 = 282 (100%)
R 133 of 282 ~ 47.16%
G 84 of 282 ~ 29.79%
B 65 of 282 ~ 23.05%

%47.16
%29.79
%23.05

CMYK color model

#855441 color CMYK value is (0,37,51,48).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 51.13%
  • key color value is 47.84%
CMYK:
(0,37,51,48)
C0M37Y51K48 
(0%,37%,51%,48%)
(0.00/0.37/0.51/0.48)	

CMYK percentages

%0
%36.84
%51.13
%47.84

Codes

Color #855441 in popluar color models

855441
RGB1338465
HSL17°34.34%38.82%
HSB/HSV17°51.13%52.16%
CMYK0.00%36.84%51.13%
47.84%

Color #855441 in popluar number systems.

HEX855441
Decimal1338465
Binary1000010110101001000001
Octal205124101

Shades and tints

Shades of #855441

#855441
(133,84,65)
#794D3C
(121,77,60)
#6D4637
(109,70,55)
#613F32
(97,63,50)
#55382D
(85,56,45)
#493128
(73,49,40)
#3D2A23
(61,42,35)
#31231E
(49,35,30)
#251C19
(37,28,25)
#191514
(25,21,20)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #855441

#855441
(133,84,65)
#906352
(144,99,82)
#9B7263
(155,114,99)
#A68174
(166,129,116)
#B19085
(177,144,133)
#BC9F96
(188,159,150)
#C7AEA7
(199,174,167)
#D2BDB8
(210,189,184)
#DDCCC9
(221,204,201)
#E8DBDA
(232,219,218)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855441; }

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

This text font color is #855441.


Background Color

.myBgColor { background-color: #855441; }

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

This div background color is #855441.


Border color

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

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

This div border color is #855441.


Opacity

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

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

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

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

This text has shadow with #855441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855441 on black background.


Color preview on white background

This text has color #855441 on white background.



Black color preview on #855441 background

This text has black color on #855441 background.


White color preview on #855441 background

This text has white color on #855441 background.