COLOR #986363

HEX: #986363
RGB: (152,99,99)

Renk bilgisi

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

RGB renk modeli

#986363 color RGB value is (152,99,99).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 99 of 255 = 39%
B 99 of 255 = 39%

152
99
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 99 + 99 = 350 (100%)
R 152 of 350 ~ 43.43%
G 99 of 350 ~ 28.29%
B 99 of 350 ~ 28.29%

%43.43
%28.29
%28.29

CMYK RENK MODELİ

#986363 rengi CMYK tonu (0,35,35,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.87%
  • sarı tonu 34.87%
  • ana renk tonu 40.39%
CMYK:
(0,35,35,40)
C0M35Y35K40 
(0%,35%,35%,40%)
(0.00/0.35/0.35/0.40)	

CMYK yüzdeleri

%0
%34.87
%34.87
%40.39

Codes

Color #986363 in popluar color models

986363
RGB1529999
HSL21.12%49.22%
HSB/HSV34.87%59.61%
CMYK0.00%34.87%34.87%
40.39%

Color #986363 in popluar number systems.

HEX986363
Decimal1529999
Binary1001100011000111100011
Octal230143143

Shades and tints

Shades of #986363

#986363
(152,99,99)
#8B5A5A
(139,90,90)
#7E5151
(126,81,81)
#714848
(113,72,72)
#643F3F
(100,63,63)
#573636
(87,54,54)
#4A2D2D
(74,45,45)
#3D2424
(61,36,36)
#301B1B
(48,27,27)
#231212
(35,18,18)
#160909
(22,9,9)
#000000
(0,0,0)

Tints of #986363

#986363
(152,99,99)
#A17171
(161,113,113)
#AA7F7F
(170,127,127)
#B38D8D
(179,141,141)
#BC9B9B
(188,155,155)
#C5A9A9
(197,169,169)
#CEB7B7
(206,183,183)
#D7C5C5
(215,197,197)
#E0D3D3
(224,211,211)
#E9E1E1
(233,225,225)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986363; }

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

This text font color is #986363.


Background Color

.myBgColor { background-color: #986363; }

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

This div background color is #986363.


Border color

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

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

This div border color is #986363.


Opacity

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

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

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

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

This text has shadow with #986363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986363 on black background.


Color preview on white background

This text has color #986363 on white background.



Black color preview on #986363 background

This text has black color on #986363 background.


White color preview on #986363 background

This text has white color on #986363 background.