COLOR #858D7A

HEX: #858D7A RGB: (133,141,122)

Color info

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

RGB color model

#858D7A color RGB value is (133,141,122).

RGB: (133,141,122) (52%, 55%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 122 of 255 = 48%

133
141
122

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

Portions of RGB colors in percentages

R + G + B = 133 + 141 + 122 = 396 (100%)
R 133 of 396 ~ 33.59%
G 141 of 396 ~ 35.61%
B 122 of 396 ~ 30.81'%

%33.59
%35.61
%30.81

CMYK color model

#858D7A color CMYK value is (6,0,13,45).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%

CMYK: (6,0,13,45)
C6M0Y13K45 (6%, 0%, 13%, 45%)
(0.06 / 0.00 / 0.13 / 0.45)

CMYK percentages

%5.67
%0
%13.48
%44.71

Codes

Color #858D7A in popluar color models

85 8D 7A
RGB 133 141 122
HSL 85° 7.69% 51.57%
HSB/HSV 85° 13.48% 55.29%
CMYK 5.67% 0.00% 13.48%
44.71%

Color #858D7A in popluar number systems.

HEX 85 8D 7A
Decimal 133 141 122
Binary 10000101 10001101 1111010
Octal 205 215 172

Shades and tints

Shades of #858D7A

#858D7A
(133,141,122)
#79816F
(121,129,111)
#6D7564
(109,117,100)
#616959
(97,105,89)
#555D4E
(85,93,78)
#495143
(73,81,67)
#3D4538
(61,69,56)
#31392D
(49,57,45)
#252D22
(37,45,34)
#192117
(25,33,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #858D7A

#858D7A
(133,141,122)
#909786
(144,151,134)
#9BA192
(155,161,146)
#A6AB9E
(166,171,158)
#B1B5AA
(177,181,170)
#BCBFB6
(188,191,182)
#C7C9C2
(199,201,194)
#D2D3CE
(210,211,206)
#DDDDDA
(221,221,218)
#E8E7E6
(232,231,230)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858D7A color. Also use rgb(133,141,122) instead hex code.

Text Font Color

.myTextColor { color: #858D7A; }

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

This text font color is #858D7A.

Background Color

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

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

This div background color is #858D7A.

Border color

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

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

This div border color is #858D7A.

Opacity

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

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

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

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

This text has shadow with #858D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858D7A.

Preview

Color preview on black background

This text has color #858D7A on black background.


Color preview on white background

This text has color #858D7A on white background.


Black color preview on #858D7A background

This text has black color on #858D7A background.


White color preview on #858D7A background

This text has white color on #858D7A background.


Related colors

Complementary color

Complementary color for #hex is #7A7285.


I love getcolorcode.com

Triadic colors

1 #7A858D and #8D7A85 with #858D7A are triadic colors.

2 #7A8D85 and #8D857A with #858D7A are triadic colors.