COLOR #855A2F

HEX: #855A2F
RGB: (133,90,47)

Color info

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

RGB color model

#855A2F color RGB value is (133,90,47).

  • red value is 133;
  • green value is 90;
  • blue value is 47.
RGB:
(133,90,47)
(52%,35%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 47 of 255 = 18%

133
90
47

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 47 = 270 (100%)
R 133 of 270 ~ 49.26%
G 90 of 270 ~ 33.33%
B 47 of 270 ~ 17.41%

%49.26
%33.33
%17.41

CMYK color model

#855A2F color CMYK value is (0,32,65,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 64.66%
  • key color value is 47.84%
CMYK:
(0,32,65,48)
C0M32Y65K48 
(0%,32%,65%,48%)
(0.00/0.32/0.65/0.48)	

CMYK percentages

%0
%32.33
%64.66
%47.84

Codes

Color #855A2F in popluar color models

855A2F
RGB1339047
HSL30°47.78%35.29%
HSB/HSV30°64.66%52.16%
CMYK0.00%32.33%64.66%
47.84%

Color #855A2F in popluar number systems.

HEX855A2F
Decimal1339047
Binary100001011011010101111
Octal20513257

Shades and tints

Shades of #855A2F

#855A2F
(133,90,47)
#79522B
(121,82,43)
#6D4A27
(109,74,39)
#614223
(97,66,35)
#553A1F
(85,58,31)
#49321B
(73,50,27)
#3D2A17
(61,42,23)
#312213
(49,34,19)
#251A0F
(37,26,15)
#19120B
(25,18,11)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #855A2F

#855A2F
(133,90,47)
#906941
(144,105,65)
#9B7853
(155,120,83)
#A68765
(166,135,101)
#B19677
(177,150,119)
#BCA589
(188,165,137)
#C7B49B
(199,180,155)
#D2C3AD
(210,195,173)
#DDD2BF
(221,210,191)
#E8E1D1
(232,225,209)
#F3F0E3
(243,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855A2F color. Also use rgb(133,90,47) instead hex code.

Text Font Color

.myTextColor { color: #855A2F; }

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

This text font color is #855A2F.


Background Color

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

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

This div background color is #855A2F.


Border color

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

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

This div border color is #855A2F.


Opacity

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

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

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

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

This text has shadow with #855A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A2F on black background.


Color preview on white background

This text has color #855A2F on white background.



Black color preview on #855A2F background

This text has black color on #855A2F background.


White color preview on #855A2F background

This text has white color on #855A2F background.