COLOR #946D66

HEX: #946D66 RGB: (148,109,102)

Color info

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

RGB color model

#946D66 color RGB value is (148,109,102).

RGB: (148,109,102) (58%, 43%, 40%)

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 102 of 255 = 40%

148
109
102

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

Portions of RGB colors in percentages

R + G + B = 148 + 109 + 102 = 359 (100%)
R 148 of 359 ~ 41.23%
G 109 of 359 ~ 30.36%
B 102 of 359 ~ 28.41'%

%41.23
%30.36
%28.41

CMYK color model

#946D66 color CMYK value is (0,26,31,42).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK: (0,26,31,42) C0M26Y31K42 (0%,26%,31%,42%) (0.00/0.26/0.31/0.42) 

CMYK percentages

%0
%26.35
%31.08
%41.96

Codes

Color #946D66 in popluar color models

94 6D 66
RGB 148 109 102
HSL 18.40% 49.02%
HSB/HSV 31.08% 58.04%
CMYK 0.00% 26.35% 31.08%
41.96%

Color #946D66 in popluar number systems.

HEX 94 6D 66
Decimal 148 109 102
Binary 10010100 1101101 1100110
Octal 224 155 146

Shades and tints

Shades of #946D66

#946D66
(148,109,102)
#87645D
(135,100,93)
#7A5B54
(122,91,84)
#6D524B
(109,82,75)
#604942
(96,73,66)
#534039
(83,64,57)
#463730
(70,55,48)
#392E27
(57,46,39)
#2C251E
(44,37,30)
#1F1C15
(31,28,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #946D66

#946D66
(148,109,102)
#9D7A73
(157,122,115)
#A68780
(166,135,128)
#AF948D
(175,148,141)
#B8A19A
(184,161,154)
#C1AEA7
(193,174,167)
#CABBB4
(202,187,180)
#D3C8C1
(211,200,193)
#DCD5CE
(220,213,206)
#E5E2DB
(229,226,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946D66 color. Also use rgb(148,109,102) instead hex code.

Text Font Color

.myTextColor { color: #946D66; }

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

This text font color is #946D66.

Background Color

.myBgColor { background-color: #946D66; }

<div style="background-color:#946D66">Inner text</div>

This div background color is #946D66.

Border color

.myBorderColor { border: 1px solid #946D66; }

<div style="border:3px solid #946D66">Div</div>

This div border color is #946D66.

Opacity

.myOpacity80 { color: #946D66; opacity: 0.8; }

<p style="color:#946D66;opacity:0.8;">80%</p>

Text with #946D66 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 #946D66;}

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

This text has shadow with #946D66 color.


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

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

This text has shadow with #946D66 primary color and red secondary color.


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

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

This text has shadow with #946D66 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #946D66.

Preview

Color preview on black background

This text has color #946D66 on black background.


Color preview on white background

This text has color #946D66 on white background.


Black color preview on #946D66 background

This text has black color on #946D66 background.


White color preview on #946D66 background

This text has white color on #946D66 background.


Related colors

Complementary color

Complementary color for #hex is #6B9299.


I love getcolorcode.com

Triadic colors

1 #66946D and #6D6694 with #946D66 are triadic colors.

2 #666D94 and #6D9466 with #946D66 are triadic colors.