COLOR #997E72

HEX: #997E72
RGB: (153,126,114)

Renk bilgisi

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

RGB renk modeli

#997E72 color RGB value is (153,126,114).

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

RGB bağlantıları ve doygunluk

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

153
126
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 126 + 114 = 393 (100%)
R 153 of 393 ~ 38.93%
G 126 of 393 ~ 32.06%
B 114 of 393 ~ 29.01%

%38.93
%32.06
%29.01

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.65%
  • sarı tonu 25.49%
  • 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
%25.49
%40

Codes

Color #997E72 in popluar color models

997E72
RGB153126114
HSL18°16.05%52.35%
HSB/HSV18°25.49%60.00%
CMYK0.00%17.65%25.49%
40.00%

Color #997E72 in popluar number systems.

HEX997E72
Decimal153126114
Binary1001100111111101110010
Octal231176162

Shades and tints

Shades of #997E72

#997E72
(153,126,114)
#8C7368
(140,115,104)
#7F685E
(127,104,94)
#725D54
(114,93,84)
#65524A
(101,82,74)
#584740
(88,71,64)
#4B3C36
(75,60,54)
#3E312C
(62,49,44)
#312622
(49,38,34)
#241B18
(36,27,24)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #997E72

#997E72
(153,126,114)
#A2897E
(162,137,126)
#AB948A
(171,148,138)
#B49F96
(180,159,150)
#BDAAA2
(189,170,162)
#C6B5AE
(198,181,174)
#CFC0BA
(207,192,186)
#D8CBC6
(216,203,198)
#E1D6D2
(225,214,210)
#EAE1DE
(234,225,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E72; }

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

This text font color is #997E72.


Background Color

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

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

This div background color is #997E72.


Border color

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

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

This div border color is #997E72.


Opacity

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

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

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

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

This text has shadow with #997E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E72 on black background.


Color preview on white background

This text has color #997E72 on white background.



Black color preview on #997E72 background

This text has black color on #997E72 background.


White color preview on #997E72 background

This text has white color on #997E72 background.