COLOR #857B3D

HEX: #857B3D RGB: (133,123,61)

Color info

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

RGB color model

#857B3D color RGB value is (133,123,61).

RGB: (133,123,61) (52%, 48%, 24%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 61 of 255 = 24%

133
123
61

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

Portions of RGB colors in percentages

R + G + B = 133 + 123 + 61 = 317 (100%)
R 133 of 317 ~ 41.96%
G 123 of 317 ~ 38.8%
B 61 of 317 ~ 19.24'%

%41.96
%38.8
%19.24

CMYK color model

#857B3D color CMYK value is (0,8,54,48).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 54.14%
  • key color value is 47.84%

CMYK: (0,8,54,48)
C0M8Y54K48 (0%, 8%, 54%, 48%)
(0.00 / 0.08 / 0.54 / 0.48)

CMYK percentages

%0
%7.52
%54.14
%47.84

Codes

Color #857B3D in popluar color models

85 7B 3D
RGB 133 123 61
HSL 52° 37.11% 38.04%
HSB/HSV 52° 54.14% 52.16%
CMYK 0.00% 7.52% 54.14%
47.84%

Color #857B3D in popluar number systems.

HEX 85 7B 3D
Decimal 133 123 61
Binary 10000101 1111011 111101
Octal 205 173 75

Shades and tints

Shades of #857B3D

#857B3D
(133,123,61)
#797038
(121,112,56)
#6D6533
(109,101,51)
#615A2E
(97,90,46)
#554F29
(85,79,41)
#494424
(73,68,36)
#3D391F
(61,57,31)
#312E1A
(49,46,26)
#252315
(37,35,21)
#191810
(25,24,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #857B3D

#857B3D
(133,123,61)
#90874E
(144,135,78)
#9B935F
(155,147,95)
#A69F70
(166,159,112)
#B1AB81
(177,171,129)
#BCB792
(188,183,146)
#C7C3A3
(199,195,163)
#D2CFB4
(210,207,180)
#DDDBC5
(221,219,197)
#E8E7D6
(232,231,214)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857B3D color. Also use rgb(133,123,61) instead hex code.

Text Font Color

.myTextColor { color: #857B3D; }

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

This text font color is #857B3D.

Background Color

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

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

This div background color is #857B3D.

Border color

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

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

This div border color is #857B3D.

Opacity

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

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

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

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

This text has shadow with #857B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857B3D.

Preview

Color preview on black background

This text has color #857B3D on black background.


Color preview on white background

This text has color #857B3D on white background.


Black color preview on #857B3D background

This text has black color on #857B3D background.


White color preview on #857B3D background

This text has white color on #857B3D background.


Related colors

Complementary color

Complementary color for #hex is #7A84C2.


I love getcolorcode.com

Triadic colors

1 #3D857B and #7B3D85 with #857B3D are triadic colors.

2 #3D7B85 and #7B853D with #857B3D are triadic colors.