COLOR #997254

HEX: #997254
RGB: (153,114,84)

Color info

#997254 contains mainly red and green colors. Web safe color of #997254 is #996666 (or #966).

RGB color model

#997254 color RGB value is (153,114,84).

  • red value is 153;
  • green value is 114;
  • blue value is 84.
RGB:
(153,114,84)
(60%,45%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 114 of 255 = 45%
B 84 of 255 = 33%

153
114
84

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

Portions of RGB colors in percentages

R + G + B =
153 + 114 + 84 = 351 (100%)
R 153 of 351 ~ 43.59%
G 114 of 351 ~ 32.48%
B 84 of 351 ~ 23.93%

%43.59
%32.48
%23.93

CMYK color model

#997254 color CMYK value is (0,25,45,40).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 45.10%
  • key color value is 40.00%
CMYK:
(0,25,45,40)
C0M25Y45K40 
(0%,25%,45%,40%)
(0.00/0.25/0.45/0.40)	

CMYK percentages

%0
%25.49
%45.1
%40

Codes

Color #997254 in popluar color models

997254
RGB15311484
HSL26°29.11%46.47%
HSB/HSV26°45.10%60.00%
CMYK0.00%25.49%45.10%
40.00%

Color #997254 in popluar number systems.

HEX997254
Decimal15311484
Binary1001100111100101010100
Octal231162124

Shades and tints

Shades of #997254

#997254
(153,114,84)
#8C684D
(140,104,77)
#7F5E46
(127,94,70)
#72543F
(114,84,63)
#654A38
(101,74,56)
#584031
(88,64,49)
#4B362A
(75,54,42)
#3E2C23
(62,44,35)
#31221C
(49,34,28)
#241815
(36,24,21)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #997254

#997254
(153,114,84)
#A27E63
(162,126,99)
#AB8A72
(171,138,114)
#B49681
(180,150,129)
#BDA290
(189,162,144)
#C6AE9F
(198,174,159)
#CFBAAE
(207,186,174)
#D8C6BD
(216,198,189)
#E1D2CC
(225,210,204)
#EADEDB
(234,222,219)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997254 color. Also use rgb(153,114,84) instead hex code.

Text Font Color

.myTextColor { color: #997254; }

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

This text font color is #997254.


Background Color

.myBgColor { background-color: #997254; }

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

This div background color is #997254.


Border color

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

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

This div border color is #997254.


Opacity

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

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

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

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

This text has shadow with #997254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997254 on black background.


Color preview on white background

This text has color #997254 on white background.



Black color preview on #997254 background

This text has black color on #997254 background.


White color preview on #997254 background

This text has white color on #997254 background.