COLOR #8C6D63

HEX: #8C6D63
RGB: (140,109,99)

Renk bilgisi

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

RGB renk modeli

#8C6D63 color RGB value is (140,109,99).

  • kırmız ton 140;
  • yeşil ton 109;
  • mavi ton 99.
RGB:
(140,109,99)
(55%,43%,39%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 109 of 255 = 43%
B 99 of 255 = 39%

140
109
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 109 + 99 = 348 (100%)
R 140 of 348 ~ 40.23%
G 109 of 348 ~ 31.32%
B 99 of 348 ~ 28.45%

%40.23
%31.32
%28.45

CMYK RENK MODELİ

#8C6D63 rengi CMYK tonu (0,22,29,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.14%
  • sarı tonu 29.29%
  • ana renk tonu 45.10%
CMYK:
(0,22,29,45)
C0M22Y29K45 
(0%,22%,29%,45%)
(0.00/0.22/0.29/0.45)	

CMYK yüzdeleri

%0
%22.14
%29.29
%45.1

Codes

Color #8C6D63 in popluar color models

8C6D63
RGB14010999
HSL15°17.15%46.86%
HSB/HSV15°29.29%54.90%
CMYK0.00%22.14%29.29%
45.10%

Color #8C6D63 in popluar number systems.

HEX8C6D63
Decimal14010999
Binary1000110011011011100011
Octal214155143

Shades and tints

Shades of #8C6D63

#8C6D63
(140,109,99)
#80645A
(128,100,90)
#745B51
(116,91,81)
#685248
(104,82,72)
#5C493F
(92,73,63)
#504036
(80,64,54)
#44372D
(68,55,45)
#382E24
(56,46,36)
#2C251B
(44,37,27)
#201C12
(32,28,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #8C6D63

#8C6D63
(140,109,99)
#967A71
(150,122,113)
#A0877F
(160,135,127)
#AA948D
(170,148,141)
#B4A19B
(180,161,155)
#BEAEA9
(190,174,169)
#C8BBB7
(200,187,183)
#D2C8C5
(210,200,197)
#DCD5D3
(220,213,211)
#E6E2E1
(230,226,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6D63 color. Also use rgb(140,109,99) instead hex code.

Text Font Color

.myTextColor { color: #8C6D63; }

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

This text font color is #8C6D63.


Background Color

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

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

This div background color is #8C6D63.


Border color

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

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

This div border color is #8C6D63.


Opacity

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

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

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

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

This text has shadow with #8C6D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6D63 on black background.


Color preview on white background

This text has color #8C6D63 on white background.



Black color preview on #8C6D63 background

This text has black color on #8C6D63 background.


White color preview on #8C6D63 background

This text has white color on #8C6D63 background.