COLOR #959B63

HEX: #959B63
RGB: (149,155,99)

Renk bilgisi

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

RGB renk modeli

#959B63 color RGB value is (149,155,99).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 155 of 255 = 61%
B 99 of 255 = 39%

149
155
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 155 + 99 = 403 (100%)
R 149 of 403 ~ 36.97%
G 155 of 403 ~ 38.46%
B 99 of 403 ~ 24.57%

%36.97
%38.46
%24.57

CMYK RENK MODELİ

#959B63 rengi CMYK tonu (4,0,36,39).

  • camgöbeği tonu 3.87%
  • eflatun tonu 0.00%
  • sarı tonu 36.13%
  • ana renk tonu 39.22%
CMYK:
(4,0,36,39)
C4M0Y36K39 
(4%,0%,36%,39%)
(0.04/0.00/0.36/0.39)	

CMYK yüzdeleri

%3.87
%0
%36.13
%39.22

Codes

Color #959B63 in popluar color models

959B63
RGB14915599
HSL66°22.05%49.80%
HSB/HSV66°36.13%60.78%
CMYK3.87%0.00%36.13%
39.22%

Color #959B63 in popluar number systems.

HEX959B63
Decimal14915599
Binary10010101100110111100011
Octal225233143

Shades and tints

Shades of #959B63

#959B63
(149,155,99)
#888D5A
(136,141,90)
#7B7F51
(123,127,81)
#6E7148
(110,113,72)
#61633F
(97,99,63)
#545536
(84,85,54)
#47472D
(71,71,45)
#3A3924
(58,57,36)
#2D2B1B
(45,43,27)
#201D12
(32,29,18)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #959B63

#959B63
(149,155,99)
#9EA471
(158,164,113)
#A7AD7F
(167,173,127)
#B0B68D
(176,182,141)
#B9BF9B
(185,191,155)
#C2C8A9
(194,200,169)
#CBD1B7
(203,209,183)
#D4DAC5
(212,218,197)
#DDE3D3
(221,227,211)
#E6ECE1
(230,236,225)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959B63; }

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

This text font color is #959B63.


Background Color

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

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

This div background color is #959B63.


Border color

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

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

This div border color is #959B63.


Opacity

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

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

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

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

This text has shadow with #959B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959B63 on black background.


Color preview on white background

This text has color #959B63 on white background.



Black color preview on #959B63 background

This text has black color on #959B63 background.


White color preview on #959B63 background

This text has white color on #959B63 background.