COLOR #946332

HEX: #946332
RGB: (148,99,50)

Color info

#946332 contains mainly red and green colors. Web safe color of #946332 is #996633 (or #963).

RGB color model

#946332 color RGB value is (148,99,50).

  • red value is 148;
  • green value is 99;
  • blue value is 50.
RGB:
(148,99,50)
(58%,39%,20%)

RGB channels and saturation

R 148 of 255 = 58%
G 99 of 255 = 39%
B 50 of 255 = 20%

148
99
50

R + G + B ~ 39%. #946332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 99 + 50 = 297 (100%)
R 148 of 297 ~ 49.83%
G 99 of 297 ~ 33.33%
B 50 of 297 ~ 16.84%

%49.83
%33.33
%16.84

CMYK color model

#946332 color CMYK value is (0,33,66,42).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 66.22%
  • key color value is 41.96%
CMYK:
(0,33,66,42)
C0M33Y66K42 
(0%,33%,66%,42%)
(0.00/0.33/0.66/0.42)	

CMYK percentages

%0
%33.11
%66.22
%41.96

Codes

Color #946332 in popluar color models

946332
RGB1489950
HSL30°49.49%38.82%
HSB/HSV30°66.22%58.04%
CMYK0.00%33.11%66.22%
41.96%

Color #946332 in popluar number systems.

HEX946332
Decimal1489950
Binary100101001100011110010
Octal22414362

Shades and tints

Shades of #946332

#946332
(148,99,50)
#875A2E
(135,90,46)
#7A512A
(122,81,42)
#6D4826
(109,72,38)
#603F22
(96,63,34)
#53361E
(83,54,30)
#462D1A
(70,45,26)
#392416
(57,36,22)
#2C1B12
(44,27,18)
#1F120E
(31,18,14)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #946332

#946332
(148,99,50)
#9D7144
(157,113,68)
#A67F56
(166,127,86)
#AF8D68
(175,141,104)
#B89B7A
(184,155,122)
#C1A98C
(193,169,140)
#CAB79E
(202,183,158)
#D3C5B0
(211,197,176)
#DCD3C2
(220,211,194)
#E5E1D4
(229,225,212)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946332 color. Also use rgb(148,99,50) instead hex code.

Text Font Color

.myTextColor { color: #946332; }

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

This text font color is #946332.


Background Color

.myBgColor { background-color: #946332; }

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

This div background color is #946332.


Border color

.myBorderColor { border: 1px solid #946332; }

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

This div border color is #946332.


Opacity

.myOpacity80 { color: #946332; opacity: 0.8; }

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

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

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

This text has shadow with #946332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946332 on black background.


Color preview on white background

This text has color #946332 on white background.



Black color preview on #946332 background

This text has black color on #946332 background.


White color preview on #946332 background

This text has white color on #946332 background.