COLOR #9D9271

HEX: #9D9271
RGB: (157,146,113)

Color info

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

RGB color model

#9D9271 color RGB value is (157,146,113).

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

RGB channels and saturation

R 157 of 255 = 62%
G 146 of 255 = 57%
B 113 of 255 = 44%

157
146
113

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

Portions of RGB colors in percentages

R + G + B =
157 + 146 + 113 = 416 (100%)
R 157 of 416 ~ 37.74%
G 146 of 416 ~ 35.1%
B 113 of 416 ~ 27.16%

%37.74
%35.1
%27.16

CMYK color model

#9D9271 color CMYK value is (0,7,28,38).

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 28.03%
  • key color value is 38.43%
CMYK:
(0,7,28,38)
C0M7Y28K38 
(0%,7%,28%,38%)
(0.00/0.07/0.28/0.38)	

CMYK percentages

%0
%7.01
%28.03
%38.43

Codes

Color #9D9271 in popluar color models

9D9271
RGB157146113
HSL45°18.33%52.94%
HSB/HSV45°28.03%61.57%
CMYK0.00%7.01%28.03%
38.43%

Color #9D9271 in popluar number systems.

HEX9D9271
Decimal157146113
Binary10011101100100101110001
Octal235222161

Shades and tints

Shades of #9D9271

#9D9271
(157,146,113)
#8F8567
(143,133,103)
#81785D
(129,120,93)
#736B53
(115,107,83)
#655E49
(101,94,73)
#57513F
(87,81,63)
#494435
(73,68,53)
#3B372B
(59,55,43)
#2D2A21
(45,42,33)
#1F1D17
(31,29,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #9D9271

#9D9271
(157,146,113)
#A59B7D
(165,155,125)
#ADA489
(173,164,137)
#B5AD95
(181,173,149)
#BDB6A1
(189,182,161)
#C5BFAD
(197,191,173)
#CDC8B9
(205,200,185)
#D5D1C5
(213,209,197)
#DDDAD1
(221,218,209)
#E5E3DD
(229,227,221)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9271; }

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

This text font color is #9D9271.


Background Color

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

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

This div background color is #9D9271.


Border color

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

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

This div border color is #9D9271.


Opacity

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

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

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

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

This text has shadow with #9D9271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9271 on black background.


Color preview on white background

This text has color #9D9271 on white background.



Black color preview on #9D9271 background

This text has black color on #9D9271 background.


White color preview on #9D9271 background

This text has white color on #9D9271 background.