COLOR #857C5D

HEX: #857C5D
RGB: (133,124,93)

Color info

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

RGB color model

#857C5D color RGB value is (133,124,93).

  • red value is 133;
  • green value is 124;
  • blue value is 93.
RGB:
(133,124,93)
(52%,49%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 93 of 255 = 36%

133
124
93

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

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 93 = 350 (100%)
R 133 of 350 ~ 38%
G 124 of 350 ~ 35.43%
B 93 of 350 ~ 26.57%

%38
%35.43
%26.57

CMYK color model

#857C5D color CMYK value is (0,7,30,48).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK:
(0,7,30,48)
C0M7Y30K48 
(0%,7%,30%,48%)
(0.00/0.07/0.30/0.48)	

CMYK percentages

%0
%6.77
%30.08
%47.84

Codes

Color #857C5D in popluar color models

857C5D
RGB13312493
HSL47°17.70%44.31%
HSB/HSV47°30.08%52.16%
CMYK0.00%6.77%30.08%
47.84%

Color #857C5D in popluar number systems.

HEX857C5D
Decimal13312493
Binary1000010111111001011101
Octal205174135

Shades and tints

Shades of #857C5D

#857C5D
(133,124,93)
#797155
(121,113,85)
#6D664D
(109,102,77)
#615B45
(97,91,69)
#55503D
(85,80,61)
#494535
(73,69,53)
#3D3A2D
(61,58,45)
#312F25
(49,47,37)
#25241D
(37,36,29)
#191915
(25,25,21)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #857C5D

#857C5D
(133,124,93)
#90876B
(144,135,107)
#9B9279
(155,146,121)
#A69D87
(166,157,135)
#B1A895
(177,168,149)
#BCB3A3
(188,179,163)
#C7BEB1
(199,190,177)
#D2C9BF
(210,201,191)
#DDD4CD
(221,212,205)
#E8DFDB
(232,223,219)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857C5D color. Also use rgb(133,124,93) instead hex code.

Text Font Color

.myTextColor { color: #857C5D; }

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

This text font color is #857C5D.


Background Color

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

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

This div background color is #857C5D.


Border color

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

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

This div border color is #857C5D.


Opacity

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

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

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

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

This text has shadow with #857C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C5D on black background.


Color preview on white background

This text has color #857C5D on white background.



Black color preview on #857C5D background

This text has black color on #857C5D background.


White color preview on #857C5D background

This text has white color on #857C5D background.