COLOR #855F35

HEX: #855F35
RGB: (133,95,53)

Color info

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

RGB color model

#855F35 color RGB value is (133,95,53).

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

RGB channels and saturation

R 133 of 255 = 52%
G 95 of 255 = 37%
B 53 of 255 = 21%

133
95
53

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

Portions of RGB colors in percentages

R + G + B =
133 + 95 + 53 = 281 (100%)
R 133 of 281 ~ 47.33%
G 95 of 281 ~ 33.81%
B 53 of 281 ~ 18.86%

%47.33
%33.81
%18.86

CMYK color model

#855F35 color CMYK value is (0,29,60,48).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 60.15%
  • key color value is 47.84%
CMYK:
(0,29,60,48)
C0M29Y60K48 
(0%,29%,60%,48%)
(0.00/0.29/0.60/0.48)	

CMYK percentages

%0
%28.57
%60.15
%47.84

Codes

Color #855F35 in popluar color models

855F35
RGB1339553
HSL32°43.01%36.47%
HSB/HSV32°60.15%52.16%
CMYK0.00%28.57%60.15%
47.84%

Color #855F35 in popluar number systems.

HEX855F35
Decimal1339553
Binary100001011011111110101
Octal20513765

Shades and tints

Shades of #855F35

#855F35
(133,95,53)
#795731
(121,87,49)
#6D4F2D
(109,79,45)
#614729
(97,71,41)
#553F25
(85,63,37)
#493721
(73,55,33)
#3D2F1D
(61,47,29)
#312719
(49,39,25)
#251F15
(37,31,21)
#191711
(25,23,17)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #855F35

#855F35
(133,95,53)
#906D47
(144,109,71)
#9B7B59
(155,123,89)
#A6896B
(166,137,107)
#B1977D
(177,151,125)
#BCA58F
(188,165,143)
#C7B3A1
(199,179,161)
#D2C1B3
(210,193,179)
#DDCFC5
(221,207,197)
#E8DDD7
(232,221,215)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F35; }

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

This text font color is #855F35.


Background Color

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

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

This div background color is #855F35.


Border color

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

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

This div border color is #855F35.


Opacity

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

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

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

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

This text has shadow with #855F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F35 on black background.


Color preview on white background

This text has color #855F35 on white background.



Black color preview on #855F35 background

This text has black color on #855F35 background.


White color preview on #855F35 background

This text has white color on #855F35 background.