COLOR #858E74

HEX: #858E74
RGB: (133,142,116)

Color info

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

RGB color model

#858E74 color RGB value is (133,142,116).

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

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 116 of 255 = 45%

133
142
116

R + G + B ~ 51%. #858E74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 116 = 391 (100%)
R 133 of 391 ~ 34.02%
G 142 of 391 ~ 36.32%
B 116 of 391 ~ 29.67%

%34.02
%36.32
%29.67

CMYK color model

#858E74 color CMYK value is (6,0,18,44).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 44.31%
CMYK:
(6,0,18,44)
C6M0Y18K44 
(6%,0%,18%,44%)
(0.06/0.00/0.18/0.44)	

CMYK percentages

%6.34
%0
%18.31
%44.31

Codes

Color #858E74 in popluar color models

858E74
RGB133142116
HSL81°10.32%50.59%
HSB/HSV81°18.31%55.69%
CMYK6.34%0.00%18.31%
44.31%

Color #858E74 in popluar number systems.

HEX858E74
Decimal133142116
Binary10000101100011101110100
Octal205216164

Shades and tints

Shades of #858E74

#858E74
(133,142,116)
#79826A
(121,130,106)
#6D7660
(109,118,96)
#616A56
(97,106,86)
#555E4C
(85,94,76)
#495242
(73,82,66)
#3D4638
(61,70,56)
#313A2E
(49,58,46)
#252E24
(37,46,36)
#19221A
(25,34,26)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #858E74

#858E74
(133,142,116)
#909880
(144,152,128)
#9BA28C
(155,162,140)
#A6AC98
(166,172,152)
#B1B6A4
(177,182,164)
#BCC0B0
(188,192,176)
#C7CABC
(199,202,188)
#D2D4C8
(210,212,200)
#DDDED4
(221,222,212)
#E8E8E0
(232,232,224)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E74; }

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

This text font color is #858E74.


Background Color

.myBgColor { background-color: #858E74; }

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

This div background color is #858E74.


Border color

.myBorderColor { border: 1px solid #858E74; }

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

This div border color is #858E74.


Opacity

.myOpacity80 { color: #858E74; opacity: 0.8; }

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

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

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

This text has shadow with #858E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858E74 on black background.


Color preview on white background

This text has color #858E74 on white background.



Black color preview on #858E74 background

This text has black color on #858E74 background.


White color preview on #858E74 background

This text has white color on #858E74 background.