COLOR #9A837C

HEX: #9A837C
RGB: (154,131,124)

Color info

#9A837C contains red, green and blue colors in about the same proportion. Web safe color of #9A837C is #999966 (or #996).

RGB color model

#9A837C color RGB value is (154,131,124).

  • red value is 154;
  • green value is 131;
  • blue value is 124.
RGB:
(154,131,124)
(60%,51%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 131 of 255 = 51%
B 124 of 255 = 49%

154
131
124

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

Portions of RGB colors in percentages

R + G + B =
154 + 131 + 124 = 409 (100%)
R 154 of 409 ~ 37.65%
G 131 of 409 ~ 32.03%
B 124 of 409 ~ 30.32%

%37.65
%32.03
%30.32

CMYK color model

#9A837C color CMYK value is (0,15,19,40).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 19.48%
  • key color value is 39.61%
CMYK:
(0,15,19,40)
C0M15Y19K40 
(0%,15%,19%,40%)
(0.00/0.15/0.19/0.40)	

CMYK percentages

%0
%14.94
%19.48
%39.61

Codes

Color #9A837C in popluar color models

9A837C
RGB154131124
HSL14°12.93%54.51%
HSB/HSV14°19.48%60.39%
CMYK0.00%14.94%19.48%
39.61%

Color #9A837C in popluar number systems.

HEX9A837C
Decimal154131124
Binary10011010100000111111100
Octal232203174

Shades and tints

Shades of #9A837C

#9A837C
(154,131,124)
#8C7871
(140,120,113)
#7E6D66
(126,109,102)
#70625B
(112,98,91)
#625750
(98,87,80)
#544C45
(84,76,69)
#46413A
(70,65,58)
#38362F
(56,54,47)
#2A2B24
(42,43,36)
#1C2019
(28,32,25)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #9A837C

#9A837C
(154,131,124)
#A38E87
(163,142,135)
#AC9992
(172,153,146)
#B5A49D
(181,164,157)
#BEAFA8
(190,175,168)
#C7BAB3
(199,186,179)
#D0C5BE
(208,197,190)
#D9D0C9
(217,208,201)
#E2DBD4
(226,219,212)
#EBE6DF
(235,230,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A837C color. Also use rgb(154,131,124) instead hex code.

Text Font Color

.myTextColor { color: #9A837C; }

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

This text font color is #9A837C.


Background Color

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

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

This div background color is #9A837C.


Border color

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

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

This div border color is #9A837C.


Opacity

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

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

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

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

This text has shadow with #9A837C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A837C on black background.


Color preview on white background

This text has color #9A837C on white background.



Black color preview on #9A837C background

This text has black color on #9A837C background.


White color preview on #9A837C background

This text has white color on #9A837C background.