COLOR #8D6563

HEX: #8D6563
RGB: (141,101,99)

Renk bilgisi

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

RGB renk modeli

#8D6563 color RGB value is (141,101,99).

  • kırmız ton 141;
  • yeşil ton 101;
  • mavi ton 99.
RGB:
(141,101,99)
(55%,40%,39%)

RGB bağlantıları ve doygunluk

R 141 of 255 = 55%
G 101 of 255 = 40%
B 99 of 255 = 39%

141
101
99

R + G + B ~ 45%. #8D6563 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
141 + 101 + 99 = 341 (100%)
R 141 of 341 ~ 41.35%
G 101 of 341 ~ 29.62%
B 99 of 341 ~ 29.03%

%41.35
%29.62
%29.03

CMYK RENK MODELİ

#8D6563 rengi CMYK tonu (0,28,30,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.37%
  • sarı tonu 29.79%
  • ana renk tonu 44.71%
CMYK:
(0,28,30,45)
C0M28Y30K45 
(0%,28%,30%,45%)
(0.00/0.28/0.30/0.45)	

CMYK yüzdeleri

%0
%28.37
%29.79
%44.71

Codes

Color #8D6563 in popluar color models

8D6563
RGB14110199
HSL17.50%47.06%
HSB/HSV29.79%55.29%
CMYK0.00%28.37%29.79%
44.71%

Color #8D6563 in popluar number systems.

HEX8D6563
Decimal14110199
Binary1000110111001011100011
Octal215145143

Shades and tints

Shades of #8D6563

#8D6563
(141,101,99)
#815C5A
(129,92,90)
#755351
(117,83,81)
#694A48
(105,74,72)
#5D413F
(93,65,63)
#513836
(81,56,54)
#452F2D
(69,47,45)
#392624
(57,38,36)
#2D1D1B
(45,29,27)
#211412
(33,20,18)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #8D6563

#8D6563
(141,101,99)
#977371
(151,115,113)
#A1817F
(161,129,127)
#AB8F8D
(171,143,141)
#B59D9B
(181,157,155)
#BFABA9
(191,171,169)
#C9B9B7
(201,185,183)
#D3C7C5
(211,199,197)
#DDD5D3
(221,213,211)
#E7E3E1
(231,227,225)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6563 color. Also use rgb(141,101,99) instead hex code.

Text Font Color

.myTextColor { color: #8D6563; }

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

This text font color is #8D6563.


Background Color

.myBgColor { background-color: #8D6563; }

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

This div background color is #8D6563.


Border color

.myBorderColor { border: 1px solid #8D6563; }

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

This div border color is #8D6563.


Opacity

.myOpacity80 { color: #8D6563; opacity: 0.8; }

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

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

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

This text has shadow with #8D6563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6563 on black background.


Color preview on white background

This text has color #8D6563 on white background.



Black color preview on #8D6563 background

This text has black color on #8D6563 background.


White color preview on #8D6563 background

This text has white color on #8D6563 background.