COLOR #855F27

HEX: #855F27
RGB: (133,95,39)

Color info

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

RGB color model

#855F27 color RGB value is (133,95,39).

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

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 39 of 255 = 15%

133
95
39

R + G + B ~ 35%. #855F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 39 = 267 (100%)
R 133 of 267 ~ 49.81%
G 95 of 267 ~ 35.58%
B 39 of 267 ~ 14.61%

%49.81
%35.58
%14.61

CMYK color model

#855F27 color CMYK value is (0,29,71,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 70.68%
  • key color value is 47.84%
CMYK:
(0,29,71,48)
C0M29Y71K48 
(0%,29%,71%,48%)
(0.00/0.29/0.71/0.48)	

CMYK percentages

%0
%28.57
%70.68
%47.84

Codes

Color #855F27 in popluar color models

855F27
RGB1339539
HSL36°54.65%33.73%
HSB/HSV36°70.68%52.16%
CMYK0.00%28.57%70.68%
47.84%

Color #855F27 in popluar number systems.

HEX855F27
Decimal1339539
Binary100001011011111100111
Octal20513747

Shades and tints

Shades of #855F27

#855F27
(133,95,39)
#795724
(121,87,36)
#6D4F21
(109,79,33)
#61471E
(97,71,30)
#553F1B
(85,63,27)
#493718
(73,55,24)
#3D2F15
(61,47,21)
#312712
(49,39,18)
#251F0F
(37,31,15)
#19170C
(25,23,12)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #855F27

#855F27
(133,95,39)
#906D3A
(144,109,58)
#9B7B4D
(155,123,77)
#A68960
(166,137,96)
#B19773
(177,151,115)
#BCA586
(188,165,134)
#C7B399
(199,179,153)
#D2C1AC
(210,193,172)
#DDCFBF
(221,207,191)
#E8DDD2
(232,221,210)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F27; }

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

This text font color is #855F27.


Background Color

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

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

This div background color is #855F27.


Border color

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

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

This div border color is #855F27.


Opacity

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

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

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

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

This text has shadow with #855F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F27 on black background.


Color preview on white background

This text has color #855F27 on white background.



Black color preview on #855F27 background

This text has black color on #855F27 background.


White color preview on #855F27 background

This text has white color on #855F27 background.