COLOR #9D674C

HEX: #9D674C
RGB: (157,103,76)

Color info

#9D674C contains mainly red and green colors. Web safe color of #9D674C is #996633 (or #963).

RGB color model

#9D674C color RGB value is (157,103,76).

  • red value is 157;
  • green value is 103;
  • blue value is 76.
RGB:
(157,103,76)
(62%,40%,30%)

RGB channels and saturation

R 157 of 255 = 62%
G 103 of 255 = 40%
B 76 of 255 = 30%

157
103
76

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

Portions of RGB colors in percentages

R + G + B =
157 + 103 + 76 = 336 (100%)
R 157 of 336 ~ 46.73%
G 103 of 336 ~ 30.65%
B 76 of 336 ~ 22.62%

%46.73
%30.65
%22.62

CMYK color model

#9D674C color CMYK value is (0,34,52,38).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 51.59%
  • key color value is 38.43%
CMYK:
(0,34,52,38)
C0M34Y52K38 
(0%,34%,52%,38%)
(0.00/0.34/0.52/0.38)	

CMYK percentages

%0
%34.39
%51.59
%38.43

Codes

Color #9D674C in popluar color models

9D674C
RGB15710376
HSL20°34.76%45.69%
HSB/HSV20°51.59%61.57%
CMYK0.00%34.39%51.59%
38.43%

Color #9D674C in popluar number systems.

HEX9D674C
Decimal15710376
Binary1001110111001111001100
Octal235147114

Shades and tints

Shades of #9D674C

#9D674C
(157,103,76)
#8F5E46
(143,94,70)
#815540
(129,85,64)
#734C3A
(115,76,58)
#654334
(101,67,52)
#573A2E
(87,58,46)
#493128
(73,49,40)
#3B2822
(59,40,34)
#2D1F1C
(45,31,28)
#1F1616
(31,22,22)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #9D674C

#9D674C
(157,103,76)
#A5745C
(165,116,92)
#AD816C
(173,129,108)
#B58E7C
(181,142,124)
#BD9B8C
(189,155,140)
#C5A89C
(197,168,156)
#CDB5AC
(205,181,172)
#D5C2BC
(213,194,188)
#DDCFCC
(221,207,204)
#E5DCDC
(229,220,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D674C color. Also use rgb(157,103,76) instead hex code.

Text Font Color

.myTextColor { color: #9D674C; }

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

This text font color is #9D674C.


Background Color

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

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

This div background color is #9D674C.


Border color

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

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

This div border color is #9D674C.


Opacity

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

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

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

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

This text has shadow with #9D674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D674C on black background.


Color preview on white background

This text has color #9D674C on white background.



Black color preview on #9D674C background

This text has black color on #9D674C background.


White color preview on #9D674C background

This text has white color on #9D674C background.