COLOR #857E2E

HEX: #857E2E RGB: (133,126,46)

Color info

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

RGB color model

#857E2E color RGB value is (133,126,46).

RGB: (133,126,46) (52%, 49%, 18%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 46 of 255 = 18%

133
126
46

R + G + B ~ 40%. #857E2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 46 = 305 (100%)
R 133 of 305 ~ 43.61%
G 126 of 305 ~ 41.31%
B 46 of 305 ~ 15.08'%

%43.61
%41.31
%15.08

CMYK color model

#857E2E color CMYK value is (0,5,65,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 65.41%
  • key color value is 47.84%

CMYK: (0,5,65,48)
C0M5Y65K48 (0%, 5%, 65%, 48%)
(0.00 / 0.05 / 0.65 / 0.48)

CMYK percentages

%0
%5.26
%65.41
%47.84

Codes

Color #857E2E in popluar color models

85 7E 2E
RGB 133 126 46
HSL 55° 48.60% 35.10%
HSB/HSV 55° 65.41% 52.16%
CMYK 0.00% 5.26% 65.41%
47.84%

Color #857E2E in popluar number systems.

HEX 85 7E 2E
Decimal 133 126 46
Binary 10000101 1111110 101110
Octal 205 176 56

Shades and tints

Shades of #857E2E

#857E2E
(133,126,46)
#79732A
(121,115,42)
#6D6826
(109,104,38)
#615D22
(97,93,34)
#55521E
(85,82,30)
#49471A
(73,71,26)
#3D3C16
(61,60,22)
#313112
(49,49,18)
#25260E
(37,38,14)
#191B0A
(25,27,10)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #857E2E

#857E2E
(133,126,46)
#908941
(144,137,65)
#9B9454
(155,148,84)
#A69F67
(166,159,103)
#B1AA7A
(177,170,122)
#BCB58D
(188,181,141)
#C7C0A0
(199,192,160)
#D2CBB3
(210,203,179)
#DDD6C6
(221,214,198)
#E8E1D9
(232,225,217)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857E2E color. Also use rgb(133,126,46) instead hex code.

Text Font Color

.myTextColor { color: #857E2E; }

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

This text font color is #857E2E.

Background Color

.myBgColor { background-color: #857E2E; }

<div style="background-color:#857E2E">Inner text</div>

This div background color is #857E2E.

Border color

.myBorderColor { border: 1px solid #857E2E; }

<div style="border:3px solid #857E2E">Div</div>

This div border color is #857E2E.

Opacity

.myOpacity80 { color: #857E2E; opacity: 0.8; }

<p style="color:#857E2E;opacity:0.8;">80%</p>

Text with #857E2E 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 #857E2E;}

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

This text has shadow with #857E2E color.


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

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

This text has shadow with #857E2E primary color and red secondary color.


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

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

This text has shadow with #857E2E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #857E2E.

Preview

Color preview on black background

This text has color #857E2E on black background.


Color preview on white background

This text has color #857E2E on white background.


Black color preview on #857E2E background

This text has black color on #857E2E background.


White color preview on #857E2E background

This text has white color on #857E2E background.


Related colors

Complementary color

Complementary color for #hex is #7A81D1.


I love getcolorcode.com

Triadic colors

1 #2E857E and #7E2E85 with #857E2E are triadic colors.

2 #2E7E85 and #7E852E with #857E2E are triadic colors.