COLOR #857053

HEX: #857053
RGB: (133,112,83)

Color info

#857053 contains red, green and blue colors in about the same proportion. Web safe color of #857053 is #996666 (or #966).

RGB color model

#857053 color RGB value is (133,112,83).

  • red value is 133;
  • green value is 112;
  • blue value is 83.
RGB:
(133,112,83)
(52%,44%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 83 of 255 = 33%

133
112
83

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 83 = 328 (100%)
R 133 of 328 ~ 40.55%
G 112 of 328 ~ 34.15%
B 83 of 328 ~ 25.3%

%40.55
%34.15
%25.3

CMYK color model

#857053 color CMYK value is (0,16,38,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 37.59%
  • key color value is 47.84%
CMYK:
(0,16,38,48)
C0M16Y38K48 
(0%,16%,38%,48%)
(0.00/0.16/0.38/0.48)	

CMYK percentages

%0
%15.79
%37.59
%47.84

Codes

Color #857053 in popluar color models

857053
RGB13311283
HSL35°23.15%42.35%
HSB/HSV35°37.59%52.16%
CMYK0.00%15.79%37.59%
47.84%

Color #857053 in popluar number systems.

HEX857053
Decimal13311283
Binary1000010111100001010011
Octal205160123

Shades and tints

Shades of #857053

#857053
(133,112,83)
#79664C
(121,102,76)
#6D5C45
(109,92,69)
#61523E
(97,82,62)
#554837
(85,72,55)
#493E30
(73,62,48)
#3D3429
(61,52,41)
#312A22
(49,42,34)
#25201B
(37,32,27)
#191614
(25,22,20)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #857053

#857053
(133,112,83)
#907D62
(144,125,98)
#9B8A71
(155,138,113)
#A69780
(166,151,128)
#B1A48F
(177,164,143)
#BCB19E
(188,177,158)
#C7BEAD
(199,190,173)
#D2CBBC
(210,203,188)
#DDD8CB
(221,216,203)
#E8E5DA
(232,229,218)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857053 color. Also use rgb(133,112,83) instead hex code.

Text Font Color

.myTextColor { color: #857053; }

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

This text font color is #857053.


Background Color

.myBgColor { background-color: #857053; }

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

This div background color is #857053.


Border color

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

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

This div border color is #857053.


Opacity

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

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

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

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

This text has shadow with #857053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857053 on black background.


Color preview on white background

This text has color #857053 on white background.



Black color preview on #857053 background

This text has black color on #857053 background.


White color preview on #857053 background

This text has white color on #857053 background.