COLOR #859892

HEX: #859892
RGB: (133,152,146)

Color info

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

RGB color model

#859892 color RGB value is (133,152,146).

  • red value is 133;
  • green value is 152;
  • blue value is 146.
RGB:
(133,152,146)
(52%,60%,57%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 146 of 255 = 57%

133
152
146

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

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 146 = 431 (100%)
R 133 of 431 ~ 30.86%
G 152 of 431 ~ 35.27%
B 146 of 431 ~ 33.87%

%30.86
%35.27
%33.87

CMYK color model

#859892 color CMYK value is (13,0,4,40).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(13,0,4,40)
C13M0Y4K40 
(13%,0%,4%,40%)
(0.13/0.00/0.04/0.40)	

CMYK percentages

%12.5
%0
%3.95
%40.39

Codes

Color #859892 in popluar color models

859892
RGB133152146
HSL161°8.44%55.88%
HSB/HSV161°12.50%59.61%
CMYK12.50%0.00%3.95%
40.39%

Color #859892 in popluar number systems.

HEX859892
Decimal133152146
Binary100001011001100010010010
Octal205230222

Shades and tints

Shades of #859892

#859892
(133,152,146)
#798B85
(121,139,133)
#6D7E78
(109,126,120)
#61716B
(97,113,107)
#55645E
(85,100,94)
#495751
(73,87,81)
#3D4A44
(61,74,68)
#313D37
(49,61,55)
#25302A
(37,48,42)
#19231D
(25,35,29)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #859892

#859892
(133,152,146)
#90A19B
(144,161,155)
#9BAAA4
(155,170,164)
#A6B3AD
(166,179,173)
#B1BCB6
(177,188,182)
#BCC5BF
(188,197,191)
#C7CEC8
(199,206,200)
#D2D7D1
(210,215,209)
#DDE0DA
(221,224,218)
#E8E9E3
(232,233,227)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859892 color. Also use rgb(133,152,146) instead hex code.

Text Font Color

.myTextColor { color: #859892; }

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

This text font color is #859892.


Background Color

.myBgColor { background-color: #859892; }

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

This div background color is #859892.


Border color

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

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

This div border color is #859892.


Opacity

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

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

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

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

This text has shadow with #859892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859892 on black background.


Color preview on white background

This text has color #859892 on white background.



Black color preview on #859892 background

This text has black color on #859892 background.


White color preview on #859892 background

This text has white color on #859892 background.