COLOR #859487

HEX: #859487
RGB: (133,148,135)

Color info

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

RGB color model

#859487 color RGB value is (133,148,135).

  • red value is 133;
  • green value is 148;
  • blue value is 135.
RGB:
(133,148,135)
(52%,58%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 135 of 255 = 53%

133
148
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 135 = 416 (100%)
R 133 of 416 ~ 31.97%
G 148 of 416 ~ 35.58%
B 135 of 416 ~ 32.45%

%31.97
%35.58
%32.45

CMYK color model

#859487 color CMYK value is (10,0,9,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 41.96%
CMYK:
(10,0,9,42)
C10M0Y9K42 
(10%,0%,9%,42%)
(0.10/0.00/0.09/0.42)	

CMYK percentages

%10.14
%0
%8.78
%41.96

Codes

Color #859487 in popluar color models

859487
RGB133148135
HSL128°6.55%55.10%
HSB/HSV128°10.14%58.04%
CMYK10.14%0.00%8.78%
41.96%

Color #859487 in popluar number systems.

HEX859487
Decimal133148135
Binary100001011001010010000111
Octal205224207

Shades and tints

Shades of #859487

#859487
(133,148,135)
#79877B
(121,135,123)
#6D7A6F
(109,122,111)
#616D63
(97,109,99)
#556057
(85,96,87)
#49534B
(73,83,75)
#3D463F
(61,70,63)
#313933
(49,57,51)
#252C27
(37,44,39)
#191F1B
(25,31,27)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #859487

#859487
(133,148,135)
#909D91
(144,157,145)
#9BA69B
(155,166,155)
#A6AFA5
(166,175,165)
#B1B8AF
(177,184,175)
#BCC1B9
(188,193,185)
#C7CAC3
(199,202,195)
#D2D3CD
(210,211,205)
#DDDCD7
(221,220,215)
#E8E5E1
(232,229,225)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859487 color. Also use rgb(133,148,135) instead hex code.

Text Font Color

.myTextColor { color: #859487; }

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

This text font color is #859487.


Background Color

.myBgColor { background-color: #859487; }

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

This div background color is #859487.


Border color

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

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

This div border color is #859487.


Opacity

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

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

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

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

This text has shadow with #859487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859487 on black background.


Color preview on white background

This text has color #859487 on white background.



Black color preview on #859487 background

This text has black color on #859487 background.


White color preview on #859487 background

This text has white color on #859487 background.