COLOR #858974

HEX: #858974
RGB: (133,137,116)

Color info

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

RGB color model

#858974 color RGB value is (133,137,116).

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

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 116 of 255 = 45%

133
137
116

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

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 116 = 386 (100%)
R 133 of 386 ~ 34.46%
G 137 of 386 ~ 35.49%
B 116 of 386 ~ 30.05%

%34.46
%35.49
%30.05

CMYK color model

#858974 color CMYK value is (3,0,15,46).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(3,0,15,46)
C3M0Y15K46 
(3%,0%,15%,46%)
(0.03/0.00/0.15/0.46)	

CMYK percentages

%2.92
%0
%15.33
%46.27

Codes

Color #858974 in popluar color models

858974
RGB133137116
HSL71°8.30%49.61%
HSB/HSV71°15.33%53.73%
CMYK2.92%0.00%15.33%
46.27%

Color #858974 in popluar number systems.

HEX858974
Decimal133137116
Binary10000101100010011110100
Octal205211164

Shades and tints

Shades of #858974

#858974
(133,137,116)
#797D6A
(121,125,106)
#6D7160
(109,113,96)
#616556
(97,101,86)
#55594C
(85,89,76)
#494D42
(73,77,66)
#3D4138
(61,65,56)
#31352E
(49,53,46)
#252924
(37,41,36)
#191D1A
(25,29,26)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #858974

#858974
(133,137,116)
#909380
(144,147,128)
#9B9D8C
(155,157,140)
#A6A798
(166,167,152)
#B1B1A4
(177,177,164)
#BCBBB0
(188,187,176)
#C7C5BC
(199,197,188)
#D2CFC8
(210,207,200)
#DDD9D4
(221,217,212)
#E8E3E0
(232,227,224)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858974; }

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

This text font color is #858974.


Background Color

.myBgColor { background-color: #858974; }

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

This div background color is #858974.


Border color

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

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

This div border color is #858974.


Opacity

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

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

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

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

This text has shadow with #858974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858974 on black background.


Color preview on white background

This text has color #858974 on white background.



Black color preview on #858974 background

This text has black color on #858974 background.


White color preview on #858974 background

This text has white color on #858974 background.