COLOR #946D6F

HEX: #946D6F RGB: (148,109,111)

Color info

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

RGB color model

#946D6F color RGB value is (148,109,111).

RGB: (148,109,111) (58%, 43%, 44%)

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 111 of 255 = 44%

148
109
111

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

Portions of RGB colors in percentages

R + G + B = 148 + 109 + 111 = 368 (100%)
R 148 of 368 ~ 40.22%
G 109 of 368 ~ 29.62%
B 111 of 368 ~ 30.16'%

%40.22
%29.62
%30.16

CMYK color model

#946D6F color CMYK value is (0,26,25,42).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 25.00%
  • key color value is 41.96%

CMYK: (0,26,25,42)
C0M26Y25K42 (0%, 26%, 25%, 42%)
(0.00 / 0.26 / 0.25 / 0.42)

CMYK percentages

%0
%26.35
%25
%41.96

Codes

Color #946D6F in popluar color models

94 6D 6F
RGB 148 109 111
HSL 357° 15.42% 50.39%
HSB/HSV 357° 26.35% 58.04%
CMYK 0.00% 26.35% 25.00%
41.96%

Color #946D6F in popluar number systems.

HEX 94 6D 6F
Decimal 148 109 111
Binary 10010100 1101101 1101111
Octal 224 155 157

Shades and tints

Shades of #946D6F

#946D6F
(148,109,111)
#876465
(135,100,101)
#7A5B5B
(122,91,91)
#6D5251
(109,82,81)
#604947
(96,73,71)
#53403D
(83,64,61)
#463733
(70,55,51)
#392E29
(57,46,41)
#2C251F
(44,37,31)
#1F1C15
(31,28,21)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #946D6F

#946D6F
(148,109,111)
#9D7A7C
(157,122,124)
#A68789
(166,135,137)
#AF9496
(175,148,150)
#B8A1A3
(184,161,163)
#C1AEB0
(193,174,176)
#CABBBD
(202,187,189)
#D3C8CA
(211,200,202)
#DCD5D7
(220,213,215)
#E5E2E4
(229,226,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946D6F; }

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

This text font color is #946D6F.

Background Color

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

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

This div background color is #946D6F.

Border color

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

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

This div border color is #946D6F.

Opacity

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

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

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

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

This text has shadow with #946D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946D6F.

Preview

Color preview on black background

This text has color #946D6F on black background.


Color preview on white background

This text has color #946D6F on white background.


Black color preview on #946D6F background

This text has black color on #946D6F background.


White color preview on #946D6F background

This text has white color on #946D6F background.


Related colors

Complementary color

Complementary color for #hex is #6B9290.


I love getcolorcode.com

Triadic colors

1 #6F946D and #6D6F94 with #946D6F are triadic colors.

2 #6F6D94 and #6D946F with #946D6F are triadic colors.