COLOR #857A35

HEX: #857A35
RGB: (133,122,53)

Color info

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

RGB color model

#857A35 color RGB value is (133,122,53).

  • red value is 133;
  • green value is 122;
  • blue value is 53.
RGB:
(133,122,53)
(52%,48%,21%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 53 of 255 = 21%

133
122
53

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 53 = 308 (100%)
R 133 of 308 ~ 43.18%
G 122 of 308 ~ 39.61%
B 53 of 308 ~ 17.21%

%43.18
%39.61
%17.21

CMYK color model

#857A35 color CMYK value is (0,8,60,48).

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 60.15%
  • key color value is 47.84%
CMYK:
(0,8,60,48)
C0M8Y60K48 
(0%,8%,60%,48%)
(0.00/0.08/0.60/0.48)	

CMYK percentages

%0
%8.27
%60.15
%47.84

Codes

Color #857A35 in popluar color models

857A35
RGB13312253
HSL52°43.01%36.47%
HSB/HSV52°60.15%52.16%
CMYK0.00%8.27%60.15%
47.84%

Color #857A35 in popluar number systems.

HEX857A35
Decimal13312253
Binary100001011111010110101
Octal20517265

Shades and tints

Shades of #857A35

#857A35
(133,122,53)
#796F31
(121,111,49)
#6D642D
(109,100,45)
#615929
(97,89,41)
#554E25
(85,78,37)
#494321
(73,67,33)
#3D381D
(61,56,29)
#312D19
(49,45,25)
#252215
(37,34,21)
#191711
(25,23,17)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #857A35

#857A35
(133,122,53)
#908647
(144,134,71)
#9B9259
(155,146,89)
#A69E6B
(166,158,107)
#B1AA7D
(177,170,125)
#BCB68F
(188,182,143)
#C7C2A1
(199,194,161)
#D2CEB3
(210,206,179)
#DDDAC5
(221,218,197)
#E8E6D7
(232,230,215)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857A35 color. Also use rgb(133,122,53) instead hex code.

Text Font Color

.myTextColor { color: #857A35; }

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

This text font color is #857A35.


Background Color

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

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

This div background color is #857A35.


Border color

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

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

This div border color is #857A35.


Opacity

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

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

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

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

This text has shadow with #857A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857A35 on black background.


Color preview on white background

This text has color #857A35 on white background.



Black color preview on #857A35 background

This text has black color on #857A35 background.


White color preview on #857A35 background

This text has white color on #857A35 background.