COLOR #997F18

HEX: #997F18
RGB: (153,127,24)

Color info

#997F18 contains mainly red and green colors. Web safe color of #997F18 is #996600 (or #960).

RGB color model

#997F18 color RGB value is (153,127,24).

  • red value is 153;
  • green value is 127;
  • blue value is 24.
RGB:
(153,127,24)
(60%,50%,9%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 24 of 255 = 9%

153
127
24

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 24 = 304 (100%)
R 153 of 304 ~ 50.33%
G 127 of 304 ~ 41.78%
B 24 of 304 ~ 7.89%

%50.33
%41.78

CMYK color model

#997F18 color CMYK value is (0,17,84,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 84.31%
  • key color value is 40.00%
CMYK:
(0,17,84,40)
C0M17Y84K40 
(0%,17%,84%,40%)
(0.00/0.17/0.84/0.40)	

CMYK percentages

%0
%16.99
%84.31
%40

Codes

Color #997F18 in popluar color models

997F18
RGB15312724
HSL48°72.88%34.71%
HSB/HSV48°84.31%60.00%
CMYK0.00%16.99%84.31%
40.00%

Color #997F18 in popluar number systems.

HEX997F18
Decimal15312724
Binary10011001111111111000
Octal23117730

Shades and tints

Shades of #997F18

#997F18
(153,127,24)
#8C7416
(140,116,22)
#7F6914
(127,105,20)
#725E12
(114,94,18)
#655310
(101,83,16)
#58480E
(88,72,14)
#4B3D0C
(75,61,12)
#3E320A
(62,50,10)
#312708
(49,39,8)
#241C06
(36,28,6)
#171104
(23,17,4)
#000000
(0,0,0)

Tints of #997F18

#997F18
(153,127,24)
#A28A2D
(162,138,45)
#AB9542
(171,149,66)
#B4A057
(180,160,87)
#BDAB6C
(189,171,108)
#C6B681
(198,182,129)
#CFC196
(207,193,150)
#D8CCAB
(216,204,171)
#E1D7C0
(225,215,192)
#EAE2D5
(234,226,213)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997F18 color. Also use rgb(153,127,24) instead hex code.

Text Font Color

.myTextColor { color: #997F18; }

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

This text font color is #997F18.


Background Color

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

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

This div background color is #997F18.


Border color

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

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

This div border color is #997F18.


Opacity

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

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

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

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

This text has shadow with #997F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F18 on black background.


Color preview on white background

This text has color #997F18 on white background.



Black color preview on #997F18 background

This text has black color on #997F18 background.


White color preview on #997F18 background

This text has white color on #997F18 background.