COLOR #9A754D

HEX: #9A754D
RGB: (154,117,77)

Color info

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

RGB color model

#9A754D color RGB value is (154,117,77).

  • red value is 154;
  • green value is 117;
  • blue value is 77.
RGB:
(154,117,77)
(60%,46%,30%)

RGB channels and saturation

R 154 of 255 = 60%
G 117 of 255 = 46%
B 77 of 255 = 30%

154
117
77

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

Portions of RGB colors in percentages

R + G + B =
154 + 117 + 77 = 348 (100%)
R 154 of 348 ~ 44.25%
G 117 of 348 ~ 33.62%
B 77 of 348 ~ 22.13%

%44.25
%33.62
%22.13

CMYK color model

#9A754D color CMYK value is (0,24,50,40).

  • cyan value is 0.00%
  • magenta value is 24.03%
  • yellow value is 50.00%
  • key color value is 39.61%
CMYK:
(0,24,50,40)
C0M24Y50K40 
(0%,24%,50%,40%)
(0.00/0.24/0.50/0.40)	

CMYK percentages

%0
%24.03
%50
%39.61

Codes

Color #9A754D in popluar color models

9A754D
RGB15411777
HSL31°33.33%45.29%
HSB/HSV31°50.00%60.39%
CMYK0.00%24.03%50.00%
39.61%

Color #9A754D in popluar number systems.

HEX9A754D
Decimal15411777
Binary1001101011101011001101
Octal232165115

Shades and tints

Shades of #9A754D

#9A754D
(154,117,77)
#8C6B46
(140,107,70)
#7E613F
(126,97,63)
#705738
(112,87,56)
#624D31
(98,77,49)
#54432A
(84,67,42)
#463923
(70,57,35)
#382F1C
(56,47,28)
#2A2515
(42,37,21)
#1C1B0E
(28,27,14)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #9A754D

#9A754D
(154,117,77)
#A3815D
(163,129,93)
#AC8D6D
(172,141,109)
#B5997D
(181,153,125)
#BEA58D
(190,165,141)
#C7B19D
(199,177,157)
#D0BDAD
(208,189,173)
#D9C9BD
(217,201,189)
#E2D5CD
(226,213,205)
#EBE1DD
(235,225,221)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A754D color. Also use rgb(154,117,77) instead hex code.

Text Font Color

.myTextColor { color: #9A754D; }

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

This text font color is #9A754D.


Background Color

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

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

This div background color is #9A754D.


Border color

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

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

This div border color is #9A754D.


Opacity

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

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

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

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

This text has shadow with #9A754D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A754D on black background.


Color preview on white background

This text has color #9A754D on white background.



Black color preview on #9A754D background

This text has black color on #9A754D background.


White color preview on #9A754D background

This text has white color on #9A754D background.