COLOR #858470

HEX: #858470
RGB: (133,132,112)

Color info

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

RGB color model

#858470 color RGB value is (133,132,112).

  • red value is 133;
  • green value is 132;
  • blue value is 112.
RGB:
(133,132,112)
(52%,52%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 112 of 255 = 44%

133
132
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 132 + 112 = 377 (100%)
R 133 of 377 ~ 35.28%
G 132 of 377 ~ 35.01%
B 112 of 377 ~ 29.71%

%35.28
%35.01
%29.71

CMYK color model

#858470 color CMYK value is (0,1,16,48).

  • cyan value is 0.00%
  • magenta value is 0.75%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(0,1,16,48)
C0M1Y16K48 
(0%,1%,16%,48%)
(0.00/0.01/0.16/0.48)	

CMYK percentages

%0
%0.75
%15.79
%47.84

Codes

Color #858470 in popluar color models

858470
RGB133132112
HSL57°8.57%48.04%
HSB/HSV57°15.79%52.16%
CMYK0.00%0.75%15.79%
47.84%

Color #858470 in popluar number systems.

HEX858470
Decimal133132112
Binary10000101100001001110000
Octal205204160

Shades and tints

Shades of #858470

#858470
(133,132,112)
#797866
(121,120,102)
#6D6C5C
(109,108,92)
#616052
(97,96,82)
#555448
(85,84,72)
#49483E
(73,72,62)
#3D3C34
(61,60,52)
#31302A
(49,48,42)
#252420
(37,36,32)
#191816
(25,24,22)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #858470

#858470
(133,132,112)
#908F7D
(144,143,125)
#9B9A8A
(155,154,138)
#A6A597
(166,165,151)
#B1B0A4
(177,176,164)
#BCBBB1
(188,187,177)
#C7C6BE
(199,198,190)
#D2D1CB
(210,209,203)
#DDDCD8
(221,220,216)
#E8E7E5
(232,231,229)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858470 color. Also use rgb(133,132,112) instead hex code.

Text Font Color

.myTextColor { color: #858470; }

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

This text font color is #858470.


Background Color

.myBgColor { background-color: #858470; }

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

This div background color is #858470.


Border color

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

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

This div border color is #858470.


Opacity

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

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

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

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

This text has shadow with #858470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858470 on black background.


Color preview on white background

This text has color #858470 on white background.



Black color preview on #858470 background

This text has black color on #858470 background.


White color preview on #858470 background

This text has white color on #858470 background.