COLOR #997C79

HEX: #997C79
RGB: (153,124,121)

Renk bilgisi

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

RGB renk modeli

#997C79 color RGB value is (153,124,121).

  • kırmız ton 153;
  • yeşil ton 124;
  • mavi ton 121.
RGB:
(153,124,121)
(60%,49%,47%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 124 of 255 = 49%
B 121 of 255 = 47%

153
124
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 124 + 121 = 398 (100%)
R 153 of 398 ~ 38.44%
G 124 of 398 ~ 31.16%
B 121 of 398 ~ 30.4%

%38.44
%31.16
%30.4

CMYK RENK MODELİ

#997C79 rengi CMYK tonu (0,19,21,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.95%
  • sarı tonu 20.92%
  • ana renk tonu 40.00%
CMYK:
(0,19,21,40)
C0M19Y21K40 
(0%,19%,21%,40%)
(0.00/0.19/0.21/0.40)	

CMYK yüzdeleri

%0
%18.95
%20.92
%40

Codes

Color #997C79 in popluar color models

997C79
RGB153124121
HSL13.56%53.73%
HSB/HSV20.92%60.00%
CMYK0.00%18.95%20.92%
40.00%

Color #997C79 in popluar number systems.

HEX997C79
Decimal153124121
Binary1001100111111001111001
Octal231174171

Shades and tints

Shades of #997C79

#997C79
(153,124,121)
#8C716E
(140,113,110)
#7F6663
(127,102,99)
#725B58
(114,91,88)
#65504D
(101,80,77)
#584542
(88,69,66)
#4B3A37
(75,58,55)
#3E2F2C
(62,47,44)
#312421
(49,36,33)
#241916
(36,25,22)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #997C79

#997C79
(153,124,121)
#A28785
(162,135,133)
#AB9291
(171,146,145)
#B49D9D
(180,157,157)
#BDA8A9
(189,168,169)
#C6B3B5
(198,179,181)
#CFBEC1
(207,190,193)
#D8C9CD
(216,201,205)
#E1D4D9
(225,212,217)
#EADFE5
(234,223,229)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997C79 color. Also use rgb(153,124,121) instead hex code.

Text Font Color

.myTextColor { color: #997C79; }

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

This text font color is #997C79.


Background Color

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

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

This div background color is #997C79.


Border color

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

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

This div border color is #997C79.


Opacity

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

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

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

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

This text has shadow with #997C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997C79 on black background.


Color preview on white background

This text has color #997C79 on white background.



Black color preview on #997C79 background

This text has black color on #997C79 background.


White color preview on #997C79 background

This text has white color on #997C79 background.