COLOR #996F74

HEX: #996F74
RGB: (153,111,116)

Renk bilgisi

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

RGB renk modeli

#996F74 color RGB value is (153,111,116).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 111 of 255 = 44%
B 116 of 255 = 45%

153
111
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 111 + 116 = 380 (100%)
R 153 of 380 ~ 40.26%
G 111 of 380 ~ 29.21%
B 116 of 380 ~ 30.53%

%40.26
%29.21
%30.53

CMYK RENK MODELİ

#996F74 rengi CMYK tonu (0,27,24,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.45%
  • sarı tonu 24.18%
  • ana renk tonu 40.00%
CMYK:
(0,27,24,40)
C0M27Y24K40 
(0%,27%,24%,40%)
(0.00/0.27/0.24/0.40)	

CMYK yüzdeleri

%0
%27.45
%24.18
%40

Codes

Color #996F74 in popluar color models

996F74
RGB153111116
HSL353°17.07%51.76%
HSB/HSV353°27.45%60.00%
CMYK0.00%27.45%24.18%
40.00%

Color #996F74 in popluar number systems.

HEX996F74
Decimal153111116
Binary1001100111011111110100
Octal231157164

Shades and tints

Shades of #996F74

#996F74
(153,111,116)
#8C656A
(140,101,106)
#7F5B60
(127,91,96)
#725156
(114,81,86)
#65474C
(101,71,76)
#583D42
(88,61,66)
#4B3338
(75,51,56)
#3E292E
(62,41,46)
#311F24
(49,31,36)
#24151A
(36,21,26)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #996F74

#996F74
(153,111,116)
#A27C80
(162,124,128)
#AB898C
(171,137,140)
#B49698
(180,150,152)
#BDA3A4
(189,163,164)
#C6B0B0
(198,176,176)
#CFBDBC
(207,189,188)
#D8CAC8
(216,202,200)
#E1D7D4
(225,215,212)
#EAE4E0
(234,228,224)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996F74; }

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

This text font color is #996F74.


Background Color

.myBgColor { background-color: #996F74; }

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

This div background color is #996F74.


Border color

.myBorderColor { border: 1px solid #996F74; }

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

This div border color is #996F74.


Opacity

.myOpacity80 { color: #996F74; opacity: 0.8; }

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

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

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

This text has shadow with #996F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996F74 on black background.


Color preview on white background

This text has color #996F74 on white background.



Black color preview on #996F74 background

This text has black color on #996F74 background.


White color preview on #996F74 background

This text has white color on #996F74 background.