COLOR #94797D

HEX: #94797D RGB: (148,121,125)

Color info

#94797D contains red, green and blue colors in about the same proportion. Web safe color of #94797D is #996666 (or #966).

RGB color model

#94797D color RGB value is (148,121,125).

RGB: (148,121,125) (58%, 47%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 125 of 255 = 49%

148
121
125

R + G + B ~ 51%. #94797D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 121 + 125 = 394 (100%)
R 148 of 394 ~ 37.56%
G 121 of 394 ~ 30.71%
B 125 of 394 ~ 31.73'%

%37.56
%30.71
%31.73

CMYK color model

#94797D color CMYK value is (0,18,16,42).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK: (0,18,16,42) C0M18Y16K42 (0%,18%,16%,42%) (0.00/0.18/0.16/0.42) 

CMYK percentages

%0
%18.24
%15.54
%41.96

Codes

Color #94797D in popluar color models

94 79 7D
RGB 148 121 125
HSL 351° 11.20% 52.75%
HSB/HSV 351° 18.24% 58.04%
CMYK 0.00% 18.24% 15.54%
41.96%

Color #94797D in popluar number systems.

HEX 94 79 7D
Decimal 148 121 125
Binary 10010100 1111001 1111101
Octal 224 171 175

Shades and tints

Shades of #94797D

#94797D
(148,121,125)
#876E72
(135,110,114)
#7A6367
(122,99,103)
#6D585C
(109,88,92)
#604D51
(96,77,81)
#534246
(83,66,70)
#46373B
(70,55,59)
#392C30
(57,44,48)
#2C2125
(44,33,37)
#1F161A
(31,22,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #94797D

#94797D
(148,121,125)
#9D8588
(157,133,136)
#A69193
(166,145,147)
#AF9D9E
(175,157,158)
#B8A9A9
(184,169,169)
#C1B5B4
(193,181,180)
#CAC1BF
(202,193,191)
#D3CDCA
(211,205,202)
#DCD9D5
(220,217,213)
#E5E5E0
(229,229,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94797D color. Also use rgb(148,121,125) instead hex code.

Text Font Color

.myTextColor { color: #94797D; }

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

This text font color is #94797D.

Background Color

.myBgColor { background-color: #94797D; }

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

This div background color is #94797D.

Border color

.myBorderColor { border: 1px solid #94797D; }

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

This div border color is #94797D.

Opacity

.myOpacity80 { color: #94797D; opacity: 0.8; }

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

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

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

This text has shadow with #94797D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94797D.

Preview

Color preview on black background

This text has color #94797D on black background.


Color preview on white background

This text has color #94797D on white background.


Black color preview on #94797D background

This text has black color on #94797D background.


White color preview on #94797D background

This text has white color on #94797D background.


Related colors

Complementary color

Complementary color for #hex is #6B8682.


I love getcolorcode.com

Triadic colors

1 #7D9479 and #797D94 with #94797D are triadic colors.

2 #7D7994 and #79947D with #94797D are triadic colors.