COLOR #9D9268

HEX: #9D9268
RGB: (157,146,104)

Color info

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

RGB color model

#9D9268 color RGB value is (157,146,104).

  • red value is 157;
  • green value is 146;
  • blue value is 104.
RGB:
(157,146,104)
(62%,57%,41%)

RGB channels and saturation

R 157 of 255 = 62%
G 146 of 255 = 57%
B 104 of 255 = 41%

157
146
104

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

Portions of RGB colors in percentages

R + G + B =
157 + 146 + 104 = 407 (100%)
R 157 of 407 ~ 38.57%
G 146 of 407 ~ 35.87%
B 104 of 407 ~ 25.55%

%38.57
%35.87
%25.55

CMYK color model

#9D9268 color CMYK value is (0,7,34,38).

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 33.76%
  • key color value is 38.43%
CMYK:
(0,7,34,38)
C0M7Y34K38 
(0%,7%,34%,38%)
(0.00/0.07/0.34/0.38)	

CMYK percentages

%0
%7.01
%33.76
%38.43

Codes

Color #9D9268 in popluar color models

9D9268
RGB157146104
HSL48°21.29%51.18%
HSB/HSV48°33.76%61.57%
CMYK0.00%7.01%33.76%
38.43%

Color #9D9268 in popluar number systems.

HEX9D9268
Decimal157146104
Binary10011101100100101101000
Octal235222150

Shades and tints

Shades of #9D9268

#9D9268
(157,146,104)
#8F855F
(143,133,95)
#817856
(129,120,86)
#736B4D
(115,107,77)
#655E44
(101,94,68)
#57513B
(87,81,59)
#494432
(73,68,50)
#3B3729
(59,55,41)
#2D2A20
(45,42,32)
#1F1D17
(31,29,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #9D9268

#9D9268
(157,146,104)
#A59B75
(165,155,117)
#ADA482
(173,164,130)
#B5AD8F
(181,173,143)
#BDB69C
(189,182,156)
#C5BFA9
(197,191,169)
#CDC8B6
(205,200,182)
#D5D1C3
(213,209,195)
#DDDAD0
(221,218,208)
#E5E3DD
(229,227,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9268 color. Also use rgb(157,146,104) instead hex code.

Text Font Color

.myTextColor { color: #9D9268; }

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

This text font color is #9D9268.


Background Color

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

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

This div background color is #9D9268.


Border color

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

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

This div border color is #9D9268.


Opacity

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

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

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

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

This text has shadow with #9D9268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9268 on black background.


Color preview on white background

This text has color #9D9268 on white background.



Black color preview on #9D9268 background

This text has black color on #9D9268 background.


White color preview on #9D9268 background

This text has white color on #9D9268 background.