COLOR #857472

HEX: #857472
RGB: (133,116,114)

Color info

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

RGB color model

#857472 color RGB value is (133,116,114).

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

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 114 of 255 = 45%

133
116
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 114 = 363 (100%)
R 133 of 363 ~ 36.64%
G 116 of 363 ~ 31.96%
B 114 of 363 ~ 31.4%

%36.64
%31.96
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(0,13,14,48)
C0M13Y14K48 
(0%,13%,14%,48%)
(0.00/0.13/0.14/0.48)	

CMYK percentages

%0
%12.78
%14.29
%47.84

Codes

Color #857472 in popluar color models

857472
RGB133116114
HSL7.69%48.43%
HSB/HSV14.29%52.16%
CMYK0.00%12.78%14.29%
47.84%

Color #857472 in popluar number systems.

HEX857472
Decimal133116114
Binary1000010111101001110010
Octal205164162

Shades and tints

Shades of #857472

#857472
(133,116,114)
#796A68
(121,106,104)
#6D605E
(109,96,94)
#615654
(97,86,84)
#554C4A
(85,76,74)
#494240
(73,66,64)
#3D3836
(61,56,54)
#312E2C
(49,46,44)
#252422
(37,36,34)
#191A18
(25,26,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #857472

#857472
(133,116,114)
#90807E
(144,128,126)
#9B8C8A
(155,140,138)
#A69896
(166,152,150)
#B1A4A2
(177,164,162)
#BCB0AE
(188,176,174)
#C7BCBA
(199,188,186)
#D2C8C6
(210,200,198)
#DDD4D2
(221,212,210)
#E8E0DE
(232,224,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857472; }

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

This text font color is #857472.


Background Color

.myBgColor { background-color: #857472; }

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

This div background color is #857472.


Border color

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

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

This div border color is #857472.


Opacity

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

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

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

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

This text has shadow with #857472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857472 on black background.


Color preview on white background

This text has color #857472 on white background.



Black color preview on #857472 background

This text has black color on #857472 background.


White color preview on #857472 background

This text has white color on #857472 background.