COLOR #9A6874

HEX: #9A6874
RGB: (154,104,116)

Color info

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

RGB color model

#9A6874 color RGB value is (154,104,116).

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

RGB channels and saturation

R 154 of 255 = 60%
G 104 of 255 = 41%
B 116 of 255 = 45%

154
104
116

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

Portions of RGB colors in percentages

R + G + B =
154 + 104 + 116 = 374 (100%)
R 154 of 374 ~ 41.18%
G 104 of 374 ~ 27.81%
B 116 of 374 ~ 31.02%

%41.18
%27.81
%31.02

CMYK color model

#9A6874 color CMYK value is (0,32,25,40).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 24.68%
  • key color value is 39.61%
CMYK:
(0,32,25,40)
C0M32Y25K40 
(0%,32%,25%,40%)
(0.00/0.32/0.25/0.40)	

CMYK percentages

%0
%32.47
%24.68
%39.61

Codes

Color #9A6874 in popluar color models

9A6874
RGB154104116
HSL346°19.84%50.59%
HSB/HSV346°32.47%60.39%
CMYK0.00%32.47%24.68%
39.61%

Color #9A6874 in popluar number systems.

HEX9A6874
Decimal154104116
Binary1001101011010001110100
Octal232150164

Shades and tints

Shades of #9A6874

#9A6874
(154,104,116)
#8C5F6A
(140,95,106)
#7E5660
(126,86,96)
#704D56
(112,77,86)
#62444C
(98,68,76)
#543B42
(84,59,66)
#463238
(70,50,56)
#38292E
(56,41,46)
#2A2024
(42,32,36)
#1C171A
(28,23,26)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #9A6874

#9A6874
(154,104,116)
#A37580
(163,117,128)
#AC828C
(172,130,140)
#B58F98
(181,143,152)
#BE9CA4
(190,156,164)
#C7A9B0
(199,169,176)
#D0B6BC
(208,182,188)
#D9C3C8
(217,195,200)
#E2D0D4
(226,208,212)
#EBDDE0
(235,221,224)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6874; }

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

This text font color is #9A6874.


Background Color

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

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

This div background color is #9A6874.


Border color

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

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

This div border color is #9A6874.


Opacity

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

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

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

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

This text has shadow with #9A6874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6874 on black background.


Color preview on white background

This text has color #9A6874 on white background.



Black color preview on #9A6874 background

This text has black color on #9A6874 background.


White color preview on #9A6874 background

This text has white color on #9A6874 background.