COLOR #959B79

HEX: #959B79
RGB: (149,155,121)

Renk bilgisi

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

RGB renk modeli

#959B79 color RGB value is (149,155,121).

  • kırmız ton 149;
  • yeşil ton 155;
  • mavi ton 121.
RGB:
(149,155,121)
(58%,61%,47%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 155 of 255 = 61%
B 121 of 255 = 47%

149
155
121

R + G + B ~ 55%. #959B79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 155 + 121 = 425 (100%)
R 149 of 425 ~ 35.06%
G 155 of 425 ~ 36.47%
B 121 of 425 ~ 28.47%

%35.06
%36.47
%28.47

CMYK RENK MODELİ

#959B79 rengi CMYK tonu (4,0,22,39).

  • camgöbeği tonu 3.87%
  • eflatun tonu 0.00%
  • sarı tonu 21.94%
  • ana renk tonu 39.22%
CMYK:
(4,0,22,39)
C4M0Y22K39 
(4%,0%,22%,39%)
(0.04/0.00/0.22/0.39)	

CMYK yüzdeleri

%3.87
%0
%21.94
%39.22

Codes

Color #959B79 in popluar color models

959B79
RGB149155121
HSL71°14.53%54.12%
HSB/HSV71°21.94%60.78%
CMYK3.87%0.00%21.94%
39.22%

Color #959B79 in popluar number systems.

HEX959B79
Decimal149155121
Binary10010101100110111111001
Octal225233171

Shades and tints

Shades of #959B79

#959B79
(149,155,121)
#888D6E
(136,141,110)
#7B7F63
(123,127,99)
#6E7158
(110,113,88)
#61634D
(97,99,77)
#545542
(84,85,66)
#474737
(71,71,55)
#3A392C
(58,57,44)
#2D2B21
(45,43,33)
#201D16
(32,29,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #959B79

#959B79
(149,155,121)
#9EA485
(158,164,133)
#A7AD91
(167,173,145)
#B0B69D
(176,182,157)
#B9BFA9
(185,191,169)
#C2C8B5
(194,200,181)
#CBD1C1
(203,209,193)
#D4DACD
(212,218,205)
#DDE3D9
(221,227,217)
#E6ECE5
(230,236,229)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959B79 color. Also use rgb(149,155,121) instead hex code.

Text Font Color

.myTextColor { color: #959B79; }

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

This text font color is #959B79.


Background Color

.myBgColor { background-color: #959B79; }

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

This div background color is #959B79.


Border color

.myBorderColor { border: 1px solid #959B79; }

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

This div border color is #959B79.


Opacity

.myOpacity80 { color: #959B79; opacity: 0.8; }

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

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

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

This text has shadow with #959B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959B79 on black background.


Color preview on white background

This text has color #959B79 on white background.



Black color preview on #959B79 background

This text has black color on #959B79 background.


White color preview on #959B79 background

This text has white color on #959B79 background.