COLOR #94666A

HEX: #94666A RGB: (148,102,106)

Color info

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

RGB color model

#94666A color RGB value is (148,102,106).

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

RGB channels and saturation

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

148
102
106

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

Portions of RGB colors in percentages

R + G + B = 148 + 102 + 106 = 356 (100%)
R 148 of 356 ~ 41.57%
G 102 of 356 ~ 28.65%
B 106 of 356 ~ 29.78'%

%41.57
%28.65
%29.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 28.38%
  • 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
%28.38
%41.96

Codes

Color #94666A in popluar color models

94 66 6A
RGB 148 102 106
HSL 355° 18.40% 49.02%
HSB/HSV 355° 31.08% 58.04%
CMYK 0.00% 31.08% 28.38%
41.96%

Color #94666A in popluar number systems.

HEX 94 66 6A
Decimal 148 102 106
Binary 10010100 1100110 1101010
Octal 224 146 152

Shades and tints

Shades of #94666A

#94666A
(148,102,106)
#875D61
(135,93,97)
#7A5458
(122,84,88)
#6D4B4F
(109,75,79)
#604246
(96,66,70)
#53393D
(83,57,61)
#463034
(70,48,52)
#39272B
(57,39,43)
#2C1E22
(44,30,34)
#1F1519
(31,21,25)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #94666A

#94666A
(148,102,106)
#9D7377
(157,115,119)
#A68084
(166,128,132)
#AF8D91
(175,141,145)
#B89A9E
(184,154,158)
#C1A7AB
(193,167,171)
#CAB4B8
(202,180,184)
#D3C1C5
(211,193,197)
#DCCED2
(220,206,210)
#E5DBDF
(229,219,223)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94666A; }

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

This text font color is #94666A.

Background Color

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

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

This div background color is #94666A.

Border color

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

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

This div border color is #94666A.

Opacity

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

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

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

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

This text has shadow with #94666A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94666A.

Preview

Color preview on black background

This text has color #94666A on black background.


Color preview on white background

This text has color #94666A on white background.


Black color preview on #94666A background

This text has black color on #94666A background.


White color preview on #94666A background

This text has white color on #94666A background.


Related colors

Complementary color

Complementary color for #hex is #6B9995.


I love getcolorcode.com

Triadic colors

1 #6A9466 and #666A94 with #94666A are triadic colors.

2 #6A6694 and #66946A with #94666A are triadic colors.