COLOR #959596

HEX: #959596
RGB: (149,149,150)

Renk bilgisi

#959596 contains red, green and blue colors in about the same proportion. #959596 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#959596 color RGB value is (149,149,150).

  • kırmız ton 149;
  • yeşil ton 149;
  • mavi ton 150.
RGB:
(149,149,150)
(58%,58%,59%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 149 of 255 = 58%
B 150 of 255 = 59%

149
149
150

R + G + B ~ 58%. #959596 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 149 + 150 = 448 (100%)
R 149 of 448 ~ 33.26%
G 149 of 448 ~ 33.26%
B 150 of 448 ~ 33.48%

%33.26
%33.26
%33.48

CMYK RENK MODELİ

#959596 rengi CMYK tonu (1,1,0,41).

  • camgöbeği tonu 0.67%
  • eflatun tonu 0.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(1,1,0,41)
C1M1Y0K41 
(1%,1%,0%,41%)
(0.01/0.01/0.00/0.41)	

CMYK yüzdeleri

%0.67
%0.67
%0
%41.18

Codes

Color #959596 in popluar color models

959596
RGB149149150
HSL240°0.47%58.63%
HSB/HSV240°0.67%58.82%
CMYK0.67%0.67%0.00%
41.18%

Color #959596 in popluar number systems.

HEX959596
Decimal149149150
Binary100101011001010110010110
Octal225225226

Shades and tints

Shades of #959596

#959596
(149,149,150)
#888889
(136,136,137)
#7B7B7C
(123,123,124)
#6E6E6F
(110,110,111)
#616162
(97,97,98)
#545455
(84,84,85)
#474748
(71,71,72)
#3A3A3B
(58,58,59)
#2D2D2E
(45,45,46)
#202021
(32,32,33)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #959596

#959596
(149,149,150)
#9E9E9F
(158,158,159)
#A7A7A8
(167,167,168)
#B0B0B1
(176,176,177)
#B9B9BA
(185,185,186)
#C2C2C3
(194,194,195)
#CBCBCC
(203,203,204)
#D4D4D5
(212,212,213)
#DDDDDE
(221,221,222)
#E6E6E7
(230,230,231)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959596 color. Also use rgb(149,149,150) instead hex code.

Text Font Color

.myTextColor { color: #959596; }

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

This text font color is #959596.


Background Color

.myBgColor { background-color: #959596; }

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

This div background color is #959596.


Border color

.myBorderColor { border: 1px solid #959596; }

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

This div border color is #959596.


Opacity

.myOpacity80 { color: #959596; opacity: 0.8; }

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

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

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

This text has shadow with #959596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959596 on black background.


Color preview on white background

This text has color #959596 on white background.



Black color preview on #959596 background

This text has black color on #959596 background.


White color preview on #959596 background

This text has white color on #959596 background.