COLOR #997472

HEX: #997472
RGB: (153,116,114)

Renk bilgisi

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

RGB renk modeli

#997472 color RGB value is (153,116,114).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 116 of 255 = 45%
B 114 of 255 = 45%

153
116
114

R + G + B ~ 50%. #997472 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 116 + 114 = 383 (100%)
R 153 of 383 ~ 39.95%
G 116 of 383 ~ 30.29%
B 114 of 383 ~ 29.77%

%39.95
%30.29
%29.77

CMYK RENK MODELİ

#997472 rengi CMYK tonu (0,24,25,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.18%
  • sarı tonu 25.49%
  • ana renk tonu 40.00%
CMYK:
(0,24,25,40)
C0M24Y25K40 
(0%,24%,25%,40%)
(0.00/0.24/0.25/0.40)	

CMYK yüzdeleri

%0
%24.18
%25.49
%40

Codes

Color #997472 in popluar color models

997472
RGB153116114
HSL16.05%52.35%
HSB/HSV25.49%60.00%
CMYK0.00%24.18%25.49%
40.00%

Color #997472 in popluar number systems.

HEX997472
Decimal153116114
Binary1001100111101001110010
Octal231164162

Shades and tints

Shades of #997472

#997472
(153,116,114)
#8C6A68
(140,106,104)
#7F605E
(127,96,94)
#725654
(114,86,84)
#654C4A
(101,76,74)
#584240
(88,66,64)
#4B3836
(75,56,54)
#3E2E2C
(62,46,44)
#312422
(49,36,34)
#241A18
(36,26,24)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #997472

#997472
(153,116,114)
#A2807E
(162,128,126)
#AB8C8A
(171,140,138)
#B49896
(180,152,150)
#BDA4A2
(189,164,162)
#C6B0AE
(198,176,174)
#CFBCBA
(207,188,186)
#D8C8C6
(216,200,198)
#E1D4D2
(225,212,210)
#EAE0DE
(234,224,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997472; }

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

This text font color is #997472.


Background Color

.myBgColor { background-color: #997472; }

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

This div background color is #997472.


Border color

.myBorderColor { border: 1px solid #997472; }

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

This div border color is #997472.


Opacity

.myOpacity80 { color: #997472; opacity: 0.8; }

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

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

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

This text has shadow with #997472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997472 on black background.


Color preview on white background

This text has color #997472 on white background.



Black color preview on #997472 background

This text has black color on #997472 background.


White color preview on #997472 background

This text has white color on #997472 background.