COLOR #857D3E

HEX: #857D3E
RGB: (133,125,62)

Color info

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

RGB color model

#857D3E color RGB value is (133,125,62).

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

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 62 of 255 = 24%

133
125
62

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 62 = 320 (100%)
R 133 of 320 ~ 41.56%
G 125 of 320 ~ 39.06%
B 62 of 320 ~ 19.38%

%41.56
%39.06
%19.38

CMYK color model

#857D3E color CMYK value is (0,6,53,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 53.38%
  • key color value is 47.84%
CMYK:
(0,6,53,48)
C0M6Y53K48 
(0%,6%,53%,48%)
(0.00/0.06/0.53/0.48)	

CMYK percentages

%0
%6.02
%53.38
%47.84

Codes

Color #857D3E in popluar color models

857D3E
RGB13312562
HSL53°36.41%38.24%
HSB/HSV53°53.38%52.16%
CMYK0.00%6.02%53.38%
47.84%

Color #857D3E in popluar number systems.

HEX857D3E
Decimal13312562
Binary100001011111101111110
Octal20517576

Shades and tints

Shades of #857D3E

#857D3E
(133,125,62)
#797239
(121,114,57)
#6D6734
(109,103,52)
#615C2F
(97,92,47)
#55512A
(85,81,42)
#494625
(73,70,37)
#3D3B20
(61,59,32)
#31301B
(49,48,27)
#252516
(37,37,22)
#191A11
(25,26,17)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #857D3E

#857D3E
(133,125,62)
#90884F
(144,136,79)
#9B9360
(155,147,96)
#A69E71
(166,158,113)
#B1A982
(177,169,130)
#BCB493
(188,180,147)
#C7BFA4
(199,191,164)
#D2CAB5
(210,202,181)
#DDD5C6
(221,213,198)
#E8E0D7
(232,224,215)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857D3E; }

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

This text font color is #857D3E.


Background Color

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

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

This div background color is #857D3E.


Border color

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

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

This div border color is #857D3E.


Opacity

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

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

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

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

This text has shadow with #857D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857D3E on black background.


Color preview on white background

This text has color #857D3E on white background.



Black color preview on #857D3E background

This text has black color on #857D3E background.


White color preview on #857D3E background

This text has white color on #857D3E background.