COLOR #858E67

HEX: #858E67
RGB: (133,142,103)

Color info

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

RGB color model

#858E67 color RGB value is (133,142,103).

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

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 103 of 255 = 40%

133
142
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 103 = 378 (100%)
R 133 of 378 ~ 35.19%
G 142 of 378 ~ 37.57%
B 103 of 378 ~ 27.25%

%35.19
%37.57
%27.25

CMYK color model

#858E67 color CMYK value is (6,0,27,44).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 44.31%
CMYK:
(6,0,27,44)
C6M0Y27K44 
(6%,0%,27%,44%)
(0.06/0.00/0.27/0.44)	

CMYK percentages

%6.34
%0
%27.46
%44.31

Codes

Color #858E67 in popluar color models

858E67
RGB133142103
HSL74°15.92%48.04%
HSB/HSV74°27.46%55.69%
CMYK6.34%0.00%27.46%
44.31%

Color #858E67 in popluar number systems.

HEX858E67
Decimal133142103
Binary10000101100011101100111
Octal205216147

Shades and tints

Shades of #858E67

#858E67
(133,142,103)
#79825E
(121,130,94)
#6D7655
(109,118,85)
#616A4C
(97,106,76)
#555E43
(85,94,67)
#49523A
(73,82,58)
#3D4631
(61,70,49)
#313A28
(49,58,40)
#252E1F
(37,46,31)
#192216
(25,34,22)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #858E67

#858E67
(133,142,103)
#909874
(144,152,116)
#9BA281
(155,162,129)
#A6AC8E
(166,172,142)
#B1B69B
(177,182,155)
#BCC0A8
(188,192,168)
#C7CAB5
(199,202,181)
#D2D4C2
(210,212,194)
#DDDECF
(221,222,207)
#E8E8DC
(232,232,220)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E67; }

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

This text font color is #858E67.


Background Color

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

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

This div background color is #858E67.


Border color

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

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

This div border color is #858E67.


Opacity

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

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

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

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

This text has shadow with #858E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858E67 on black background.


Color preview on white background

This text has color #858E67 on white background.



Black color preview on #858E67 background

This text has black color on #858E67 background.


White color preview on #858E67 background

This text has white color on #858E67 background.