COLOR #855A2E

HEX: #855A2E RGB: (133,90,46)

Color info

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

RGB color model

#855A2E color RGB value is (133,90,46).

RGB: (133,90,46) (52%, 35%, 18%)

RGB channels and saturation

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

133
90
46

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

Portions of RGB colors in percentages

R + G + B = 133 + 90 + 46 = 269 (100%)
R 133 of 269 ~ 49.44%
G 90 of 269 ~ 33.46%
B 46 of 269 ~ 17.1'%

%49.44
%33.46
%17.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 65.41%
  • 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
%65.41
%47.84

Codes

Color #855A2E in popluar color models

85 5A 2E
RGB 133 90 46
HSL 30° 48.60% 35.10%
HSB/HSV 30° 65.41% 52.16%
CMYK 0.00% 32.33% 65.41%
47.84%

Color #855A2E in popluar number systems.

HEX 85 5A 2E
Decimal 133 90 46
Binary 10000101 1011010 101110
Octal 205 132 56

Shades and tints

Shades of #855A2E

#855A2E
(133,90,46)
#79522A
(121,82,42)
#6D4A26
(109,74,38)
#614222
(97,66,34)
#553A1E
(85,58,30)
#49321A
(73,50,26)
#3D2A16
(61,42,22)
#312212
(49,34,18)
#251A0E
(37,26,14)
#19120A
(25,18,10)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #855A2E

#855A2E
(133,90,46)
#906941
(144,105,65)
#9B7854
(155,120,84)
#A68767
(166,135,103)
#B1967A
(177,150,122)
#BCA58D
(188,165,141)
#C7B4A0
(199,180,160)
#D2C3B3
(210,195,179)
#DDD2C6
(221,210,198)
#E8E1D9
(232,225,217)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A2E; }

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

This text font color is #855A2E.

Background Color

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

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

This div background color is #855A2E.

Border color

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

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

This div border color is #855A2E.

Opacity

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

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

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

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

This text has shadow with #855A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855A2E.

Preview

Color preview on black background

This text has color #855A2E on black background.


Color preview on white background

This text has color #855A2E on white background.


Black color preview on #855A2E background

This text has black color on #855A2E background.


White color preview on #855A2E background

This text has white color on #855A2E background.


Related colors

Complementary color

Complementary color for #hex is #7AA5D1.


I love getcolorcode.com

Triadic colors

1 #2E855A and #5A2E85 with #855A2E are triadic colors.

2 #2E5A85 and #5A852E with #855A2E are triadic colors.