COLOR #96996D

HEX: #96996D
RGB: (150,153,109)

Renk bilgisi

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

RGB renk modeli

#96996D color RGB value is (150,153,109).

  • kırmız ton 150;
  • yeşil ton 153;
  • mavi ton 109.
RGB:
(150,153,109)
(59%,60%,43%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 153 of 255 = 60%
B 109 of 255 = 43%

150
153
109

R + G + B ~ 54%. #96996D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 153 + 109 = 412 (100%)
R 150 of 412 ~ 36.41%
G 153 of 412 ~ 37.14%
B 109 of 412 ~ 26.46%

%36.41
%37.14
%26.46

CMYK RENK MODELİ

#96996D rengi CMYK tonu (2,0,29,40).

  • camgöbeği tonu 1.96%
  • eflatun tonu 0.00%
  • sarı tonu 28.76%
  • ana renk tonu 40.00%
CMYK:
(2,0,29,40)
C2M0Y29K40 
(2%,0%,29%,40%)
(0.02/0.00/0.29/0.40)	

CMYK yüzdeleri

%1.96
%0
%28.76
%40

Codes

Color #96996D in popluar color models

96996D
RGB150153109
HSL64°17.74%51.37%
HSB/HSV64°28.76%60.00%
CMYK1.96%0.00%28.76%
40.00%

Color #96996D in popluar number systems.

HEX96996D
Decimal150153109
Binary10010110100110011101101
Octal226231155

Shades and tints

Shades of #96996D

#96996D
(150,153,109)
#898C64
(137,140,100)
#7C7F5B
(124,127,91)
#6F7252
(111,114,82)
#626549
(98,101,73)
#555840
(85,88,64)
#484B37
(72,75,55)
#3B3E2E
(59,62,46)
#2E3125
(46,49,37)
#21241C
(33,36,28)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #96996D

#96996D
(150,153,109)
#9FA27A
(159,162,122)
#A8AB87
(168,171,135)
#B1B494
(177,180,148)
#BABDA1
(186,189,161)
#C3C6AE
(195,198,174)
#CCCFBB
(204,207,187)
#D5D8C8
(213,216,200)
#DEE1D5
(222,225,213)
#E7EAE2
(231,234,226)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96996D color. Also use rgb(150,153,109) instead hex code.

Text Font Color

.myTextColor { color: #96996D; }

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

This text font color is #96996D.


Background Color

.myBgColor { background-color: #96996D; }

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

This div background color is #96996D.


Border color

.myBorderColor { border: 1px solid #96996D; }

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

This div border color is #96996D.


Opacity

.myOpacity80 { color: #96996D; opacity: 0.8; }

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

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

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

This text has shadow with #96996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96996D on black background.


Color preview on white background

This text has color #96996D on white background.



Black color preview on #96996D background

This text has black color on #96996D background.


White color preview on #96996D background

This text has white color on #96996D background.