COLOR #997676

HEX: #997676
RGB: (153,118,118)

Renk bilgisi

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

RGB renk modeli

#997676 color RGB value is (153,118,118).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 118 of 255 = 46%
B 118 of 255 = 46%

153
118
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 118 + 118 = 389 (100%)
R 153 of 389 ~ 39.33%
G 118 of 389 ~ 30.33%
B 118 of 389 ~ 30.33%

%39.33
%30.33
%30.33

CMYK RENK MODELİ

#997676 rengi CMYK tonu (0,23,23,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.88%
  • sarı tonu 22.88%
  • ana renk tonu 40.00%
CMYK:
(0,23,23,40)
C0M23Y23K40 
(0%,23%,23%,40%)
(0.00/0.23/0.23/0.40)	

CMYK yüzdeleri

%0
%22.88
%22.88
%40

Codes

Color #997676 in popluar color models

997676
RGB153118118
HSL14.64%53.14%
HSB/HSV22.88%60.00%
CMYK0.00%22.88%22.88%
40.00%

Color #997676 in popluar number systems.

HEX997676
Decimal153118118
Binary1001100111101101110110
Octal231166166

Shades and tints

Shades of #997676

#997676
(153,118,118)
#8C6C6C
(140,108,108)
#7F6262
(127,98,98)
#725858
(114,88,88)
#654E4E
(101,78,78)
#584444
(88,68,68)
#4B3A3A
(75,58,58)
#3E3030
(62,48,48)
#312626
(49,38,38)
#241C1C
(36,28,28)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #997676

#997676
(153,118,118)
#A28282
(162,130,130)
#AB8E8E
(171,142,142)
#B49A9A
(180,154,154)
#BDA6A6
(189,166,166)
#C6B2B2
(198,178,178)
#CFBEBE
(207,190,190)
#D8CACA
(216,202,202)
#E1D6D6
(225,214,214)
#EAE2E2
(234,226,226)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997676; }

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

This text font color is #997676.


Background Color

.myBgColor { background-color: #997676; }

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

This div background color is #997676.


Border color

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

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

This div border color is #997676.


Opacity

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

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

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

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

This text has shadow with #997676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997676 on black background.


Color preview on white background

This text has color #997676 on white background.



Black color preview on #997676 background

This text has black color on #997676 background.


White color preview on #997676 background

This text has white color on #997676 background.