COLOR #858F71

HEX: #858F71 RGB: (133,143,113)

Color info

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

RGB color model

#858F71 color RGB value is (133,143,113).

RGB: (133,143,113) (52%, 56%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 113 of 255 = 44%

133
143
113

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

Portions of RGB colors in percentages

R + G + B = 133 + 143 + 113 = 389 (100%)
R 133 of 389 ~ 34.19%
G 143 of 389 ~ 36.76%
B 113 of 389 ~ 29.05'%

%34.19
%36.76
%29.05

CMYK color model

#858F71 color CMYK value is (7,0,21,44).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 43.92%

CMYK: (7,0,21,44)
C7M0Y21K44 (7%, 0%, 21%, 44%)
(0.07 / 0.00 / 0.21 / 0.44)

CMYK percentages

%6.99
%0
%20.98
%43.92

Codes

Color #858F71 in popluar color models

85 8F 71
RGB 133 143 113
HSL 80° 11.81% 50.20%
HSB/HSV 80° 20.98% 56.08%
CMYK 6.99% 0.00% 20.98%
43.92%

Color #858F71 in popluar number systems.

HEX 85 8F 71
Decimal 133 143 113
Binary 10000101 10001111 1110001
Octal 205 217 161

Shades and tints

Shades of #858F71

#858F71
(133,143,113)
#798267
(121,130,103)
#6D755D
(109,117,93)
#616853
(97,104,83)
#555B49
(85,91,73)
#494E3F
(73,78,63)
#3D4135
(61,65,53)
#31342B
(49,52,43)
#252721
(37,39,33)
#191A17
(25,26,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #858F71

#858F71
(133,143,113)
#90997D
(144,153,125)
#9BA389
(155,163,137)
#A6AD95
(166,173,149)
#B1B7A1
(177,183,161)
#BCC1AD
(188,193,173)
#C7CBB9
(199,203,185)
#D2D5C5
(210,213,197)
#DDDFD1
(221,223,209)
#E8E9DD
(232,233,221)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858F71 color. Also use rgb(133,143,113) instead hex code.

Text Font Color

.myTextColor { color: #858F71; }

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

This text font color is #858F71.

Background Color

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

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

This div background color is #858F71.

Border color

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

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

This div border color is #858F71.

Opacity

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

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

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

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

This text has shadow with #858F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858F71.

Preview

Color preview on black background

This text has color #858F71 on black background.


Color preview on white background

This text has color #858F71 on white background.


Black color preview on #858F71 background

This text has black color on #858F71 background.


White color preview on #858F71 background

This text has white color on #858F71 background.


Related colors

Complementary color

Complementary color for #hex is #7A708E.


I love getcolorcode.com

Triadic colors

1 #71858F and #8F7185 with #858F71 are triadic colors.

2 #718F85 and #8F8571 with #858F71 are triadic colors.