COLOR #94767D

HEX: #94767D RGB: (148,118,125)

Color info

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

RGB color model

#94767D color RGB value is (148,118,125).

RGB: (148,118,125) (58%, 46%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 118 of 255 = 46%
B 125 of 255 = 49%

148
118
125

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

Portions of RGB colors in percentages

R + G + B = 148 + 118 + 125 = 391 (100%)
R 148 of 391 ~ 37.85%
G 118 of 391 ~ 30.18%
B 125 of 391 ~ 31.97'%

%37.85
%30.18
%31.97

CMYK color model

#94767D color CMYK value is (0,20,16,42).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK: (0,20,16,42) C0M20Y16K42 (0%,20%,16%,42%) (0.00/0.20/0.16/0.42) 

CMYK percentages

%0
%20.27
%15.54
%41.96

Codes

Color #94767D in popluar color models

94 76 7D
RGB 148 118 125
HSL 346° 12.30% 52.16%
HSB/HSV 346° 20.27% 58.04%
CMYK 0.00% 20.27% 15.54%
41.96%

Color #94767D in popluar number systems.

HEX 94 76 7D
Decimal 148 118 125
Binary 10010100 1110110 1111101
Octal 224 166 175

Shades and tints

Shades of #94767D

#94767D
(148,118,125)
#876C72
(135,108,114)
#7A6267
(122,98,103)
#6D585C
(109,88,92)
#604E51
(96,78,81)
#534446
(83,68,70)
#463A3B
(70,58,59)
#393030
(57,48,48)
#2C2625
(44,38,37)
#1F1C1A
(31,28,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #94767D

#94767D
(148,118,125)
#9D8288
(157,130,136)
#A68E93
(166,142,147)
#AF9A9E
(175,154,158)
#B8A6A9
(184,166,169)
#C1B2B4
(193,178,180)
#CABEBF
(202,190,191)
#D3CACA
(211,202,202)
#DCD6D5
(220,214,213)
#E5E2E0
(229,226,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94767D; }

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

This text font color is #94767D.

Background Color

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

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

This div background color is #94767D.

Border color

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

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

This div border color is #94767D.

Opacity

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

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

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

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

This text has shadow with #94767D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94767D.

Preview

Color preview on black background

This text has color #94767D on black background.


Color preview on white background

This text has color #94767D on white background.


Black color preview on #94767D background

This text has black color on #94767D background.


White color preview on #94767D background

This text has white color on #94767D background.


Related colors

Complementary color

Complementary color for #hex is #6B8982.


I love getcolorcode.com

Triadic colors

1 #7D9476 and #767D94 with #94767D are triadic colors.

2 #7D7694 and #76947D with #94767D are triadic colors.