COLOR #959B71

HEX: #959B71
RGB: (149,155,113)

Renk bilgisi

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

RGB renk modeli

#959B71 color RGB value is (149,155,113).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 155 of 255 = 61%
B 113 of 255 = 44%

149
155
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 155 + 113 = 417 (100%)
R 149 of 417 ~ 35.73%
G 155 of 417 ~ 37.17%
B 113 of 417 ~ 27.1%

%35.73
%37.17
%27.1

CMYK RENK MODELİ

#959B71 rengi CMYK tonu (4,0,27,39).

  • camgöbeği tonu 3.87%
  • eflatun tonu 0.00%
  • sarı tonu 27.10%
  • ana renk tonu 39.22%
CMYK:
(4,0,27,39)
C4M0Y27K39 
(4%,0%,27%,39%)
(0.04/0.00/0.27/0.39)	

CMYK yüzdeleri

%3.87
%0
%27.1
%39.22

Codes

Color #959B71 in popluar color models

959B71
RGB149155113
HSL69°17.36%52.55%
HSB/HSV69°27.10%60.78%
CMYK3.87%0.00%27.10%
39.22%

Color #959B71 in popluar number systems.

HEX959B71
Decimal149155113
Binary10010101100110111110001
Octal225233161

Shades and tints

Shades of #959B71

#959B71
(149,155,113)
#888D67
(136,141,103)
#7B7F5D
(123,127,93)
#6E7153
(110,113,83)
#616349
(97,99,73)
#54553F
(84,85,63)
#474735
(71,71,53)
#3A392B
(58,57,43)
#2D2B21
(45,43,33)
#201D17
(32,29,23)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #959B71

#959B71
(149,155,113)
#9EA47D
(158,164,125)
#A7AD89
(167,173,137)
#B0B695
(176,182,149)
#B9BFA1
(185,191,161)
#C2C8AD
(194,200,173)
#CBD1B9
(203,209,185)
#D4DAC5
(212,218,197)
#DDE3D1
(221,227,209)
#E6ECDD
(230,236,221)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959B71; }

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

This text font color is #959B71.


Background Color

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

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

This div background color is #959B71.


Border color

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

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

This div border color is #959B71.


Opacity

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

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

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

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

This text has shadow with #959B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959B71 on black background.


Color preview on white background

This text has color #959B71 on white background.



Black color preview on #959B71 background

This text has black color on #959B71 background.


White color preview on #959B71 background

This text has white color on #959B71 background.