COLOR #858172

HEX: #858172
RGB: (133,129,114)

Color info

#858172 contains red, green and blue colors in about the same proportion. Web safe color of #858172 is #999966 (or #996).

RGB color model

#858172 color RGB value is (133,129,114).

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

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 114 of 255 = 45%

133
129
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 114 = 376 (100%)
R 133 of 376 ~ 35.37%
G 129 of 376 ~ 34.31%
B 114 of 376 ~ 30.32%

%35.37
%34.31
%30.32

CMYK color model

#858172 color CMYK value is (0,3,14,48).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(0,3,14,48)
C0M3Y14K48 
(0%,3%,14%,48%)
(0.00/0.03/0.14/0.48)	

CMYK percentages

%0
%3.01
%14.29
%47.84

Codes

Color #858172 in popluar color models

858172
RGB133129114
HSL47°7.69%48.43%
HSB/HSV47°14.29%52.16%
CMYK0.00%3.01%14.29%
47.84%

Color #858172 in popluar number systems.

HEX858172
Decimal133129114
Binary10000101100000011110010
Octal205201162

Shades and tints

Shades of #858172

#858172
(133,129,114)
#797668
(121,118,104)
#6D6B5E
(109,107,94)
#616054
(97,96,84)
#55554A
(85,85,74)
#494A40
(73,74,64)
#3D3F36
(61,63,54)
#31342C
(49,52,44)
#252922
(37,41,34)
#191E18
(25,30,24)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #858172

#858172
(133,129,114)
#908C7E
(144,140,126)
#9B978A
(155,151,138)
#A6A296
(166,162,150)
#B1ADA2
(177,173,162)
#BCB8AE
(188,184,174)
#C7C3BA
(199,195,186)
#D2CEC6
(210,206,198)
#DDD9D2
(221,217,210)
#E8E4DE
(232,228,222)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858172; }

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

This text font color is #858172.


Background Color

.myBgColor { background-color: #858172; }

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

This div background color is #858172.


Border color

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

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

This div border color is #858172.


Opacity

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

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

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

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

This text has shadow with #858172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858172 on black background.


Color preview on white background

This text has color #858172 on white background.



Black color preview on #858172 background

This text has black color on #858172 background.


White color preview on #858172 background

This text has white color on #858172 background.