COLOR #9D9378

HEX: #9D9378
RGB: (157,147,120)

Color info

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

RGB color model

#9D9378 color RGB value is (157,147,120).

  • red value is 157;
  • green value is 147;
  • blue value is 120.
RGB:
(157,147,120)
(62%,58%,47%)

RGB channels and saturation

R 157 of 255 = 62%
G 147 of 255 = 58%
B 120 of 255 = 47%

157
147
120

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

Portions of RGB colors in percentages

R + G + B =
157 + 147 + 120 = 424 (100%)
R 157 of 424 ~ 37.03%
G 147 of 424 ~ 34.67%
B 120 of 424 ~ 28.3%

%37.03
%34.67
%28.3

CMYK color model

#9D9378 color CMYK value is (0,6,24,38).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 23.57%
  • key color value is 38.43%
CMYK:
(0,6,24,38)
C0M6Y24K38 
(0%,6%,24%,38%)
(0.00/0.06/0.24/0.38)	

CMYK percentages

%0
%6.37
%23.57
%38.43

Codes

Color #9D9378 in popluar color models

9D9378
RGB157147120
HSL44°15.88%54.31%
HSB/HSV44°23.57%61.57%
CMYK0.00%6.37%23.57%
38.43%

Color #9D9378 in popluar number systems.

HEX9D9378
Decimal157147120
Binary10011101100100111111000
Octal235223170

Shades and tints

Shades of #9D9378

#9D9378
(157,147,120)
#8F866E
(143,134,110)
#817964
(129,121,100)
#736C5A
(115,108,90)
#655F50
(101,95,80)
#575246
(87,82,70)
#49453C
(73,69,60)
#3B3832
(59,56,50)
#2D2B28
(45,43,40)
#1F1E1E
(31,30,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #9D9378

#9D9378
(157,147,120)
#A59C84
(165,156,132)
#ADA590
(173,165,144)
#B5AE9C
(181,174,156)
#BDB7A8
(189,183,168)
#C5C0B4
(197,192,180)
#CDC9C0
(205,201,192)
#D5D2CC
(213,210,204)
#DDDBD8
(221,219,216)
#E5E4E4
(229,228,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9378 color. Also use rgb(157,147,120) instead hex code.

Text Font Color

.myTextColor { color: #9D9378; }

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

This text font color is #9D9378.


Background Color

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

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

This div background color is #9D9378.


Border color

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

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

This div border color is #9D9378.


Opacity

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

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

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

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

This text has shadow with #9D9378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9378 on black background.


Color preview on white background

This text has color #9D9378 on white background.



Black color preview on #9D9378 background

This text has black color on #9D9378 background.


White color preview on #9D9378 background

This text has white color on #9D9378 background.