COLOR #949587

HEX: #949587
RGB: (148,149,135)

Color info

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

RGB color model

#949587 color RGB value is (148,149,135).

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

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 135 of 255 = 53%

148
149
135

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

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 135 = 432 (100%)
R 148 of 432 ~ 34.26%
G 149 of 432 ~ 34.49%
B 135 of 432 ~ 31.25%

%34.26
%34.49
%31.25

CMYK color model

#949587 color CMYK value is (1,0,9,42).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(1,0,9,42)
C1M0Y9K42 
(1%,0%,9%,42%)
(0.01/0.00/0.09/0.42)	

CMYK percentages

%0.67
%0
%9.4
%41.57

Codes

Color #949587 in popluar color models

949587
RGB148149135
HSL64°6.19%55.69%
HSB/HSV64°9.40%58.43%
CMYK0.67%0.00%9.40%
41.57%

Color #949587 in popluar number systems.

HEX949587
Decimal148149135
Binary100101001001010110000111
Octal224225207

Shades and tints

Shades of #949587

#949587
(148,149,135)
#87887B
(135,136,123)
#7A7B6F
(122,123,111)
#6D6E63
(109,110,99)
#606157
(96,97,87)
#53544B
(83,84,75)
#46473F
(70,71,63)
#393A33
(57,58,51)
#2C2D27
(44,45,39)
#1F201B
(31,32,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #949587

#949587
(148,149,135)
#9D9E91
(157,158,145)
#A6A79B
(166,167,155)
#AFB0A5
(175,176,165)
#B8B9AF
(184,185,175)
#C1C2B9
(193,194,185)
#CACBC3
(202,203,195)
#D3D4CD
(211,212,205)
#DCDDD7
(220,221,215)
#E5E6E1
(229,230,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949587; }

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

This text font color is #949587.


Background Color

.myBgColor { background-color: #949587; }

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

This div background color is #949587.


Border color

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

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

This div border color is #949587.


Opacity

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

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

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

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

This text has shadow with #949587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949587 on black background.


Color preview on white background

This text has color #949587 on white background.



Black color preview on #949587 background

This text has black color on #949587 background.


White color preview on #949587 background

This text has white color on #949587 background.