COLOR #857172

HEX: #857172
RGB: (133,113,114)

Color info

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

RGB color model

#857172 color RGB value is (133,113,114).

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

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 114 of 255 = 45%

133
113
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 114 = 360 (100%)
R 133 of 360 ~ 36.94%
G 113 of 360 ~ 31.39%
B 114 of 360 ~ 31.67%

%36.94
%31.39
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(0,15,14,48)
C0M15Y14K48 
(0%,15%,14%,48%)
(0.00/0.15/0.14/0.48)	

CMYK percentages

%0
%15.04
%14.29
%47.84

Codes

Color #857172 in popluar color models

857172
RGB133113114
HSL357°8.13%48.24%
HSB/HSV357°15.04%52.16%
CMYK0.00%15.04%14.29%
47.84%

Color #857172 in popluar number systems.

HEX857172
Decimal133113114
Binary1000010111100011110010
Octal205161162

Shades and tints

Shades of #857172

#857172
(133,113,114)
#796768
(121,103,104)
#6D5D5E
(109,93,94)
#615354
(97,83,84)
#55494A
(85,73,74)
#493F40
(73,63,64)
#3D3536
(61,53,54)
#312B2C
(49,43,44)
#252122
(37,33,34)
#191718
(25,23,24)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #857172

#857172
(133,113,114)
#907D7E
(144,125,126)
#9B898A
(155,137,138)
#A69596
(166,149,150)
#B1A1A2
(177,161,162)
#BCADAE
(188,173,174)
#C7B9BA
(199,185,186)
#D2C5C6
(210,197,198)
#DDD1D2
(221,209,210)
#E8DDDE
(232,221,222)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857172; }

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

This text font color is #857172.


Background Color

.myBgColor { background-color: #857172; }

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

This div background color is #857172.


Border color

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

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

This div border color is #857172.


Opacity

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

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

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

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

This text has shadow with #857172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857172 on black background.


Color preview on white background

This text has color #857172 on white background.



Black color preview on #857172 background

This text has black color on #857172 background.


White color preview on #857172 background

This text has white color on #857172 background.