COLOR #997438

HEX: #997438
RGB: (153,116,56)

Color info

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

RGB color model

#997438 color RGB value is (153,116,56).

  • red value is 153;
  • green value is 116;
  • blue value is 56.
RGB:
(153,116,56)
(60%,45%,22%)

RGB channels and saturation

R 153 of 255 = 60%
G 116 of 255 = 45%
B 56 of 255 = 22%

153
116
56

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

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 56 = 325 (100%)
R 153 of 325 ~ 47.08%
G 116 of 325 ~ 35.69%
B 56 of 325 ~ 17.23%

%47.08
%35.69
%17.23

CMYK color model

#997438 color CMYK value is (0,24,63,40).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 63.40%
  • key color value is 40.00%
CMYK:
(0,24,63,40)
C0M24Y63K40 
(0%,24%,63%,40%)
(0.00/0.24/0.63/0.40)	

CMYK percentages

%0
%24.18
%63.4
%40

Codes

Color #997438 in popluar color models

997438
RGB15311656
HSL37°46.41%40.98%
HSB/HSV37°63.40%60.00%
CMYK0.00%24.18%63.40%
40.00%

Color #997438 in popluar number systems.

HEX997438
Decimal15311656
Binary100110011110100111000
Octal23116470

Shades and tints

Shades of #997438

#997438
(153,116,56)
#8C6A33
(140,106,51)
#7F602E
(127,96,46)
#725629
(114,86,41)
#654C24
(101,76,36)
#58421F
(88,66,31)
#4B381A
(75,56,26)
#3E2E15
(62,46,21)
#312410
(49,36,16)
#241A0B
(36,26,11)
#171006
(23,16,6)
#000000
(0,0,0)

Tints of #997438

#997438
(153,116,56)
#A2804A
(162,128,74)
#AB8C5C
(171,140,92)
#B4986E
(180,152,110)
#BDA480
(189,164,128)
#C6B092
(198,176,146)
#CFBCA4
(207,188,164)
#D8C8B6
(216,200,182)
#E1D4C8
(225,212,200)
#EAE0DA
(234,224,218)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997438 color. Also use rgb(153,116,56) instead hex code.

Text Font Color

.myTextColor { color: #997438; }

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

This text font color is #997438.


Background Color

.myBgColor { background-color: #997438; }

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

This div background color is #997438.


Border color

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

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

This div border color is #997438.


Opacity

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

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

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

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

This text has shadow with #997438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997438 on black background.


Color preview on white background

This text has color #997438 on white background.



Black color preview on #997438 background

This text has black color on #997438 background.


White color preview on #997438 background

This text has white color on #997438 background.