COLOR #855F44

HEX: #855F44
RGB: (133,95,68)

Color info

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

RGB color model

#855F44 color RGB value is (133,95,68).

  • red value is 133;
  • green value is 95;
  • blue value is 68.
RGB:
(133,95,68)
(52%,37%,27%)

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 68 of 255 = 27%

133
95
68

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 68 = 296 (100%)
R 133 of 296 ~ 44.93%
G 95 of 296 ~ 32.09%
B 68 of 296 ~ 22.97%

%44.93
%32.09
%22.97

CMYK color model

#855F44 color CMYK value is (0,29,49,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 48.87%
  • key color value is 47.84%
CMYK:
(0,29,49,48)
C0M29Y49K48 
(0%,29%,49%,48%)
(0.00/0.29/0.49/0.48)	

CMYK percentages

%0
%28.57
%48.87
%47.84

Codes

Color #855F44 in popluar color models

855F44
RGB1339568
HSL25°32.34%39.41%
HSB/HSV25°48.87%52.16%
CMYK0.00%28.57%48.87%
47.84%

Color #855F44 in popluar number systems.

HEX855F44
Decimal1339568
Binary1000010110111111000100
Octal205137104

Shades and tints

Shades of #855F44

#855F44
(133,95,68)
#79573E
(121,87,62)
#6D4F38
(109,79,56)
#614732
(97,71,50)
#553F2C
(85,63,44)
#493726
(73,55,38)
#3D2F20
(61,47,32)
#31271A
(49,39,26)
#251F14
(37,31,20)
#19170E
(25,23,14)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #855F44

#855F44
(133,95,68)
#906D55
(144,109,85)
#9B7B66
(155,123,102)
#A68977
(166,137,119)
#B19788
(177,151,136)
#BCA599
(188,165,153)
#C7B3AA
(199,179,170)
#D2C1BB
(210,193,187)
#DDCFCC
(221,207,204)
#E8DDDD
(232,221,221)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855F44 color. Also use rgb(133,95,68) instead hex code.

Text Font Color

.myTextColor { color: #855F44; }

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

This text font color is #855F44.


Background Color

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

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

This div background color is #855F44.


Border color

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

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

This div border color is #855F44.


Opacity

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

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

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

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

This text has shadow with #855F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F44 on black background.


Color preview on white background

This text has color #855F44 on white background.



Black color preview on #855F44 background

This text has black color on #855F44 background.


White color preview on #855F44 background

This text has white color on #855F44 background.