COLOR #997A63

HEX: #997A63
RGB: (153,122,99)

Renk bilgisi

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

RGB renk modeli

#997A63 color RGB value is (153,122,99).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 122 of 255 = 48%
B 99 of 255 = 39%

153
122
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 122 + 99 = 374 (100%)
R 153 of 374 ~ 40.91%
G 122 of 374 ~ 32.62%
B 99 of 374 ~ 26.47%

%40.91
%32.62
%26.47

CMYK RENK MODELİ

#997A63 rengi CMYK tonu (0,20,35,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.26%
  • sarı tonu 35.29%
  • ana renk tonu 40.00%
CMYK:
(0,20,35,40)
C0M20Y35K40 
(0%,20%,35%,40%)
(0.00/0.20/0.35/0.40)	

CMYK yüzdeleri

%0
%20.26
%35.29
%40

Codes

Color #997A63 in popluar color models

997A63
RGB15312299
HSL26°21.43%49.41%
HSB/HSV26°35.29%60.00%
CMYK0.00%20.26%35.29%
40.00%

Color #997A63 in popluar number systems.

HEX997A63
Decimal15312299
Binary1001100111110101100011
Octal231172143

Shades and tints

Shades of #997A63

#997A63
(153,122,99)
#8C6F5A
(140,111,90)
#7F6451
(127,100,81)
#725948
(114,89,72)
#654E3F
(101,78,63)
#584336
(88,67,54)
#4B382D
(75,56,45)
#3E2D24
(62,45,36)
#31221B
(49,34,27)
#241712
(36,23,18)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #997A63

#997A63
(153,122,99)
#A28671
(162,134,113)
#AB927F
(171,146,127)
#B49E8D
(180,158,141)
#BDAA9B
(189,170,155)
#C6B6A9
(198,182,169)
#CFC2B7
(207,194,183)
#D8CEC5
(216,206,197)
#E1DAD3
(225,218,211)
#EAE6E1
(234,230,225)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A63; }

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

This text font color is #997A63.


Background Color

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

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

This div background color is #997A63.


Border color

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

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

This div border color is #997A63.


Opacity

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

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

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

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

This text has shadow with #997A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A63 on black background.


Color preview on white background

This text has color #997A63 on white background.



Black color preview on #997A63 background

This text has black color on #997A63 background.


White color preview on #997A63 background

This text has white color on #997A63 background.