COLOR #949588

HEX: #949588
RGB: (148,149,136)

Color info

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

RGB color model

#949588 color RGB value is (148,149,136).

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

RGB channels and saturation

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

148
149
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 136 = 433 (100%)
R 148 of 433 ~ 34.18%
G 149 of 433 ~ 34.41%
B 136 of 433 ~ 31.41%

%34.18
%34.41
%31.41

CMYK color model

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

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • 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
%8.72
%41.57

Codes

Color #949588 in popluar color models

949588
RGB148149136
HSL65°5.78%55.88%
HSB/HSV65°8.72%58.43%
CMYK0.67%0.00%8.72%
41.57%

Color #949588 in popluar number systems.

HEX949588
Decimal148149136
Binary100101001001010110001000
Octal224225210

Shades and tints

Shades of #949588

#949588
(148,149,136)
#87887C
(135,136,124)
#7A7B70
(122,123,112)
#6D6E64
(109,110,100)
#606158
(96,97,88)
#53544C
(83,84,76)
#464740
(70,71,64)
#393A34
(57,58,52)
#2C2D28
(44,45,40)
#1F201C
(31,32,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #949588

#949588
(148,149,136)
#9D9E92
(157,158,146)
#A6A79C
(166,167,156)
#AFB0A6
(175,176,166)
#B8B9B0
(184,185,176)
#C1C2BA
(193,194,186)
#CACBC4
(202,203,196)
#D3D4CE
(211,212,206)
#DCDDD8
(220,221,216)
#E5E6E2
(229,230,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949588; }

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

This text font color is #949588.


Background Color

.myBgColor { background-color: #949588; }

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

This div background color is #949588.


Border color

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

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

This div border color is #949588.


Opacity

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

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

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

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

This text has shadow with #949588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949588 on black background.


Color preview on white background

This text has color #949588 on white background.



Black color preview on #949588 background

This text has black color on #949588 background.


White color preview on #949588 background

This text has white color on #949588 background.