COLOR #997D79

HEX: #997D79
RGB: (153,125,121)

Renk bilgisi

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

RGB renk modeli

#997D79 color RGB value is (153,125,121).

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

RGB bağlantıları ve doygunluk

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

153
125
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 125 + 121 = 399 (100%)
R 153 of 399 ~ 38.35%
G 125 of 399 ~ 31.33%
B 121 of 399 ~ 30.33%

%38.35
%31.33
%30.33

CMYK RENK MODELİ

#997D79 rengi CMYK tonu (0,18,21,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.30%
  • sarı tonu 20.92%
  • ana renk tonu 40.00%
CMYK:
(0,18,21,40)
C0M18Y21K40 
(0%,18%,21%,40%)
(0.00/0.18/0.21/0.40)	

CMYK yüzdeleri

%0
%18.3
%20.92
%40

Codes

Color #997D79 in popluar color models

997D79
RGB153125121
HSL13.56%53.73%
HSB/HSV20.92%60.00%
CMYK0.00%18.30%20.92%
40.00%

Color #997D79 in popluar number systems.

HEX997D79
Decimal153125121
Binary1001100111111011111001
Octal231175171

Shades and tints

Shades of #997D79

#997D79
(153,125,121)
#8C726E
(140,114,110)
#7F6763
(127,103,99)
#725C58
(114,92,88)
#65514D
(101,81,77)
#584642
(88,70,66)
#4B3B37
(75,59,55)
#3E302C
(62,48,44)
#312521
(49,37,33)
#241A16
(36,26,22)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #997D79

#997D79
(153,125,121)
#A28885
(162,136,133)
#AB9391
(171,147,145)
#B49E9D
(180,158,157)
#BDA9A9
(189,169,169)
#C6B4B5
(198,180,181)
#CFBFC1
(207,191,193)
#D8CACD
(216,202,205)
#E1D5D9
(225,213,217)
#EAE0E5
(234,224,229)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D79; }

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

This text font color is #997D79.


Background Color

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

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

This div background color is #997D79.


Border color

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

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

This div border color is #997D79.


Opacity

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

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

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

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

This text has shadow with #997D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D79 on black background.


Color preview on white background

This text has color #997D79 on white background.



Black color preview on #997D79 background

This text has black color on #997D79 background.


White color preview on #997D79 background

This text has white color on #997D79 background.