COLOR #997D7D

HEX: #997D7D
RGB: (153,125,125)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

153
125
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 125 + 125 = 403 (100%)
R 153 of 403 ~ 37.97%
G 125 of 403 ~ 31.02%
B 125 of 403 ~ 31.02%

%37.97
%31.02
%31.02

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%18.3
%18.3
%40

Codes

Color #997D7D in popluar color models

997D7D
RGB153125125
HSL12.07%54.51%
HSB/HSV18.30%60.00%
CMYK0.00%18.30%18.30%
40.00%

Color #997D7D in popluar number systems.

HEX997D7D
Decimal153125125
Binary1001100111111011111101
Octal231175175

Shades and tints

Shades of #997D7D

#997D7D
(153,125,125)
#8C7272
(140,114,114)
#7F6767
(127,103,103)
#725C5C
(114,92,92)
#655151
(101,81,81)
#584646
(88,70,70)
#4B3B3B
(75,59,59)
#3E3030
(62,48,48)
#312525
(49,37,37)
#241A1A
(36,26,26)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #997D7D

#997D7D
(153,125,125)
#A28888
(162,136,136)
#AB9393
(171,147,147)
#B49E9E
(180,158,158)
#BDA9A9
(189,169,169)
#C6B4B4
(198,180,180)
#CFBFBF
(207,191,191)
#D8CACA
(216,202,202)
#E1D5D5
(225,213,213)
#EAE0E0
(234,224,224)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D7D; }

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

This text font color is #997D7D.


Background Color

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

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

This div background color is #997D7D.


Border color

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

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

This div border color is #997D7D.


Opacity

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

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

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

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

This text has shadow with #997D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D7D on black background.


Color preview on white background

This text has color #997D7D on white background.



Black color preview on #997D7D background

This text has black color on #997D7D background.


White color preview on #997D7D background

This text has white color on #997D7D background.