COLOR #858F7B

HEX: #858F7B
RGB: (133,143,123)

Color info

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

RGB color model

#858F7B color RGB value is (133,143,123).

  • red value is 133;
  • green value is 143;
  • blue value is 123.
RGB: (133,143,123) (52%,56%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 123 of 255 = 48%

133
143
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 143 + 123 = 399 (100%)
R 133 of 399 ~ 33.33%
G 143 of 399 ~ 35.84%
B 123 of 399 ~ 30.83%

%33.33
%35.84
%30.83

CMYK color model

#858F7B color CMYK value is (7,0,14,44).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 13.99%
  • key color value is 43.92%
CMYK: (7,0,14,44) C7M0Y14K44 (7%,0%,14%,44%) (0.07/0.00/0.14/0.44)

CMYK percentages

%6.99
%0
%13.99
%43.92

Codes

Color #858F7B in popluar color models

858F7B
RGB133143123
HSL90°8.20%52.16%
HSB/HSV90°13.99%56.08%
CMYK6.99%0.00%13.99%
43.92%

Color #858F7B in popluar number systems.

HEX858F7B
Decimal133143123
Binary10000101100011111111011
Octal205217173

Shades and tints

Shades of #858F7B

#858F7B
(133,143,123)
#798270
(121,130,112)
#6D7565
(109,117,101)
#61685A
(97,104,90)
#555B4F
(85,91,79)
#494E44
(73,78,68)
#3D4139
(61,65,57)
#31342E
(49,52,46)
#252723
(37,39,35)
#191A18
(25,26,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #858F7B

#858F7B
(133,143,123)
#909987
(144,153,135)
#9BA393
(155,163,147)
#A6AD9F
(166,173,159)
#B1B7AB
(177,183,171)
#BCC1B7
(188,193,183)
#C7CBC3
(199,203,195)
#D2D5CF
(210,213,207)
#DDDFDB
(221,223,219)
#E8E9E7
(232,233,231)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858F7B; }

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

This text font color is #858F7B.


Background Color

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

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

This div background color is #858F7B.


Border color

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

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

This div border color is #858F7B.


Opacity

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

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

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

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

This text has shadow with #858F7B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #858F7B on black background.


Color preview on white background

This text has color #858F7B on white background.



Black color preview on #858F7B background

This text has black color on #858F7B background.


White color preview on #858F7B background

This text has white color on #858F7B background.