COLOR #959C71

HEX: #959C71
RGB: (149,156,113)

Renk bilgisi

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

RGB renk modeli

#959C71 color RGB value is (149,156,113).

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

RGB bağlantıları ve doygunluk

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

149
156
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 156 + 113 = 418 (100%)
R 149 of 418 ~ 35.65%
G 156 of 418 ~ 37.32%
B 113 of 418 ~ 27.03%

%35.65
%37.32
%27.03

CMYK RENK MODELİ

#959C71 rengi CMYK tonu (4,0,28,39).

  • camgöbeği tonu 4.49%
  • eflatun tonu 0.00%
  • sarı tonu 27.56%
  • ana renk tonu 38.82%
CMYK:
(4,0,28,39)
C4M0Y28K39 
(4%,0%,28%,39%)
(0.04/0.00/0.28/0.39)	

CMYK yüzdeleri

%4.49
%0
%27.56
%38.82

Codes

Color #959C71 in popluar color models

959C71
RGB149156113
HSL70°17.84%52.75%
HSB/HSV70°27.56%61.18%
CMYK4.49%0.00%27.56%
38.82%

Color #959C71 in popluar number systems.

HEX959C71
Decimal149156113
Binary10010101100111001110001
Octal225234161

Shades and tints

Shades of #959C71

#959C71
(149,156,113)
#888E67
(136,142,103)
#7B805D
(123,128,93)
#6E7253
(110,114,83)
#616449
(97,100,73)
#54563F
(84,86,63)
#474835
(71,72,53)
#3A3A2B
(58,58,43)
#2D2C21
(45,44,33)
#201E17
(32,30,23)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #959C71

#959C71
(149,156,113)
#9EA57D
(158,165,125)
#A7AE89
(167,174,137)
#B0B795
(176,183,149)
#B9C0A1
(185,192,161)
#C2C9AD
(194,201,173)
#CBD2B9
(203,210,185)
#D4DBC5
(212,219,197)
#DDE4D1
(221,228,209)
#E6EDDD
(230,237,221)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C71; }

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

This text font color is #959C71.


Background Color

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

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

This div background color is #959C71.


Border color

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

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

This div border color is #959C71.


Opacity

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

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

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

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

This text has shadow with #959C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C71 on black background.


Color preview on white background

This text has color #959C71 on white background.



Black color preview on #959C71 background

This text has black color on #959C71 background.


White color preview on #959C71 background

This text has white color on #959C71 background.