COLOR #997E73

HEX: #997E73
RGB: (153,126,115)

Renk bilgisi

#997E73 contains red, green and blue colors in about the same proportion. #997E73 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#997E73 color RGB value is (153,126,115).

  • kırmız ton 153;
  • yeşil ton 126;
  • mavi ton 115.
RGB:
(153,126,115)
(60%,49%,45%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 126 of 255 = 49%
B 115 of 255 = 45%

153
126
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 126 + 115 = 394 (100%)
R 153 of 394 ~ 38.83%
G 126 of 394 ~ 31.98%
B 115 of 394 ~ 29.19%

%38.83
%31.98
%29.19

CMYK RENK MODELİ

#997E73 rengi CMYK tonu (0,18,25,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.65%
  • sarı tonu 24.84%
  • ana renk tonu 40.00%
CMYK:
(0,18,25,40)
C0M18Y25K40 
(0%,18%,25%,40%)
(0.00/0.18/0.25/0.40)	

CMYK yüzdeleri

%0
%17.65
%24.84
%40

Codes

Color #997E73 in popluar color models

997E73
RGB153126115
HSL17°15.70%52.55%
HSB/HSV17°24.84%60.00%
CMYK0.00%17.65%24.84%
40.00%

Color #997E73 in popluar number systems.

HEX997E73
Decimal153126115
Binary1001100111111101110011
Octal231176163

Shades and tints

Shades of #997E73

#997E73
(153,126,115)
#8C7369
(140,115,105)
#7F685F
(127,104,95)
#725D55
(114,93,85)
#65524B
(101,82,75)
#584741
(88,71,65)
#4B3C37
(75,60,55)
#3E312D
(62,49,45)
#312623
(49,38,35)
#241B19
(36,27,25)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #997E73

#997E73
(153,126,115)
#A2897F
(162,137,127)
#AB948B
(171,148,139)
#B49F97
(180,159,151)
#BDAAA3
(189,170,163)
#C6B5AF
(198,181,175)
#CFC0BB
(207,192,187)
#D8CBC7
(216,203,199)
#E1D6D3
(225,214,211)
#EAE1DF
(234,225,223)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997E73 color. Also use rgb(153,126,115) instead hex code.

Text Font Color

.myTextColor { color: #997E73; }

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

This text font color is #997E73.


Background Color

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

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

This div background color is #997E73.


Border color

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

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

This div border color is #997E73.


Opacity

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

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

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

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

This text has shadow with #997E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E73 on black background.


Color preview on white background

This text has color #997E73 on white background.



Black color preview on #997E73 background

This text has black color on #997E73 background.


White color preview on #997E73 background

This text has white color on #997E73 background.