COLOR #94958B

HEX: #94958B
RGB: (148,149,139)

Color info

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

RGB color model

#94958B color RGB value is (148,149,139).

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

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 139 of 255 = 55%

148
149
139

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

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 139 = 436 (100%)
R 148 of 436 ~ 33.94%
G 149 of 436 ~ 34.17%
B 139 of 436 ~ 31.88%

%33.94
%34.17
%31.88

CMYK color model

#94958B color CMYK value is (1,0,7,42).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(1,0,7,42)
C1M0Y7K42 
(1%,0%,7%,42%)
(0.01/0.00/0.07/0.42)	

CMYK percentages

%0.67
%0
%6.71
%41.57

Codes

Color #94958B in popluar color models

94958B
RGB148149139
HSL66°4.50%56.47%
HSB/HSV66°6.71%58.43%
CMYK0.67%0.00%6.71%
41.57%

Color #94958B in popluar number systems.

HEX94958B
Decimal148149139
Binary100101001001010110001011
Octal224225213

Shades and tints

Shades of #94958B

#94958B
(148,149,139)
#87887F
(135,136,127)
#7A7B73
(122,123,115)
#6D6E67
(109,110,103)
#60615B
(96,97,91)
#53544F
(83,84,79)
#464743
(70,71,67)
#393A37
(57,58,55)
#2C2D2B
(44,45,43)
#1F201F
(31,32,31)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #94958B

#94958B
(148,149,139)
#9D9E95
(157,158,149)
#A6A79F
(166,167,159)
#AFB0A9
(175,176,169)
#B8B9B3
(184,185,179)
#C1C2BD
(193,194,189)
#CACBC7
(202,203,199)
#D3D4D1
(211,212,209)
#DCDDDB
(220,221,219)
#E5E6E5
(229,230,229)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94958B; }

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

This text font color is #94958B.


Background Color

.myBgColor { background-color: #94958B; }

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

This div background color is #94958B.


Border color

.myBorderColor { border: 1px solid #94958B; }

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

This div border color is #94958B.


Opacity

.myOpacity80 { color: #94958B; opacity: 0.8; }

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

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

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

This text has shadow with #94958B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94958B on black background.


Color preview on white background

This text has color #94958B on white background.



Black color preview on #94958B background

This text has black color on #94958B background.


White color preview on #94958B background

This text has white color on #94958B background.