COLOR #97713C

HEX: #97713C RGB: (151,113,60)

Color info

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

RGB color model

#97713C color RGB value is (151,113,60).

RGB: (151,113,60) (59%, 44%, 24%)

RGB channels and saturation

R 151 of 255 = 59%
G 113 of 255 = 44%
B 60 of 255 = 24%

151
113
60

R + G + B ~ 42%. #97713C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 113 + 60 = 324 (100%)
R 151 of 324 ~ 46.6%
G 113 of 324 ~ 34.88%
B 60 of 324 ~ 18.52'%

%46.6
%34.88
%18.52

CMYK color model

#97713C color CMYK value is (0,25,60,41).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 60.26%
  • key color value is 40.78%

CMYK: (0,25,60,41)
C0M25Y60K41 (0%, 25%, 60%, 41%)
(0.00 / 0.25 / 0.60 / 0.41)

CMYK percentages

%0
%25.17
%60.26
%40.78

Codes

Color #97713C in popluar color models

97 71 3C
RGB 151 113 60
HSL 35° 43.13% 41.37%
HSB/HSV 35° 60.26% 59.22%
CMYK 0.00% 25.17% 60.26%
40.78%

Color #97713C in popluar number systems.

HEX 97 71 3C
Decimal 151 113 60
Binary 10010111 1110001 111100
Octal 227 161 74

Shades and tints

Shades of #97713C

#97713C
(151,113,60)
#8A6737
(138,103,55)
#7D5D32
(125,93,50)
#70532D
(112,83,45)
#634928
(99,73,40)
#563F23
(86,63,35)
#49351E
(73,53,30)
#3C2B19
(60,43,25)
#2F2114
(47,33,20)
#22170F
(34,23,15)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #97713C

#97713C
(151,113,60)
#A07D4D
(160,125,77)
#A9895E
(169,137,94)
#B2956F
(178,149,111)
#BBA180
(187,161,128)
#C4AD91
(196,173,145)
#CDB9A2
(205,185,162)
#D6C5B3
(214,197,179)
#DFD1C4
(223,209,196)
#E8DDD5
(232,221,213)
#F1E9E6
(241,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97713C color. Also use rgb(151,113,60) instead hex code.

Text Font Color

.myTextColor { color: #97713C; }

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

This text font color is #97713C.

Background Color

.myBgColor { background-color: #97713C; }

<div style="background-color:#97713C">Inner text</div>

This div background color is #97713C.

Border color

.myBorderColor { border: 1px solid #97713C; }

<div style="border:3px solid #97713C">Div</div>

This div border color is #97713C.

Opacity

.myOpacity80 { color: #97713C; opacity: 0.8; }

<p style="color:#97713C;opacity:0.8;">80%</p>

Text with #97713C 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 #97713C;}

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

This text has shadow with #97713C color.


.textShadow {text-shadow: 3px 3px 1px #97713C', 3px 3px 1px red;}

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

This text has shadow with #97713C primary color and red secondary color.


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

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

This text has shadow with #97713C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97713C; -webkit-box-shadow: 1px 1px 3px 2px #97713C; box-shadow:1px 1px 3px 2px #97713C;">
Div content here
</div>

This div box has shadow with color #97713C.

Preview

Color preview on black background

This text has color #97713C on black background.


Color preview on white background

This text has color #97713C on white background.


Black color preview on #97713C background

This text has black color on #97713C background.


White color preview on #97713C background

This text has white color on #97713C background.


Related colors

Complementary color

Complementary color for #hex is #688EC3.


I love getcolorcode.com

Triadic colors

1 #3C9771 and #713C97 with #97713C are triadic colors.

2 #3C7197 and #71973C with #97713C are triadic colors.