COLOR #857C74

HEX: #857C74
RGB: (133,124,116)

Color info

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

RGB color model

#857C74 color RGB value is (133,124,116).

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

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 116 of 255 = 45%

133
124
116

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

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 116 = 373 (100%)
R 133 of 373 ~ 35.66%
G 124 of 373 ~ 33.24%
B 116 of 373 ~ 31.1%

%35.66
%33.24
%31.1

CMYK color model

#857C74 color CMYK value is (0,7,13,48).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 12.78%
  • key color value is 47.84%
CMYK:
(0,7,13,48)
C0M7Y13K48 
(0%,7%,13%,48%)
(0.00/0.07/0.13/0.48)	

CMYK percentages

%0
%6.77
%12.78
%47.84

Codes

Color #857C74 in popluar color models

857C74
RGB133124116
HSL28°6.83%48.82%
HSB/HSV28°12.78%52.16%
CMYK0.00%6.77%12.78%
47.84%

Color #857C74 in popluar number systems.

HEX857C74
Decimal133124116
Binary1000010111111001110100
Octal205174164

Shades and tints

Shades of #857C74

#857C74
(133,124,116)
#79716A
(121,113,106)
#6D6660
(109,102,96)
#615B56
(97,91,86)
#55504C
(85,80,76)
#494542
(73,69,66)
#3D3A38
(61,58,56)
#312F2E
(49,47,46)
#252424
(37,36,36)
#19191A
(25,25,26)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #857C74

#857C74
(133,124,116)
#908780
(144,135,128)
#9B928C
(155,146,140)
#A69D98
(166,157,152)
#B1A8A4
(177,168,164)
#BCB3B0
(188,179,176)
#C7BEBC
(199,190,188)
#D2C9C8
(210,201,200)
#DDD4D4
(221,212,212)
#E8DFE0
(232,223,224)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C74; }

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

This text font color is #857C74.


Background Color

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

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

This div background color is #857C74.


Border color

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

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

This div border color is #857C74.


Opacity

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

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

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

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

This text has shadow with #857C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C74 on black background.


Color preview on white background

This text has color #857C74 on white background.



Black color preview on #857C74 background

This text has black color on #857C74 background.


White color preview on #857C74 background

This text has white color on #857C74 background.