COLOR #9A7F53

HEX: #9A7F53
RGB: (154,127,83)

Color info

#9A7F53 contains mainly red and green colors. Web safe color of #9A7F53 is #996666 (or #966).

RGB color model

#9A7F53 color RGB value is (154,127,83).

  • red value is 154;
  • green value is 127;
  • blue value is 83.
RGB:
(154,127,83)
(60%,50%,33%)

RGB channels and saturation

R 154 of 255 = 60%
G 127 of 255 = 50%
B 83 of 255 = 33%

154
127
83

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

Portions of RGB colors in percentages

R + G + B =
154 + 127 + 83 = 364 (100%)
R 154 of 364 ~ 42.31%
G 127 of 364 ~ 34.89%
B 83 of 364 ~ 22.8%

%42.31
%34.89
%22.8

CMYK color model

#9A7F53 color CMYK value is (0,18,46,40).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 46.10%
  • key color value is 39.61%
CMYK:
(0,18,46,40)
C0M18Y46K40 
(0%,18%,46%,40%)
(0.00/0.18/0.46/0.40)	

CMYK percentages

%0
%17.53
%46.1
%39.61

Codes

Color #9A7F53 in popluar color models

9A7F53
RGB15412783
HSL37°29.96%46.47%
HSB/HSV37°46.10%60.39%
CMYK0.00%17.53%46.10%
39.61%

Color #9A7F53 in popluar number systems.

HEX9A7F53
Decimal15412783
Binary1001101011111111010011
Octal232177123

Shades and tints

Shades of #9A7F53

#9A7F53
(154,127,83)
#8C744C
(140,116,76)
#7E6945
(126,105,69)
#705E3E
(112,94,62)
#625337
(98,83,55)
#544830
(84,72,48)
#463D29
(70,61,41)
#383222
(56,50,34)
#2A271B
(42,39,27)
#1C1C14
(28,28,20)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #9A7F53

#9A7F53
(154,127,83)
#A38A62
(163,138,98)
#AC9571
(172,149,113)
#B5A080
(181,160,128)
#BEAB8F
(190,171,143)
#C7B69E
(199,182,158)
#D0C1AD
(208,193,173)
#D9CCBC
(217,204,188)
#E2D7CB
(226,215,203)
#EBE2DA
(235,226,218)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7F53 color. Also use rgb(154,127,83) instead hex code.

Text Font Color

.myTextColor { color: #9A7F53; }

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

This text font color is #9A7F53.


Background Color

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

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

This div background color is #9A7F53.


Border color

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

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

This div border color is #9A7F53.


Opacity

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

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

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

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

This text has shadow with #9A7F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7F53 on black background.


Color preview on white background

This text has color #9A7F53 on white background.



Black color preview on #9A7F53 background

This text has black color on #9A7F53 background.


White color preview on #9A7F53 background

This text has white color on #9A7F53 background.