COLOR #857A45

HEX: #857A45
RGB: (133,122,69)

Color info

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

RGB color model

#857A45 color RGB value is (133,122,69).

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

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 69 of 255 = 27%

133
122
69

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 69 = 324 (100%)
R 133 of 324 ~ 41.05%
G 122 of 324 ~ 37.65%
B 69 of 324 ~ 21.3%

%41.05
%37.65
%21.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(0,8,48,48)
C0M8Y48K48 
(0%,8%,48%,48%)
(0.00/0.08/0.48/0.48)	

CMYK percentages

%0
%8.27
%48.12
%47.84

Codes

Color #857A45 in popluar color models

857A45
RGB13312269
HSL50°31.68%39.61%
HSB/HSV50°48.12%52.16%
CMYK0.00%8.27%48.12%
47.84%

Color #857A45 in popluar number systems.

HEX857A45
Decimal13312269
Binary1000010111110101000101
Octal205172105

Shades and tints

Shades of #857A45

#857A45
(133,122,69)
#796F3F
(121,111,63)
#6D6439
(109,100,57)
#615933
(97,89,51)
#554E2D
(85,78,45)
#494327
(73,67,39)
#3D3821
(61,56,33)
#312D1B
(49,45,27)
#252215
(37,34,21)
#19170F
(25,23,15)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #857A45

#857A45
(133,122,69)
#908655
(144,134,85)
#9B9265
(155,146,101)
#A69E75
(166,158,117)
#B1AA85
(177,170,133)
#BCB695
(188,182,149)
#C7C2A5
(199,194,165)
#D2CEB5
(210,206,181)
#DDDAC5
(221,218,197)
#E8E6D5
(232,230,213)
#F3F2E5
(243,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857A45; }

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

This text font color is #857A45.


Background Color

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

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

This div background color is #857A45.


Border color

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

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

This div border color is #857A45.


Opacity

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

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

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

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

This text has shadow with #857A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857A45 on black background.


Color preview on white background

This text has color #857A45 on white background.



Black color preview on #857A45 background

This text has black color on #857A45 background.


White color preview on #857A45 background

This text has white color on #857A45 background.