COLOR #946E6C

HEX: #946E6C RGB: (148,110,108)

Color info

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

RGB color model

#946E6C color RGB value is (148,110,108).

RGB: (148,110,108) (58%, 43%, 42%)

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 108 of 255 = 42%

148
110
108

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

Portions of RGB colors in percentages

R + G + B = 148 + 110 + 108 = 366 (100%)
R 148 of 366 ~ 40.44%
G 110 of 366 ~ 30.05%
B 108 of 366 ~ 29.51'%

%40.44
%30.05
%29.51

CMYK color model

#946E6C color CMYK value is (0,26,27,42).

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

CMYK: (0,26,27,42)
C0M26Y27K42 (0%, 26%, 27%, 42%)
(0.00 / 0.26 / 0.27 / 0.42)

CMYK percentages

%0
%25.68
%27.03
%41.96

Codes

Color #946E6C in popluar color models

94 6E 6C
RGB 148 110 108
HSL 15.75% 50.20%
HSB/HSV 27.03% 58.04%
CMYK 0.00% 25.68% 27.03%
41.96%

Color #946E6C in popluar number systems.

HEX 94 6E 6C
Decimal 148 110 108
Binary 10010100 1101110 1101100
Octal 224 156 154

Shades and tints

Shades of #946E6C

#946E6C
(148,110,108)
#876463
(135,100,99)
#7A5A5A
(122,90,90)
#6D5051
(109,80,81)
#604648
(96,70,72)
#533C3F
(83,60,63)
#463236
(70,50,54)
#39282D
(57,40,45)
#2C1E24
(44,30,36)
#1F141B
(31,20,27)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #946E6C

#946E6C
(148,110,108)
#9D7B79
(157,123,121)
#A68886
(166,136,134)
#AF9593
(175,149,147)
#B8A2A0
(184,162,160)
#C1AFAD
(193,175,173)
#CABCBA
(202,188,186)
#D3C9C7
(211,201,199)
#DCD6D4
(220,214,212)
#E5E3E1
(229,227,225)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946E6C; }

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

This text font color is #946E6C.

Background Color

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

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

This div background color is #946E6C.

Border color

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

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

This div border color is #946E6C.

Opacity

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

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

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

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

This text has shadow with #946E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946E6C.

Preview

Color preview on black background

This text has color #946E6C on black background.


Color preview on white background

This text has color #946E6C on white background.


Black color preview on #946E6C background

This text has black color on #946E6C background.


White color preview on #946E6C background

This text has white color on #946E6C background.


Related colors

Complementary color

Complementary color for #hex is #6B9193.


I love getcolorcode.com

Triadic colors

1 #6C946E and #6E6C94 with #946E6C are triadic colors.

2 #6C6E94 and #6E946C with #946E6C are triadic colors.