COLOR #9A4A37

HEX: #9A4A37
RGB: (154,74,55)

Color info

#9A4A37 contains mainly red color. Web safe color of #9A4A37 is #993333 (or #933).

RGB color model

#9A4A37 color RGB value is (154,74,55).

  • red value is 154;
  • green value is 74;
  • blue value is 55.
RGB:
(154,74,55)
(60%,29%,22%)

RGB channels and saturation

R 154 of 255 = 60%
G 74 of 255 = 29%
B 55 of 255 = 22%

154
74
55

R + G + B ~ 37%. #9A4A37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 74 + 55 = 283 (100%)
R 154 of 283 ~ 54.42%
G 74 of 283 ~ 26.15%
B 55 of 283 ~ 19.43%

%54.42
%26.15
%19.43

CMYK color model

#9A4A37 color CMYK value is (0,52,64,40).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 64.29%
  • key color value is 39.61%
CMYK:
(0,52,64,40)
C0M52Y64K40 
(0%,52%,64%,40%)
(0.00/0.52/0.64/0.40)	

CMYK percentages

%0
%51.95
%64.29
%39.61

Codes

Color #9A4A37 in popluar color models

9A4A37
RGB1547455
HSL12°47.37%40.98%
HSB/HSV12°64.29%60.39%
CMYK0.00%51.95%64.29%
39.61%

Color #9A4A37 in popluar number systems.

HEX9A4A37
Decimal1547455
Binary100110101001010110111
Octal23211267

Shades and tints

Shades of #9A4A37

#9A4A37
(154,74,55)
#8C4432
(140,68,50)
#7E3E2D
(126,62,45)
#703828
(112,56,40)
#623223
(98,50,35)
#542C1E
(84,44,30)
#462619
(70,38,25)
#382014
(56,32,20)
#2A1A0F
(42,26,15)
#1C140A
(28,20,10)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #9A4A37

#9A4A37
(154,74,55)
#A35A49
(163,90,73)
#AC6A5B
(172,106,91)
#B57A6D
(181,122,109)
#BE8A7F
(190,138,127)
#C79A91
(199,154,145)
#D0AAA3
(208,170,163)
#D9BAB5
(217,186,181)
#E2CAC7
(226,202,199)
#EBDAD9
(235,218,217)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A4A37 color. Also use rgb(154,74,55) instead hex code.

Text Font Color

.myTextColor { color: #9A4A37; }

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

This text font color is #9A4A37.


Background Color

.myBgColor { background-color: #9A4A37; }

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

This div background color is #9A4A37.


Border color

.myBorderColor { border: 1px solid #9A4A37; }

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

This div border color is #9A4A37.


Opacity

.myOpacity80 { color: #9A4A37; opacity: 0.8; }

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

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

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

This text has shadow with #9A4A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A4A37 on black background.


Color preview on white background

This text has color #9A4A37 on white background.



Black color preview on #9A4A37 background

This text has black color on #9A4A37 background.


White color preview on #9A4A37 background

This text has white color on #9A4A37 background.