COLOR #997A71

HEX: #997A71
RGB: (153,122,113)

Renk bilgisi

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

RGB renk modeli

#997A71 color RGB value is (153,122,113).

  • kırmız ton 153;
  • yeşil ton 122;
  • mavi ton 113.
RGB:
(153,122,113)
(60%,48%,44%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 122 of 255 = 48%
B 113 of 255 = 44%

153
122
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 122 + 113 = 388 (100%)
R 153 of 388 ~ 39.43%
G 122 of 388 ~ 31.44%
B 113 of 388 ~ 29.12%

%39.43
%31.44
%29.12

CMYK RENK MODELİ

#997A71 rengi CMYK tonu (0,20,26,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.26%
  • sarı tonu 26.14%
  • ana renk tonu 40.00%
CMYK:
(0,20,26,40)
C0M20Y26K40 
(0%,20%,26%,40%)
(0.00/0.20/0.26/0.40)	

CMYK yüzdeleri

%0
%20.26
%26.14
%40

Codes

Color #997A71 in popluar color models

997A71
RGB153122113
HSL14°16.39%52.16%
HSB/HSV14°26.14%60.00%
CMYK0.00%20.26%26.14%
40.00%

Color #997A71 in popluar number systems.

HEX997A71
Decimal153122113
Binary1001100111110101110001
Octal231172161

Shades and tints

Shades of #997A71

#997A71
(153,122,113)
#8C6F67
(140,111,103)
#7F645D
(127,100,93)
#725953
(114,89,83)
#654E49
(101,78,73)
#58433F
(88,67,63)
#4B3835
(75,56,53)
#3E2D2B
(62,45,43)
#312221
(49,34,33)
#241717
(36,23,23)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #997A71

#997A71
(153,122,113)
#A2867D
(162,134,125)
#AB9289
(171,146,137)
#B49E95
(180,158,149)
#BDAAA1
(189,170,161)
#C6B6AD
(198,182,173)
#CFC2B9
(207,194,185)
#D8CEC5
(216,206,197)
#E1DAD1
(225,218,209)
#EAE6DD
(234,230,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997A71 color. Also use rgb(153,122,113) instead hex code.

Text Font Color

.myTextColor { color: #997A71; }

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

This text font color is #997A71.


Background Color

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

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

This div background color is #997A71.


Border color

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

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

This div border color is #997A71.


Opacity

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

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

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

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

This text has shadow with #997A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A71 on black background.


Color preview on white background

This text has color #997A71 on white background.



Black color preview on #997A71 background

This text has black color on #997A71 background.


White color preview on #997A71 background

This text has white color on #997A71 background.