COLOR #857345

HEX: #857345
RGB: (133,115,69)

Color info

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

RGB color model

#857345 color RGB value is (133,115,69).

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

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 69 of 255 = 27%

133
115
69

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

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 69 = 317 (100%)
R 133 of 317 ~ 41.96%
G 115 of 317 ~ 36.28%
B 69 of 317 ~ 21.77%

%41.96
%36.28
%21.77

CMYK color model

#857345 color CMYK value is (0,14,48,48).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(0,14,48,48)
C0M14Y48K48 
(0%,14%,48%,48%)
(0.00/0.14/0.48/0.48)	

CMYK percentages

%0
%13.53
%48.12
%47.84

Codes

Color #857345 in popluar color models

857345
RGB13311569
HSL43°31.68%39.61%
HSB/HSV43°48.12%52.16%
CMYK0.00%13.53%48.12%
47.84%

Color #857345 in popluar number systems.

HEX857345
Decimal13311569
Binary1000010111100111000101
Octal205163105

Shades and tints

Shades of #857345

#857345
(133,115,69)
#79693F
(121,105,63)
#6D5F39
(109,95,57)
#615533
(97,85,51)
#554B2D
(85,75,45)
#494127
(73,65,39)
#3D3721
(61,55,33)
#312D1B
(49,45,27)
#252315
(37,35,21)
#19190F
(25,25,15)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #857345

#857345
(133,115,69)
#907F55
(144,127,85)
#9B8B65
(155,139,101)
#A69775
(166,151,117)
#B1A385
(177,163,133)
#BCAF95
(188,175,149)
#C7BBA5
(199,187,165)
#D2C7B5
(210,199,181)
#DDD3C5
(221,211,197)
#E8DFD5
(232,223,213)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857345; }

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

This text font color is #857345.


Background Color

.myBgColor { background-color: #857345; }

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

This div background color is #857345.


Border color

.myBorderColor { border: 1px solid #857345; }

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

This div border color is #857345.


Opacity

.myOpacity80 { color: #857345; opacity: 0.8; }

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

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

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

This text has shadow with #857345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857345 on black background.


Color preview on white background

This text has color #857345 on white background.



Black color preview on #857345 background

This text has black color on #857345 background.


White color preview on #857345 background

This text has white color on #857345 background.