COLOR #855F3E

HEX: #855F3E
RGB: (133,95,62)

Color info

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

RGB color model

#855F3E color RGB value is (133,95,62).

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

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 62 of 255 = 24%

133
95
62

R + G + B ~ 38%. #855F3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 62 = 290 (100%)
R 133 of 290 ~ 45.86%
G 95 of 290 ~ 32.76%
B 62 of 290 ~ 21.38%

%45.86
%32.76
%21.38

CMYK color model

#855F3E color CMYK value is (0,29,53,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 53.38%
  • key color value is 47.84%
CMYK:
(0,29,53,48)
C0M29Y53K48 
(0%,29%,53%,48%)
(0.00/0.29/0.53/0.48)	

CMYK percentages

%0
%28.57
%53.38
%47.84

Codes

Color #855F3E in popluar color models

855F3E
RGB1339562
HSL28°36.41%38.24%
HSB/HSV28°53.38%52.16%
CMYK0.00%28.57%53.38%
47.84%

Color #855F3E in popluar number systems.

HEX855F3E
Decimal1339562
Binary100001011011111111110
Octal20513776

Shades and tints

Shades of #855F3E

#855F3E
(133,95,62)
#795739
(121,87,57)
#6D4F34
(109,79,52)
#61472F
(97,71,47)
#553F2A
(85,63,42)
#493725
(73,55,37)
#3D2F20
(61,47,32)
#31271B
(49,39,27)
#251F16
(37,31,22)
#191711
(25,23,17)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #855F3E

#855F3E
(133,95,62)
#906D4F
(144,109,79)
#9B7B60
(155,123,96)
#A68971
(166,137,113)
#B19782
(177,151,130)
#BCA593
(188,165,147)
#C7B3A4
(199,179,164)
#D2C1B5
(210,193,181)
#DDCFC6
(221,207,198)
#E8DDD7
(232,221,215)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F3E; }

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

This text font color is #855F3E.


Background Color

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

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

This div background color is #855F3E.


Border color

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

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

This div border color is #855F3E.


Opacity

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

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

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

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

This text has shadow with #855F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F3E on black background.


Color preview on white background

This text has color #855F3E on white background.



Black color preview on #855F3E background

This text has black color on #855F3E background.


White color preview on #855F3E background

This text has white color on #855F3E background.