COLOR #94846C

HEX: #94846C
RGB: (148,132,108)

Color info

#94846C contains red, green and blue colors in about the same proportion. Web safe color of #94846C is #999966 (or #996).

RGB color model

#94846C color RGB value is (148,132,108).

  • red value is 148;
  • green value is 132;
  • blue value is 108.
RGB:
(148,132,108)
(58%,52%,42%)

RGB channels and saturation

R 148 of 255 = 58%
G 132 of 255 = 52%
B 108 of 255 = 42%

148
132
108

R + G + B ~ 51%. #94846C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 132 + 108 = 388 (100%)
R 148 of 388 ~ 38.14%
G 132 of 388 ~ 34.02%
B 108 of 388 ~ 27.84%

%38.14
%34.02
%27.84

CMYK color model

#94846C color CMYK value is (0,11,27,42).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 27.03%
  • key color value is 41.96%
CMYK:
(0,11,27,42)
C0M11Y27K42 
(0%,11%,27%,42%)
(0.00/0.11/0.27/0.42)	

CMYK percentages

%0
%10.81
%27.03
%41.96

Codes

Color #94846C in popluar color models

94846C
RGB148132108
HSL36°15.75%50.20%
HSB/HSV36°27.03%58.04%
CMYK0.00%10.81%27.03%
41.96%

Color #94846C in popluar number systems.

HEX94846C
Decimal148132108
Binary10010100100001001101100
Octal224204154

Shades and tints

Shades of #94846C

#94846C
(148,132,108)
#877863
(135,120,99)
#7A6C5A
(122,108,90)
#6D6051
(109,96,81)
#605448
(96,84,72)
#53483F
(83,72,63)
#463C36
(70,60,54)
#39302D
(57,48,45)
#2C2424
(44,36,36)
#1F181B
(31,24,27)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #94846C

#94846C
(148,132,108)
#9D8F79
(157,143,121)
#A69A86
(166,154,134)
#AFA593
(175,165,147)
#B8B0A0
(184,176,160)
#C1BBAD
(193,187,173)
#CAC6BA
(202,198,186)
#D3D1C7
(211,209,199)
#DCDCD4
(220,220,212)
#E5E7E1
(229,231,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94846C color. Also use rgb(148,132,108) instead hex code.

Text Font Color

.myTextColor { color: #94846C; }

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

This text font color is #94846C.


Background Color

.myBgColor { background-color: #94846C; }

<div style="background-color:#94846C">Inner text</div>

This div background color is #94846C.


Border color

.myBorderColor { border: 1px solid #94846C; }

<div style="border:3px solid #94846C">Div</div>

This div border color is #94846C.


Opacity

.myOpacity80 { color: #94846C; opacity: 0.8; }

<p style="color:#94846C;opacity:0.8;">80%</p>

Text with #94846C 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 #94846C;}

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

This text has shadow with #94846C color.

.textShadow {text-shadow: 3px 3px 1px #94846C, 3px 3px 1px red;}

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

This text has shadow with #94846C primary color and red secondary color.


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

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

This text has shadow with #94846C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #94846C;
-webkit-box-shadow: 1px 1px 3px 2px #94846C;
box-shadow:1px 1px 3px 2px #94846C;">
Div content here</div>
This div box has shadow with color #94846C.

Preview

Color preview on black background

This text has color #94846C on black background.


Color preview on white background

This text has color #94846C on white background.



Black color preview on #94846C background

This text has black color on #94846C background.


White color preview on #94846C background

This text has white color on #94846C background.