COLOR #996464

HEX: #996464
RGB: (153,100,100)

Renk bilgisi

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

RGB renk modeli

#996464 color RGB value is (153,100,100).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 100 of 255 = 39%
B 100 of 255 = 39%

153
100
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 100 + 100 = 353 (100%)
R 153 of 353 ~ 43.34%
G 100 of 353 ~ 28.33%
B 100 of 353 ~ 28.33%

%43.34
%28.33
%28.33

CMYK RENK MODELİ

#996464 rengi CMYK tonu (0,35,35,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.64%
  • sarı tonu 34.64%
  • ana renk tonu 40.00%
CMYK:
(0,35,35,40)
C0M35Y35K40 
(0%,35%,35%,40%)
(0.00/0.35/0.35/0.40)	

CMYK yüzdeleri

%0
%34.64
%34.64
%40

Codes

Color #996464 in popluar color models

996464
RGB153100100
HSL20.95%49.61%
HSB/HSV34.64%60.00%
CMYK0.00%34.64%34.64%
40.00%

Color #996464 in popluar number systems.

HEX996464
Decimal153100100
Binary1001100111001001100100
Octal231144144

Shades and tints

Shades of #996464

#996464
(153,100,100)
#8C5B5B
(140,91,91)
#7F5252
(127,82,82)
#724949
(114,73,73)
#654040
(101,64,64)
#583737
(88,55,55)
#4B2E2E
(75,46,46)
#3E2525
(62,37,37)
#311C1C
(49,28,28)
#241313
(36,19,19)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #996464

#996464
(153,100,100)
#A27272
(162,114,114)
#AB8080
(171,128,128)
#B48E8E
(180,142,142)
#BD9C9C
(189,156,156)
#C6AAAA
(198,170,170)
#CFB8B8
(207,184,184)
#D8C6C6
(216,198,198)
#E1D4D4
(225,212,212)
#EAE2E2
(234,226,226)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996464; }

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

This text font color is #996464.


Background Color

.myBgColor { background-color: #996464; }

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

This div background color is #996464.


Border color

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

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

This div border color is #996464.


Opacity

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

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

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

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

This text has shadow with #996464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996464 on black background.


Color preview on white background

This text has color #996464 on white background.



Black color preview on #996464 background

This text has black color on #996464 background.


White color preview on #996464 background

This text has white color on #996464 background.