COLOR #997B30

HEX: #997B30 RGB: (153,123,48)

Color info

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

RGB color model

#997B30 color RGB value is (153,123,48).

RGB: (153,123,48) (60%, 48%, 19%)

RGB channels and saturation

R 153 of 255 = 60%
G 123 of 255 = 48%
B 48 of 255 = 19%

153
123
48

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

Portions of RGB colors in percentages

R + G + B = 153 + 123 + 48 = 324 (100%)
R 153 of 324 ~ 47.22%
G 123 of 324 ~ 37.96%
B 48 of 324 ~ 14.81'%

%47.22
%37.96
%14.81

CMYK color model

#997B30 color CMYK value is (0,20,69,40).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 68.63%
  • key color value is 40.00%

CMYK: (0,20,69,40)
C0M20Y69K40 (0%, 20%, 69%, 40%)
(0.00 / 0.20 / 0.69 / 0.40)

CMYK percentages

%0
%19.61
%68.63
%40

Codes

Color #997B30 in popluar color models

99 7B 30
RGB 153 123 48
HSL 43° 52.24% 39.41%
HSB/HSV 43° 68.63% 60.00%
CMYK 0.00% 19.61% 68.63%
40.00%

Color #997B30 in popluar number systems.

HEX 99 7B 30
Decimal 153 123 48
Binary 10011001 1111011 110000
Octal 231 173 60

Shades and tints

Shades of #997B30

#997B30
(153,123,48)
#8C702C
(140,112,44)
#7F6528
(127,101,40)
#725A24
(114,90,36)
#654F20
(101,79,32)
#58441C
(88,68,28)
#4B3918
(75,57,24)
#3E2E14
(62,46,20)
#312310
(49,35,16)
#24180C
(36,24,12)
#170D08
(23,13,8)
#000000
(0,0,0)

Tints of #997B30

#997B30
(153,123,48)
#A28742
(162,135,66)
#AB9354
(171,147,84)
#B49F66
(180,159,102)
#BDAB78
(189,171,120)
#C6B78A
(198,183,138)
#CFC39C
(207,195,156)
#D8CFAE
(216,207,174)
#E1DBC0
(225,219,192)
#EAE7D2
(234,231,210)
#F3F3E4
(243,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997B30 color. Also use rgb(153,123,48) instead hex code.

Text Font Color

.myTextColor { color: #997B30; }

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

This text font color is #997B30.

Background Color

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

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

This div background color is #997B30.

Border color

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

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

This div border color is #997B30.

Opacity

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

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

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

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

This text has shadow with #997B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997B30.

Preview

Color preview on black background

This text has color #997B30 on black background.


Color preview on white background

This text has color #997B30 on white background.


Black color preview on #997B30 background

This text has black color on #997B30 background.


White color preview on #997B30 background

This text has white color on #997B30 background.


Related colors

Complementary color

Complementary color for #997B30 is #6684CF.


I love getcolorcode.com

Triadic colors

1 #30997B and #7B3099 with #997B30 are triadic colors.

2 #307B99 and #7B9930 with #997B30 are triadic colors.