COLOR #996F71

HEX: #996F71
RGB: (153,111,113)

Renk bilgisi

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

RGB renk modeli

#996F71 color RGB value is (153,111,113).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 111 of 255 = 44%
B 113 of 255 = 44%

153
111
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 111 + 113 = 377 (100%)
R 153 of 377 ~ 40.58%
G 111 of 377 ~ 29.44%
B 113 of 377 ~ 29.97%

%40.58
%29.44
%29.97

CMYK RENK MODELİ

#996F71 rengi CMYK tonu (0,27,26,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.45%
  • sarı tonu 26.14%
  • ana renk tonu 40.00%
CMYK:
(0,27,26,40)
C0M27Y26K40 
(0%,27%,26%,40%)
(0.00/0.27/0.26/0.40)	

CMYK yüzdeleri

%0
%27.45
%26.14
%40

Codes

Color #996F71 in popluar color models

996F71
RGB153111113
HSL357°17.07%51.76%
HSB/HSV357°27.45%60.00%
CMYK0.00%27.45%26.14%
40.00%

Color #996F71 in popluar number systems.

HEX996F71
Decimal153111113
Binary1001100111011111110001
Octal231157161

Shades and tints

Shades of #996F71

#996F71
(153,111,113)
#8C6567
(140,101,103)
#7F5B5D
(127,91,93)
#725153
(114,81,83)
#654749
(101,71,73)
#583D3F
(88,61,63)
#4B3335
(75,51,53)
#3E292B
(62,41,43)
#311F21
(49,31,33)
#241517
(36,21,23)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #996F71

#996F71
(153,111,113)
#A27C7D
(162,124,125)
#AB8989
(171,137,137)
#B49695
(180,150,149)
#BDA3A1
(189,163,161)
#C6B0AD
(198,176,173)
#CFBDB9
(207,189,185)
#D8CAC5
(216,202,197)
#E1D7D1
(225,215,209)
#EAE4DD
(234,228,221)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996F71; }

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

This text font color is #996F71.


Background Color

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

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

This div background color is #996F71.


Border color

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

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

This div border color is #996F71.


Opacity

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

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

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

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

This text has shadow with #996F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996F71 on black background.


Color preview on white background

This text has color #996F71 on white background.



Black color preview on #996F71 background

This text has black color on #996F71 background.


White color preview on #996F71 background

This text has white color on #996F71 background.