COLOR #959299

HEX: #959299
RGB: (149,146,153)

Renk bilgisi

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

RGB renk modeli

#959299 color RGB value is (149,146,153).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 146 of 255 = 57%
B 153 of 255 = 60%

149
146
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 146 + 153 = 448 (100%)
R 149 of 448 ~ 33.26%
G 146 of 448 ~ 32.59%
B 153 of 448 ~ 34.15%

%33.26
%32.59
%34.15

CMYK RENK MODELİ

#959299 rengi CMYK tonu (3,5,0,40).

  • camgöbeği tonu 2.61%
  • eflatun tonu 4.58%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(3,5,0,40)
C3M5Y0K40 
(3%,5%,0%,40%)
(0.03/0.05/0.00/0.40)	

CMYK yüzdeleri

%2.61
%4.58
%0
%40

Codes

Color #959299 in popluar color models

959299
RGB149146153
HSL266°3.32%58.63%
HSB/HSV266°4.58%60.00%
CMYK2.61%4.58%0.00%
40.00%

Color #959299 in popluar number systems.

HEX959299
Decimal149146153
Binary100101011001001010011001
Octal225222231

Shades and tints

Shades of #959299

#959299
(149,146,153)
#88858C
(136,133,140)
#7B787F
(123,120,127)
#6E6B72
(110,107,114)
#615E65
(97,94,101)
#545158
(84,81,88)
#47444B
(71,68,75)
#3A373E
(58,55,62)
#2D2A31
(45,42,49)
#201D24
(32,29,36)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #959299

#959299
(149,146,153)
#9E9BA2
(158,155,162)
#A7A4AB
(167,164,171)
#B0ADB4
(176,173,180)
#B9B6BD
(185,182,189)
#C2BFC6
(194,191,198)
#CBC8CF
(203,200,207)
#D4D1D8
(212,209,216)
#DDDAE1
(221,218,225)
#E6E3EA
(230,227,234)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959299; }

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

This text font color is #959299.


Background Color

.myBgColor { background-color: #959299; }

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

This div background color is #959299.


Border color

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

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

This div border color is #959299.


Opacity

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

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

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

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

This text has shadow with #959299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959299 on black background.


Color preview on white background

This text has color #959299 on white background.



Black color preview on #959299 background

This text has black color on #959299 background.


White color preview on #959299 background

This text has white color on #959299 background.