COLOR #9A7D68

HEX: #9A7D68
RGB: (154,125,104)

Color info

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

RGB color model

#9A7D68 color RGB value is (154,125,104).

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

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 104 of 255 = 41%

154
125
104

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

Portions of RGB colors in percentages

R + G + B =
154 + 125 + 104 = 383 (100%)
R 154 of 383 ~ 40.21%
G 125 of 383 ~ 32.64%
B 104 of 383 ~ 27.15%

%40.21
%32.64
%27.15

CMYK color model

#9A7D68 color CMYK value is (0,19,32,40).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 32.47%
  • key color value is 39.61%
CMYK:
(0,19,32,40)
C0M19Y32K40 
(0%,19%,32%,40%)
(0.00/0.19/0.32/0.40)	

CMYK percentages

%0
%18.83
%32.47
%39.61

Codes

Color #9A7D68 in popluar color models

9A7D68
RGB154125104
HSL25°19.84%50.59%
HSB/HSV25°32.47%60.39%
CMYK0.00%18.83%32.47%
39.61%

Color #9A7D68 in popluar number systems.

HEX9A7D68
Decimal154125104
Binary1001101011111011101000
Octal232175150

Shades and tints

Shades of #9A7D68

#9A7D68
(154,125,104)
#8C725F
(140,114,95)
#7E6756
(126,103,86)
#705C4D
(112,92,77)
#625144
(98,81,68)
#54463B
(84,70,59)
#463B32
(70,59,50)
#383029
(56,48,41)
#2A2520
(42,37,32)
#1C1A17
(28,26,23)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #9A7D68

#9A7D68
(154,125,104)
#A38875
(163,136,117)
#AC9382
(172,147,130)
#B59E8F
(181,158,143)
#BEA99C
(190,169,156)
#C7B4A9
(199,180,169)
#D0BFB6
(208,191,182)
#D9CAC3
(217,202,195)
#E2D5D0
(226,213,208)
#EBE0DD
(235,224,221)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7D68; }

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

This text font color is #9A7D68.


Background Color

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

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

This div background color is #9A7D68.


Border color

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

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

This div border color is #9A7D68.


Opacity

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

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

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

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

This text has shadow with #9A7D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7D68 on black background.


Color preview on white background

This text has color #9A7D68 on white background.



Black color preview on #9A7D68 background

This text has black color on #9A7D68 background.


White color preview on #9A7D68 background

This text has white color on #9A7D68 background.