COLOR #949589

HEX: #949589
RGB: (148,149,137)

Color info

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

RGB color model

#949589 color RGB value is (148,149,137).

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

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 137 of 255 = 54%

148
149
137

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

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 137 = 434 (100%)
R 148 of 434 ~ 34.1%
G 149 of 434 ~ 34.33%
B 137 of 434 ~ 31.57%

%34.1
%34.33
%31.57

CMYK color model

#949589 color CMYK value is (1,0,8,42).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(1,0,8,42)
C1M0Y8K42 
(1%,0%,8%,42%)
(0.01/0.00/0.08/0.42)	

CMYK percentages

%0.67
%0
%8.05
%41.57

Codes

Color #949589 in popluar color models

949589
RGB148149137
HSL65°5.36%56.08%
HSB/HSV65°8.05%58.43%
CMYK0.67%0.00%8.05%
41.57%

Color #949589 in popluar number systems.

HEX949589
Decimal148149137
Binary100101001001010110001001
Octal224225211

Shades and tints

Shades of #949589

#949589
(148,149,137)
#87887D
(135,136,125)
#7A7B71
(122,123,113)
#6D6E65
(109,110,101)
#606159
(96,97,89)
#53544D
(83,84,77)
#464741
(70,71,65)
#393A35
(57,58,53)
#2C2D29
(44,45,41)
#1F201D
(31,32,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #949589

#949589
(148,149,137)
#9D9E93
(157,158,147)
#A6A79D
(166,167,157)
#AFB0A7
(175,176,167)
#B8B9B1
(184,185,177)
#C1C2BB
(193,194,187)
#CACBC5
(202,203,197)
#D3D4CF
(211,212,207)
#DCDDD9
(220,221,217)
#E5E6E3
(229,230,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949589; }

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

This text font color is #949589.


Background Color

.myBgColor { background-color: #949589; }

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

This div background color is #949589.


Border color

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

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

This div border color is #949589.


Opacity

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

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

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

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

This text has shadow with #949589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949589 on black background.


Color preview on white background

This text has color #949589 on white background.



Black color preview on #949589 background

This text has black color on #949589 background.


White color preview on #949589 background

This text has white color on #949589 background.