COLOR #997511

HEX: #997511
RGB: (153,117,17)

Color info

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

RGB color model

#997511 color RGB value is (153,117,17).

  • red value is 153;
  • green value is 117;
  • blue value is 17.
RGB:
(153,117,17)
(60%,46%,7%)

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 17 of 255 = 7%

153
117
17

R + G + B ~ 38%. #997511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 117 + 17 = 287 (100%)
R 153 of 287 ~ 53.31%
G 117 of 287 ~ 40.77%
B 17 of 287 ~ 5.92%

%53.31
%40.77

CMYK color model

#997511 color CMYK value is (0,24,89,40).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 88.89%
  • key color value is 40.00%
CMYK:
(0,24,89,40)
C0M24Y89K40 
(0%,24%,89%,40%)
(0.00/0.24/0.89/0.40)	

CMYK percentages

%0
%23.53
%88.89
%40

Codes

Color #997511 in popluar color models

997511
RGB15311717
HSL44°80.00%33.33%
HSB/HSV44°88.89%60.00%
CMYK0.00%23.53%88.89%
40.00%

Color #997511 in popluar number systems.

HEX997511
Decimal15311717
Binary10011001111010110001
Octal23116521

Shades and tints

Shades of #997511

#997511
(153,117,17)
#8C6B10
(140,107,16)
#7F610F
(127,97,15)
#72570E
(114,87,14)
#654D0D
(101,77,13)
#58430C
(88,67,12)
#4B390B
(75,57,11)
#3E2F0A
(62,47,10)
#312509
(49,37,9)
#241B08
(36,27,8)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #997511

#997511
(153,117,17)
#A28126
(162,129,38)
#AB8D3B
(171,141,59)
#B49950
(180,153,80)
#BDA565
(189,165,101)
#C6B17A
(198,177,122)
#CFBD8F
(207,189,143)
#D8C9A4
(216,201,164)
#E1D5B9
(225,213,185)
#EAE1CE
(234,225,206)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997511 color. Also use rgb(153,117,17) instead hex code.

Text Font Color

.myTextColor { color: #997511; }

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

This text font color is #997511.


Background Color

.myBgColor { background-color: #997511; }

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

This div background color is #997511.


Border color

.myBorderColor { border: 1px solid #997511; }

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

This div border color is #997511.


Opacity

.myOpacity80 { color: #997511; opacity: 0.8; }

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

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

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

This text has shadow with #997511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997511 on black background.


Color preview on white background

This text has color #997511 on white background.



Black color preview on #997511 background

This text has black color on #997511 background.


White color preview on #997511 background

This text has white color on #997511 background.