COLOR #94666B

HEX: #94666B RGB: (148,102,107)

Color info

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

RGB color model

#94666B color RGB value is (148,102,107).

RGB: (148,102,107) (58%, 40%, 42%)

RGB channels and saturation

R 148 of 255 = 58%
G 102 of 255 = 40%
B 107 of 255 = 42%

148
102
107

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

Portions of RGB colors in percentages

R + G + B = 148 + 102 + 107 = 357 (100%)
R 148 of 357 ~ 41.46%
G 102 of 357 ~ 28.57%
B 107 of 357 ~ 29.97'%

%41.46
%28.57
%29.97

CMYK color model

#94666B color CMYK value is (0,31,28,42).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 27.70%
  • key color value is 41.96%
CMYK: (0,31,28,42) C0M31Y28K42 (0%,31%,28%,42%) (0.00/0.31/0.28/0.42) 

CMYK percentages

%0
%31.08
%27.7
%41.96

Codes

Color #94666B in popluar color models

94 66 6B
RGB 148 102 107
HSL 353° 18.40% 49.02%
HSB/HSV 353° 31.08% 58.04%
CMYK 0.00% 31.08% 27.70%
41.96%

Color #94666B in popluar number systems.

HEX 94 66 6B
Decimal 148 102 107
Binary 10010100 1100110 1101011
Octal 224 146 153

Shades and tints

Shades of #94666B

#94666B
(148,102,107)
#875D62
(135,93,98)
#7A5459
(122,84,89)
#6D4B50
(109,75,80)
#604247
(96,66,71)
#53393E
(83,57,62)
#463035
(70,48,53)
#39272C
(57,39,44)
#2C1E23
(44,30,35)
#1F151A
(31,21,26)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #94666B

#94666B
(148,102,107)
#9D7378
(157,115,120)
#A68085
(166,128,133)
#AF8D92
(175,141,146)
#B89A9F
(184,154,159)
#C1A7AC
(193,167,172)
#CAB4B9
(202,180,185)
#D3C1C6
(211,193,198)
#DCCED3
(220,206,211)
#E5DBE0
(229,219,224)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94666B color. Also use rgb(148,102,107) instead hex code.

Text Font Color

.myTextColor { color: #94666B; }

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

This text font color is #94666B.

Background Color

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

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

This div background color is #94666B.

Border color

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

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

This div border color is #94666B.

Opacity

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

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

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

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

This text has shadow with #94666B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94666B.

Preview

Color preview on black background

This text has color #94666B on black background.


Color preview on white background

This text has color #94666B on white background.


Black color preview on #94666B background

This text has black color on #94666B background.


White color preview on #94666B background

This text has white color on #94666B background.


Related colors

Complementary color

Complementary color for #hex is #6B9994.


I love getcolorcode.com

Triadic colors

1 #6B9466 and #666B94 with #94666B are triadic colors.

2 #6B6694 and #66946B with #94666B are triadic colors.