COLOR #857D37

HEX: #857D37
RGB: (133,125,55)

Color info

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

RGB color model

#857D37 color RGB value is (133,125,55).

  • red value is 133;
  • green value is 125;
  • blue value is 55.
RGB: (133,125,55) (52%,49%,22%)

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 55 of 255 = 22%

133
125
55

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 55 = 313 (100%)
R 133 of 313 ~ 42.49%
G 125 of 313 ~ 39.94%
B 55 of 313 ~ 17.57%

%42.49
%39.94
%17.57

CMYK color model

#857D37 color CMYK value is (0,6,59,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 58.65%
  • key color value is 47.84%
CMYK: (0,6,59,48) C0M6Y59K48 (0%,6%,59%,48%) (0.00/0.06/0.59/0.48)

CMYK percentages

%0
%6.02
%58.65
%47.84

Codes

Color #857D37 in popluar color models

857D37
RGB13312555
HSL54°41.49%36.86%
HSB/HSV54°58.65%52.16%
CMYK0.00%6.02%58.65%
47.84%

Color #857D37 in popluar number systems.

HEX857D37
Decimal13312555
Binary100001011111101110111
Octal20517567

Shades and tints

Shades of #857D37

#857D37
(133,125,55)
#797232
(121,114,50)
#6D672D
(109,103,45)
#615C28
(97,92,40)
#555123
(85,81,35)
#49461E
(73,70,30)
#3D3B19
(61,59,25)
#313014
(49,48,20)
#25250F
(37,37,15)
#191A0A
(25,26,10)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #857D37

#857D37
(133,125,55)
#908849
(144,136,73)
#9B935B
(155,147,91)
#A69E6D
(166,158,109)
#B1A97F
(177,169,127)
#BCB491
(188,180,145)
#C7BFA3
(199,191,163)
#D2CAB5
(210,202,181)
#DDD5C7
(221,213,199)
#E8E0D9
(232,224,217)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857D37; }

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

This text font color is #857D37.


Background Color

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

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

This div background color is #857D37.


Border color

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

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

This div border color is #857D37.


Opacity

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

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

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

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

This text has shadow with #857D37 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #857D37; -webkit-box-shadow:	1px 1px 3px 2px #857D37; box-shadow:	1px 1px 3px 2px #857D37; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #857D37; -webkit-box-shadow: 1px 1px 3px 2px #857D37; box-shadow:1px 1px 3px 2px #857D37;">
Div content here</div>
This div box has shadow with color #857D37.

Preview

Color preview on black background

This text has color #857D37 on black background.


Color preview on white background

This text has color #857D37 on white background.



Black color preview on #857D37 background

This text has black color on #857D37 background.


White color preview on #857D37 background

This text has white color on #857D37 background.