COLOR #94958E

HEX: #94958E RGB: (148,149,142)

Color info

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

RGB color model

#94958E color RGB value is (148,149,142).

RGB: (148,149,142) (58%, 58%, 56%)

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 142 of 255 = 56%

148
149
142

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

Portions of RGB colors in percentages

R + G + B = 148 + 149 + 142 = 439 (100%)
R 148 of 439 ~ 33.71%
G 149 of 439 ~ 33.94%
B 142 of 439 ~ 32.35'%

%33.71
%33.94
%32.35

CMYK color model

#94958E color CMYK value is (1,0,5,42).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK: (1,0,5,42) C1M0Y5K42 (1%,0%,5%,42%) (0.01/0.00/0.05/0.42) 

CMYK percentages

%0.67
%0
%4.7
%41.57

Codes

Color #94958E in popluar color models

94 95 8E
RGB 148 149 142
HSL 69° 3.20% 57.06%
HSB/HSV 69° 4.70% 58.43%
CMYK 0.67% 0.00% 4.70%
41.57%

Color #94958E in popluar number systems.

HEX 94 95 8E
Decimal 148 149 142
Binary 10010100 10010101 10001110
Octal 224 225 216

Shades and tints

Shades of #94958E

#94958E
(148,149,142)
#878882
(135,136,130)
#7A7B76
(122,123,118)
#6D6E6A
(109,110,106)
#60615E
(96,97,94)
#535452
(83,84,82)
#464746
(70,71,70)
#393A3A
(57,58,58)
#2C2D2E
(44,45,46)
#1F2022
(31,32,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #94958E

#94958E
(148,149,142)
#9D9E98
(157,158,152)
#A6A7A2
(166,167,162)
#AFB0AC
(175,176,172)
#B8B9B6
(184,185,182)
#C1C2C0
(193,194,192)
#CACBCA
(202,203,202)
#D3D4D4
(211,212,212)
#DCDDDE
(220,221,222)
#E5E6E8
(229,230,232)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94958E; }

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

This text font color is #94958E.

Background Color

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

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

This div background color is #94958E.

Border color

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

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

This div border color is #94958E.

Opacity

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

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

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

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

This text has shadow with #94958E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94958E.

Preview

Color preview on black background

This text has color #94958E on black background.


Color preview on white background

This text has color #94958E on white background.


Black color preview on #94958E background

This text has black color on #94958E background.


White color preview on #94958E background

This text has white color on #94958E background.


Related colors

Complementary color

Complementary color for #hex is #6B6A71.


I love getcolorcode.com

Triadic colors

1 #8E9495 and #958E94 with #94958E are triadic colors.

2 #8E9594 and #95948E with #94958E are triadic colors.