COLOR #968C76

HEX: #968C76
RGB: (150,140,118)

Renk bilgisi

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

RGB renk modeli

#968C76 color RGB value is (150,140,118).

  • kırmız ton 150;
  • yeşil ton 140;
  • mavi ton 118.
RGB:
(150,140,118)
(59%,55%,46%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 140 of 255 = 55%
B 118 of 255 = 46%

150
140
118

R + G + B ~ 53%. #968C76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 140 + 118 = 408 (100%)
R 150 of 408 ~ 36.76%
G 140 of 408 ~ 34.31%
B 118 of 408 ~ 28.92%

%36.76
%34.31
%28.92

CMYK RENK MODELİ

#968C76 rengi CMYK tonu (0,7,21,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.67%
  • sarı tonu 21.33%
  • ana renk tonu 41.18%
CMYK:
(0,7,21,41)
C0M7Y21K41 
(0%,7%,21%,41%)
(0.00/0.07/0.21/0.41)	

CMYK yüzdeleri

%0
%6.67
%21.33
%41.18

Codes

Color #968C76 in popluar color models

968C76
RGB150140118
HSL41°13.22%52.55%
HSB/HSV41°21.33%58.82%
CMYK0.00%6.67%21.33%
41.18%

Color #968C76 in popluar number systems.

HEX968C76
Decimal150140118
Binary10010110100011001110110
Octal226214166

Shades and tints

Shades of #968C76

#968C76
(150,140,118)
#89806C
(137,128,108)
#7C7462
(124,116,98)
#6F6858
(111,104,88)
#625C4E
(98,92,78)
#555044
(85,80,68)
#48443A
(72,68,58)
#3B3830
(59,56,48)
#2E2C26
(46,44,38)
#21201C
(33,32,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #968C76

#968C76
(150,140,118)
#9F9682
(159,150,130)
#A8A08E
(168,160,142)
#B1AA9A
(177,170,154)
#BAB4A6
(186,180,166)
#C3BEB2
(195,190,178)
#CCC8BE
(204,200,190)
#D5D2CA
(213,210,202)
#DEDCD6
(222,220,214)
#E7E6E2
(231,230,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968C76 color. Also use rgb(150,140,118) instead hex code.

Text Font Color

.myTextColor { color: #968C76; }

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

This text font color is #968C76.


Background Color

.myBgColor { background-color: #968C76; }

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

This div background color is #968C76.


Border color

.myBorderColor { border: 1px solid #968C76; }

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

This div border color is #968C76.


Opacity

.myOpacity80 { color: #968C76; opacity: 0.8; }

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

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

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

This text has shadow with #968C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968C76 on black background.


Color preview on white background

This text has color #968C76 on white background.



Black color preview on #968C76 background

This text has black color on #968C76 background.


White color preview on #968C76 background

This text has white color on #968C76 background.