COLOR #855A1E

HEX: #855A1E
RGB: (133,90,30)

Color info

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

RGB color model

#855A1E color RGB value is (133,90,30).

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

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 30 of 255 = 12%

133
90
30

R + G + B ~ 33%. #855A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 30 = 253 (100%)
R 133 of 253 ~ 52.57%
G 90 of 253 ~ 35.57%
B 30 of 253 ~ 11.86%

%52.57
%35.57
%11.86

CMYK color model

#855A1E color CMYK value is (0,32,77,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 77.44%
  • key color value is 47.84%
CMYK:
(0,32,77,48)
C0M32Y77K48 
(0%,32%,77%,48%)
(0.00/0.32/0.77/0.48)	

CMYK percentages

%0
%32.33
%77.44
%47.84

Codes

Color #855A1E in popluar color models

855A1E
RGB1339030
HSL35°63.19%31.96%
HSB/HSV35°77.44%52.16%
CMYK0.00%32.33%77.44%
47.84%

Color #855A1E in popluar number systems.

HEX855A1E
Decimal1339030
Binary10000101101101011110
Octal20513236

Shades and tints

Shades of #855A1E

#855A1E
(133,90,30)
#79521C
(121,82,28)
#6D4A1A
(109,74,26)
#614218
(97,66,24)
#553A16
(85,58,22)
#493214
(73,50,20)
#3D2A12
(61,42,18)
#312210
(49,34,16)
#251A0E
(37,26,14)
#19120C
(25,18,12)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #855A1E

#855A1E
(133,90,30)
#906932
(144,105,50)
#9B7846
(155,120,70)
#A6875A
(166,135,90)
#B1966E
(177,150,110)
#BCA582
(188,165,130)
#C7B496
(199,180,150)
#D2C3AA
(210,195,170)
#DDD2BE
(221,210,190)
#E8E1D2
(232,225,210)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A1E; }

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

This text font color is #855A1E.


Background Color

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

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

This div background color is #855A1E.


Border color

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

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

This div border color is #855A1E.


Opacity

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

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

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

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

This text has shadow with #855A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A1E on black background.


Color preview on white background

This text has color #855A1E on white background.



Black color preview on #855A1E background

This text has black color on #855A1E background.


White color preview on #855A1E background

This text has white color on #855A1E background.