COLOR #997C35

HEX: #997C35 RGB: (153,124,53)

Color info

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

RGB color model

#997C35 color RGB value is (153,124,53).

RGB: (153,124,53) (60%, 49%, 21%)

RGB channels and saturation

R 153 of 255 = 60%
G 124 of 255 = 49%
B 53 of 255 = 21%

153
124
53

R + G + B ~ 43%. #997C35 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 124 + 53 = 330 (100%)
R 153 of 330 ~ 46.36%
G 124 of 330 ~ 37.58%
B 53 of 330 ~ 16.06'%

%46.36
%37.58
%16.06

CMYK color model

#997C35 color CMYK value is (0,19,65,40).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 65.36%
  • key color value is 40.00%

CMYK: (0,19,65,40)
C0M19Y65K40 (0%, 19%, 65%, 40%)
(0.00 / 0.19 / 0.65 / 0.40)

CMYK percentages

%0
%18.95
%65.36
%40

Codes

Color #997C35 in popluar color models

99 7C 35
RGB 153 124 53
HSL 43° 48.54% 40.39%
HSB/HSV 43° 65.36% 60.00%
CMYK 0.00% 18.95% 65.36%
40.00%

Color #997C35 in popluar number systems.

HEX 99 7C 35
Decimal 153 124 53
Binary 10011001 1111100 110101
Octal 231 174 65

Shades and tints

Shades of #997C35

#997C35
(153,124,53)
#8C7131
(140,113,49)
#7F662D
(127,102,45)
#725B29
(114,91,41)
#655025
(101,80,37)
#584521
(88,69,33)
#4B3A1D
(75,58,29)
#3E2F19
(62,47,25)
#312415
(49,36,21)
#241911
(36,25,17)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #997C35

#997C35
(153,124,53)
#A28747
(162,135,71)
#AB9259
(171,146,89)
#B49D6B
(180,157,107)
#BDA87D
(189,168,125)
#C6B38F
(198,179,143)
#CFBEA1
(207,190,161)
#D8C9B3
(216,201,179)
#E1D4C5
(225,212,197)
#EADFD7
(234,223,215)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997C35 color. Also use rgb(153,124,53) instead hex code.

Text Font Color

.myTextColor { color: #997C35; }

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

This text font color is #997C35.

Background Color

.myBgColor { background-color: #997C35; }

<div style="background-color:#997C35">Inner text</div>

This div background color is #997C35.

Border color

.myBorderColor { border: 1px solid #997C35; }

<div style="border:3px solid #997C35">Div</div>

This div border color is #997C35.

Opacity

.myOpacity80 { color: #997C35; opacity: 0.8; }

<p style="color:#997C35;opacity:0.8;">80%</p>

Text with #997C35 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 #997C35;}

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

This text has shadow with #997C35 color.


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

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

This text has shadow with #997C35 primary color and red secondary color.


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

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

This text has shadow with #997C35 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #997C35.

Preview

Color preview on black background

This text has color #997C35 on black background.


Color preview on white background

This text has color #997C35 on white background.


Black color preview on #997C35 background

This text has black color on #997C35 background.


White color preview on #997C35 background

This text has white color on #997C35 background.


Related colors

Complementary color

Complementary color for #hex is #6683CA.


I love getcolorcode.com

Triadic colors

1 #35997C and #7C3599 with #997C35 are triadic colors.

2 #357C99 and #7C9935 with #997C35 are triadic colors.