COLOR #9B6363

HEX: #9B6363
RGB: (155,99,99)

Renk bilgisi

#9B6363 contains red, green and blue colors in about the same proportion. #9B6363 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#9B6363 color RGB value is (155,99,99).

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

RGB bağlantıları ve doygunluk

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

155
99
99

R + G + B ~ 46%. #9B6363 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 99 + 99 = 353 (100%)
R 155 of 353 ~ 43.91%
G 99 of 353 ~ 28.05%
B 99 of 353 ~ 28.05%

%43.91
%28.05
%28.05

CMYK RENK MODELİ

#9B6363 rengi CMYK tonu (0,36,36,39).

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

CMYK yüzdeleri

%0
%36.13
%36.13
%39.22

Codes

Color #9B6363 in popluar color models

9B6363
RGB1559999
HSL22.05%49.80%
HSB/HSV36.13%60.78%
CMYK0.00%36.13%36.13%
39.22%

Color #9B6363 in popluar number systems.

HEX9B6363
Decimal1559999
Binary1001101111000111100011
Octal233143143

Shades and tints

Shades of #9B6363

#9B6363
(155,99,99)
#8D5A5A
(141,90,90)
#7F5151
(127,81,81)
#714848
(113,72,72)
#633F3F
(99,63,63)
#553636
(85,54,54)
#472D2D
(71,45,45)
#392424
(57,36,36)
#2B1B1B
(43,27,27)
#1D1212
(29,18,18)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #9B6363

#9B6363
(155,99,99)
#A47171
(164,113,113)
#AD7F7F
(173,127,127)
#B68D8D
(182,141,141)
#BF9B9B
(191,155,155)
#C8A9A9
(200,169,169)
#D1B7B7
(209,183,183)
#DAC5C5
(218,197,197)
#E3D3D3
(227,211,211)
#ECE1E1
(236,225,225)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6363; }

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

This text font color is #9B6363.


Background Color

.myBgColor { background-color: #9B6363; }

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

This div background color is #9B6363.


Border color

.myBorderColor { border: 1px solid #9B6363; }

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

This div border color is #9B6363.


Opacity

.myOpacity80 { color: #9B6363; opacity: 0.8; }

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

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

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

This text has shadow with #9B6363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6363 on black background.


Color preview on white background

This text has color #9B6363 on white background.



Black color preview on #9B6363 background

This text has black color on #9B6363 background.


White color preview on #9B6363 background

This text has white color on #9B6363 background.