COLOR #858389

HEX: #858389
RGB: (133,131,137)

Color info

#858389 contains red, green and blue colors in about the same proportion. Web safe color of #858389 is #999999 (or #999).

RGB color model

#858389 color RGB value is (133,131,137).

  • red value is 133;
  • green value is 131;
  • blue value is 137.
RGB:
(133,131,137)
(52%,51%,54%)

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 137 of 255 = 54%

133
131
137

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 137 = 401 (100%)
R 133 of 401 ~ 33.17%
G 131 of 401 ~ 32.67%
B 137 of 401 ~ 34.16%

%33.17
%32.67
%34.16

CMYK color model

#858389 color CMYK value is (3,4,0,46).

  • cyan value is 2.92%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(3,4,0,46)
C3M4Y0K46 
(3%,4%,0%,46%)
(0.03/0.04/0.00/0.46)	

CMYK percentages

%2.92
%4.38
%0
%46.27

Codes

Color #858389 in popluar color models

858389
RGB133131137
HSL260°2.48%52.55%
HSB/HSV260°4.38%53.73%
CMYK2.92%4.38%0.00%
46.27%

Color #858389 in popluar number systems.

HEX858389
Decimal133131137
Binary100001011000001110001001
Octal205203211

Shades and tints

Shades of #858389

#858389
(133,131,137)
#79787D
(121,120,125)
#6D6D71
(109,109,113)
#616265
(97,98,101)
#555759
(85,87,89)
#494C4D
(73,76,77)
#3D4141
(61,65,65)
#313635
(49,54,53)
#252B29
(37,43,41)
#19201D
(25,32,29)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #858389

#858389
(133,131,137)
#908E93
(144,142,147)
#9B999D
(155,153,157)
#A6A4A7
(166,164,167)
#B1AFB1
(177,175,177)
#BCBABB
(188,186,187)
#C7C5C5
(199,197,197)
#D2D0CF
(210,208,207)
#DDDBD9
(221,219,217)
#E8E6E3
(232,230,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858389 color. Also use rgb(133,131,137) instead hex code.

Text Font Color

.myTextColor { color: #858389; }

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

This text font color is #858389.


Background Color

.myBgColor { background-color: #858389; }

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

This div background color is #858389.


Border color

.myBorderColor { border: 1px solid #858389; }

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

This div border color is #858389.


Opacity

.myOpacity80 { color: #858389; opacity: 0.8; }

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

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

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

This text has shadow with #858389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858389 on black background.


Color preview on white background

This text has color #858389 on white background.



Black color preview on #858389 background

This text has black color on #858389 background.


White color preview on #858389 background

This text has white color on #858389 background.