COLOR #946437

HEX: #946437
RGB: (148,100,55)

Color info

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

RGB color model

#946437 color RGB value is (148,100,55).

  • red value is 148;
  • green value is 100;
  • blue value is 55.
RGB:
(148,100,55)
(58%,39%,22%)

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 55 of 255 = 22%

148
100
55

R + G + B ~ 40%. #946437 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 55 = 303 (100%)
R 148 of 303 ~ 48.84%
G 100 of 303 ~ 33%
B 55 of 303 ~ 18.15%

%48.84
%33
%18.15

CMYK color model

#946437 color CMYK value is (0,32,63,42).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 62.84%
  • key color value is 41.96%
CMYK:
(0,32,63,42)
C0M32Y63K42 
(0%,32%,63%,42%)
(0.00/0.32/0.63/0.42)	

CMYK percentages

%0
%32.43
%62.84
%41.96

Codes

Color #946437 in popluar color models

946437
RGB14810055
HSL29°45.81%39.80%
HSB/HSV29°62.84%58.04%
CMYK0.00%32.43%62.84%
41.96%

Color #946437 in popluar number systems.

HEX946437
Decimal14810055
Binary100101001100100110111
Octal22414467

Shades and tints

Shades of #946437

#946437
(148,100,55)
#875B32
(135,91,50)
#7A522D
(122,82,45)
#6D4928
(109,73,40)
#604023
(96,64,35)
#53371E
(83,55,30)
#462E19
(70,46,25)
#392514
(57,37,20)
#2C1C0F
(44,28,15)
#1F130A
(31,19,10)
#120A05
(18,10,5)
#000000
(0,0,0)

Tints of #946437

#946437
(148,100,55)
#9D7249
(157,114,73)
#A6805B
(166,128,91)
#AF8E6D
(175,142,109)
#B89C7F
(184,156,127)
#C1AA91
(193,170,145)
#CAB8A3
(202,184,163)
#D3C6B5
(211,198,181)
#DCD4C7
(220,212,199)
#E5E2D9
(229,226,217)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946437 color. Also use rgb(148,100,55) instead hex code.

Text Font Color

.myTextColor { color: #946437; }

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

This text font color is #946437.


Background Color

.myBgColor { background-color: #946437; }

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

This div background color is #946437.


Border color

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

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

This div border color is #946437.


Opacity

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

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

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

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

This text has shadow with #946437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946437 on black background.


Color preview on white background

This text has color #946437 on white background.



Black color preview on #946437 background

This text has black color on #946437 background.


White color preview on #946437 background

This text has white color on #946437 background.