COLOR #855F2E

HEX: #855F2E
RGB: (133,95,46)

Color info

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

RGB color model

#855F2E color RGB value is (133,95,46).

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

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 46 of 255 = 18%

133
95
46

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 46 = 274 (100%)
R 133 of 274 ~ 48.54%
G 95 of 274 ~ 34.67%
B 46 of 274 ~ 16.79%

%48.54
%34.67
%16.79

CMYK color model

#855F2E color CMYK value is (0,29,65,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 65.41%
  • key color value is 47.84%
CMYK:
(0,29,65,48)
C0M29Y65K48 
(0%,29%,65%,48%)
(0.00/0.29/0.65/0.48)	

CMYK percentages

%0
%28.57
%65.41
%47.84

Codes

Color #855F2E in popluar color models

855F2E
RGB1339546
HSL34°48.60%35.10%
HSB/HSV34°65.41%52.16%
CMYK0.00%28.57%65.41%
47.84%

Color #855F2E in popluar number systems.

HEX855F2E
Decimal1339546
Binary100001011011111101110
Octal20513756

Shades and tints

Shades of #855F2E

#855F2E
(133,95,46)
#79572A
(121,87,42)
#6D4F26
(109,79,38)
#614722
(97,71,34)
#553F1E
(85,63,30)
#49371A
(73,55,26)
#3D2F16
(61,47,22)
#312712
(49,39,18)
#251F0E
(37,31,14)
#19170A
(25,23,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #855F2E

#855F2E
(133,95,46)
#906D41
(144,109,65)
#9B7B54
(155,123,84)
#A68967
(166,137,103)
#B1977A
(177,151,122)
#BCA58D
(188,165,141)
#C7B3A0
(199,179,160)
#D2C1B3
(210,193,179)
#DDCFC6
(221,207,198)
#E8DDD9
(232,221,217)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F2E; }

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

This text font color is #855F2E.


Background Color

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

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

This div background color is #855F2E.


Border color

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

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

This div border color is #855F2E.


Opacity

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

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

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

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

This text has shadow with #855F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F2E on black background.


Color preview on white background

This text has color #855F2E on white background.



Black color preview on #855F2E background

This text has black color on #855F2E background.


White color preview on #855F2E background

This text has white color on #855F2E background.