COLOR #9C674F

HEX: #9C674F
RGB: (156,103,79)

Color info

#9C674F contains mainly red and green colors. Web safe color of #9C674F is #996666 (or #966).

RGB color model

#9C674F color RGB value is (156,103,79).

  • red value is 156;
  • green value is 103;
  • blue value is 79.
RGB:
(156,103,79)
(61%,40%,31%)

RGB channels and saturation

R 156 of 255 = 61%
G 103 of 255 = 40%
B 79 of 255 = 31%

156
103
79

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

Portions of RGB colors in percentages

R + G + B =
156 + 103 + 79 = 338 (100%)
R 156 of 338 ~ 46.15%
G 103 of 338 ~ 30.47%
B 79 of 338 ~ 23.37%

%46.15
%30.47
%23.37

CMYK color model

#9C674F color CMYK value is (0,34,49,39).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 49.36%
  • key color value is 38.82%
CMYK:
(0,34,49,39)
C0M34Y49K39 
(0%,34%,49%,39%)
(0.00/0.34/0.49/0.39)	

CMYK percentages

%0
%33.97
%49.36
%38.82

Codes

Color #9C674F in popluar color models

9C674F
RGB15610379
HSL19°32.77%46.08%
HSB/HSV19°49.36%61.18%
CMYK0.00%33.97%49.36%
38.82%

Color #9C674F in popluar number systems.

HEX9C674F
Decimal15610379
Binary1001110011001111001111
Octal234147117

Shades and tints

Shades of #9C674F

#9C674F
(156,103,79)
#8E5E48
(142,94,72)
#805541
(128,85,65)
#724C3A
(114,76,58)
#644333
(100,67,51)
#563A2C
(86,58,44)
#483125
(72,49,37)
#3A281E
(58,40,30)
#2C1F17
(44,31,23)
#1E1610
(30,22,16)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #9C674F

#9C674F
(156,103,79)
#A5745F
(165,116,95)
#AE816F
(174,129,111)
#B78E7F
(183,142,127)
#C09B8F
(192,155,143)
#C9A89F
(201,168,159)
#D2B5AF
(210,181,175)
#DBC2BF
(219,194,191)
#E4CFCF
(228,207,207)
#EDDCDF
(237,220,223)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C674F color. Also use rgb(156,103,79) instead hex code.

Text Font Color

.myTextColor { color: #9C674F; }

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

This text font color is #9C674F.


Background Color

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

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

This div background color is #9C674F.


Border color

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

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

This div border color is #9C674F.


Opacity

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

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

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

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

This text has shadow with #9C674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C674F on black background.


Color preview on white background

This text has color #9C674F on white background.



Black color preview on #9C674F background

This text has black color on #9C674F background.


White color preview on #9C674F background

This text has white color on #9C674F background.