COLOR #946B6C

HEX: #946B6C RGB: (148,107,108)

Color info

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

RGB color model

#946B6C color RGB value is (148,107,108).

RGB: (148,107,108) (58%, 42%, 42%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 108 of 255 = 42%

148
107
108

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

Portions of RGB colors in percentages

R + G + B = 148 + 107 + 108 = 363 (100%)
R 148 of 363 ~ 40.77%
G 107 of 363 ~ 29.48%
B 108 of 363 ~ 29.75'%

%40.77
%29.48
%29.75

CMYK color model

#946B6C color CMYK value is (0,28,27,42).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 27.03%
  • key color value is 41.96%

CMYK: (0,28,27,42)
C0M28Y27K42 (0%, 28%, 27%, 42%)
(0.00 / 0.28 / 0.27 / 0.42)

CMYK percentages

%0
%27.7
%27.03
%41.96

Codes

Color #946B6C in popluar color models

94 6B 6C
RGB 148 107 108
HSL 359° 16.08% 50.00%
HSB/HSV 359° 27.70% 58.04%
CMYK 0.00% 27.70% 27.03%
41.96%

Color #946B6C in popluar number systems.

HEX 94 6B 6C
Decimal 148 107 108
Binary 10010100 1101011 1101100
Octal 224 153 154

Shades and tints

Shades of #946B6C

#946B6C
(148,107,108)
#876263
(135,98,99)
#7A595A
(122,89,90)
#6D5051
(109,80,81)
#604748
(96,71,72)
#533E3F
(83,62,63)
#463536
(70,53,54)
#392C2D
(57,44,45)
#2C2324
(44,35,36)
#1F1A1B
(31,26,27)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #946B6C

#946B6C
(148,107,108)
#9D7879
(157,120,121)
#A68586
(166,133,134)
#AF9293
(175,146,147)
#B89FA0
(184,159,160)
#C1ACAD
(193,172,173)
#CAB9BA
(202,185,186)
#D3C6C7
(211,198,199)
#DCD3D4
(220,211,212)
#E5E0E1
(229,224,225)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946B6C color. Also use rgb(148,107,108) instead hex code.

Text Font Color

.myTextColor { color: #946B6C; }

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

This text font color is #946B6C.

Background Color

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

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

This div background color is #946B6C.

Border color

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

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

This div border color is #946B6C.

Opacity

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

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

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

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

This text has shadow with #946B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946B6C.

Preview

Color preview on black background

This text has color #946B6C on black background.


Color preview on white background

This text has color #946B6C on white background.


Black color preview on #946B6C background

This text has black color on #946B6C background.


White color preview on #946B6C background

This text has white color on #946B6C background.


Related colors

Complementary color

Complementary color for #hex is #6B9493.


I love getcolorcode.com

Triadic colors

1 #6C946B and #6B6C94 with #946B6C are triadic colors.

2 #6C6B94 and #6B946C with #946B6C are triadic colors.