COLOR #9A7464

HEX: #9A7464
RGB: (154,116,100)

Color info

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

RGB color model

#9A7464 color RGB value is (154,116,100).

  • red value is 154;
  • green value is 116;
  • blue value is 100.
RGB:
(154,116,100)
(60%,45%,39%)

RGB channels and saturation

R 154 of 255 = 60%
G 116 of 255 = 45%
B 100 of 255 = 39%

154
116
100

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

Portions of RGB colors in percentages

R + G + B =
154 + 116 + 100 = 370 (100%)
R 154 of 370 ~ 41.62%
G 116 of 370 ~ 31.35%
B 100 of 370 ~ 27.03%

%41.62
%31.35
%27.03

CMYK color model

#9A7464 color CMYK value is (0,25,35,40).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 35.06%
  • key color value is 39.61%
CMYK:
(0,25,35,40)
C0M25Y35K40 
(0%,25%,35%,40%)
(0.00/0.25/0.35/0.40)	

CMYK percentages

%0
%24.68
%35.06
%39.61

Codes

Color #9A7464 in popluar color models

9A7464
RGB154116100
HSL18°21.26%49.80%
HSB/HSV18°35.06%60.39%
CMYK0.00%24.68%35.06%
39.61%

Color #9A7464 in popluar number systems.

HEX9A7464
Decimal154116100
Binary1001101011101001100100
Octal232164144

Shades and tints

Shades of #9A7464

#9A7464
(154,116,100)
#8C6A5B
(140,106,91)
#7E6052
(126,96,82)
#705649
(112,86,73)
#624C40
(98,76,64)
#544237
(84,66,55)
#46382E
(70,56,46)
#382E25
(56,46,37)
#2A241C
(42,36,28)
#1C1A13
(28,26,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #9A7464

#9A7464
(154,116,100)
#A38072
(163,128,114)
#AC8C80
(172,140,128)
#B5988E
(181,152,142)
#BEA49C
(190,164,156)
#C7B0AA
(199,176,170)
#D0BCB8
(208,188,184)
#D9C8C6
(217,200,198)
#E2D4D4
(226,212,212)
#EBE0E2
(235,224,226)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7464 color. Also use rgb(154,116,100) instead hex code.

Text Font Color

.myTextColor { color: #9A7464; }

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

This text font color is #9A7464.


Background Color

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

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

This div background color is #9A7464.


Border color

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

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

This div border color is #9A7464.


Opacity

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

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

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

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

This text has shadow with #9A7464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7464 on black background.


Color preview on white background

This text has color #9A7464 on white background.



Black color preview on #9A7464 background

This text has black color on #9A7464 background.


White color preview on #9A7464 background

This text has white color on #9A7464 background.