COLOR #9A736D

HEX: #9A736D
RGB: (154,115,109)

Color info

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

RGB color model

#9A736D color RGB value is (154,115,109).

  • red value is 154;
  • green value is 115;
  • blue value is 109.
RGB:
(154,115,109)
(60%,45%,43%)

RGB channels and saturation

R 154 of 255 = 60%
G 115 of 255 = 45%
B 109 of 255 = 43%

154
115
109

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

Portions of RGB colors in percentages

R + G + B =
154 + 115 + 109 = 378 (100%)
R 154 of 378 ~ 40.74%
G 115 of 378 ~ 30.42%
B 109 of 378 ~ 28.84%

%40.74
%30.42
%28.84

CMYK color model

#9A736D color CMYK value is (0,25,29,40).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(0,25,29,40)
C0M25Y29K40 
(0%,25%,29%,40%)
(0.00/0.25/0.29/0.40)	

CMYK percentages

%0
%25.32
%29.22
%39.61

Codes

Color #9A736D in popluar color models

9A736D
RGB154115109
HSL18.22%51.57%
HSB/HSV29.22%60.39%
CMYK0.00%25.32%29.22%
39.61%

Color #9A736D in popluar number systems.

HEX9A736D
Decimal154115109
Binary1001101011100111101101
Octal232163155

Shades and tints

Shades of #9A736D

#9A736D
(154,115,109)
#8C6964
(140,105,100)
#7E5F5B
(126,95,91)
#705552
(112,85,82)
#624B49
(98,75,73)
#544140
(84,65,64)
#463737
(70,55,55)
#382D2E
(56,45,46)
#2A2325
(42,35,37)
#1C191C
(28,25,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #9A736D

#9A736D
(154,115,109)
#A37F7A
(163,127,122)
#AC8B87
(172,139,135)
#B59794
(181,151,148)
#BEA3A1
(190,163,161)
#C7AFAE
(199,175,174)
#D0BBBB
(208,187,187)
#D9C7C8
(217,199,200)
#E2D3D5
(226,211,213)
#EBDFE2
(235,223,226)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A736D color. Also use rgb(154,115,109) instead hex code.

Text Font Color

.myTextColor { color: #9A736D; }

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

This text font color is #9A736D.


Background Color

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

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

This div background color is #9A736D.


Border color

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

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

This div border color is #9A736D.


Opacity

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

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

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

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

This text has shadow with #9A736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A736D on black background.


Color preview on white background

This text has color #9A736D on white background.



Black color preview on #9A736D background

This text has black color on #9A736D background.


White color preview on #9A736D background

This text has white color on #9A736D background.