COLOR #857D4D

HEX: #857D4D RGB: (133,125,77)

Color info

#857D4D contains red, green and blue colors in about the same proportion. Web safe color of #857D4D is #996633 (or #963).

RGB color model

#857D4D color RGB value is (133,125,77).

RGB: (133,125,77) (52%, 49%, 30%)

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 77 of 255 = 30%

133
125
77

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

Portions of RGB colors in percentages

R + G + B = 133 + 125 + 77 = 335 (100%)
R 133 of 335 ~ 39.7%
G 125 of 335 ~ 37.31%
B 77 of 335 ~ 22.99'%

%39.7
%37.31
%22.99

CMYK color model

#857D4D color CMYK value is (0,6,42,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 42.11%
  • key color value is 47.84%

CMYK: (0,6,42,48)
C0M6Y42K48 (0%, 6%, 42%, 48%)
(0.00 / 0.06 / 0.42 / 0.48)

CMYK percentages

%0
%6.02
%42.11
%47.84

Codes

Color #857D4D in popluar color models

85 7D 4D
RGB 133 125 77
HSL 51° 26.67% 41.18%
HSB/HSV 51° 42.11% 52.16%
CMYK 0.00% 6.02% 42.11%
47.84%

Color #857D4D in popluar number systems.

HEX 85 7D 4D
Decimal 133 125 77
Binary 10000101 1111101 1001101
Octal 205 175 115

Shades and tints

Shades of #857D4D

#857D4D
(133,125,77)
#797246
(121,114,70)
#6D673F
(109,103,63)
#615C38
(97,92,56)
#555131
(85,81,49)
#49462A
(73,70,42)
#3D3B23
(61,59,35)
#31301C
(49,48,28)
#252515
(37,37,21)
#191A0E
(25,26,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #857D4D

#857D4D
(133,125,77)
#90885D
(144,136,93)
#9B936D
(155,147,109)
#A69E7D
(166,158,125)
#B1A98D
(177,169,141)
#BCB49D
(188,180,157)
#C7BFAD
(199,191,173)
#D2CABD
(210,202,189)
#DDD5CD
(221,213,205)
#E8E0DD
(232,224,221)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857D4D color. Also use rgb(133,125,77) instead hex code.

Text Font Color

.myTextColor { color: #857D4D; }

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

This text font color is #857D4D.

Background Color

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

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

This div background color is #857D4D.

Border color

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

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

This div border color is #857D4D.

Opacity

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

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

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

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

This text has shadow with #857D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857D4D.

Preview

Color preview on black background

This text has color #857D4D on black background.


Color preview on white background

This text has color #857D4D on white background.


Black color preview on #857D4D background

This text has black color on #857D4D background.


White color preview on #857D4D background

This text has white color on #857D4D background.


Related colors

Complementary color

Complementary color for #hex is #7A82B2.


I love getcolorcode.com

Triadic colors

1 #4D857D and #7D4D85 with #857D4D are triadic colors.

2 #4D7D85 and #7D854D with #857D4D are triadic colors.