COLOR #959959

HEX: #959959
RGB: (149,153,89)

Renk bilgisi

#959959 contains mainly red and green colors. #959959 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#959959 color RGB value is (149,153,89).

  • kırmız ton 149;
  • yeşil ton 153;
  • mavi ton 89.
RGB:
(149,153,89)
(58%,60%,35%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 153 of 255 = 60%
B 89 of 255 = 35%

149
153
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 153 + 89 = 391 (100%)
R 149 of 391 ~ 38.11%
G 153 of 391 ~ 39.13%
B 89 of 391 ~ 22.76%

%38.11
%39.13
%22.76

CMYK RENK MODELİ

#959959 rengi CMYK tonu (3,0,42,40).

  • camgöbeği tonu 2.61%
  • eflatun tonu 0.00%
  • sarı tonu 41.83%
  • ana renk tonu 40.00%
CMYK:
(3,0,42,40)
C3M0Y42K40 
(3%,0%,42%,40%)
(0.03/0.00/0.42/0.40)	

CMYK yüzdeleri

%2.61
%0
%41.83
%40

Codes

Color #959959 in popluar color models

959959
RGB14915389
HSL64°26.45%47.45%
HSB/HSV64°41.83%60.00%
CMYK2.61%0.00%41.83%
40.00%

Color #959959 in popluar number systems.

HEX959959
Decimal14915389
Binary10010101100110011011001
Octal225231131

Shades and tints

Shades of #959959

#959959
(149,153,89)
#888C51
(136,140,81)
#7B7F49
(123,127,73)
#6E7241
(110,114,65)
#616539
(97,101,57)
#545831
(84,88,49)
#474B29
(71,75,41)
#3A3E21
(58,62,33)
#2D3119
(45,49,25)
#202411
(32,36,17)
#131709
(19,23,9)
#000000
(0,0,0)

Tints of #959959

#959959
(149,153,89)
#9EA268
(158,162,104)
#A7AB77
(167,171,119)
#B0B486
(176,180,134)
#B9BD95
(185,189,149)
#C2C6A4
(194,198,164)
#CBCFB3
(203,207,179)
#D4D8C2
(212,216,194)
#DDE1D1
(221,225,209)
#E6EAE0
(230,234,224)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959959; }

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

This text font color is #959959.


Background Color

.myBgColor { background-color: #959959; }

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

This div background color is #959959.


Border color

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

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

This div border color is #959959.


Opacity

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

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

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

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

This text has shadow with #959959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959959 on black background.


Color preview on white background

This text has color #959959 on white background.



Black color preview on #959959 background

This text has black color on #959959 background.


White color preview on #959959 background

This text has white color on #959959 background.