COLOR #8C6C59

HEX: #8C6C59
RGB: (140,108,89)

Renk bilgisi

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

RGB renk modeli

#8C6C59 color RGB value is (140,108,89).

  • kırmız ton 140;
  • yeşil ton 108;
  • mavi ton 89.
RGB:
(140,108,89)
(55%,42%,35%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 108 of 255 = 42%
B 89 of 255 = 35%

140
108
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 108 + 89 = 337 (100%)
R 140 of 337 ~ 41.54%
G 108 of 337 ~ 32.05%
B 89 of 337 ~ 26.41%

%41.54
%32.05
%26.41

CMYK RENK MODELİ

#8C6C59 rengi CMYK tonu (0,23,36,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.86%
  • sarı tonu 36.43%
  • ana renk tonu 45.10%
CMYK:
(0,23,36,45)
C0M23Y36K45 
(0%,23%,36%,45%)
(0.00/0.23/0.36/0.45)	

CMYK yüzdeleri

%0
%22.86
%36.43
%45.1

Codes

Color #8C6C59 in popluar color models

8C6C59
RGB14010889
HSL22°22.27%44.90%
HSB/HSV22°36.43%54.90%
CMYK0.00%22.86%36.43%
45.10%

Color #8C6C59 in popluar number systems.

HEX8C6C59
Decimal14010889
Binary1000110011011001011001
Octal214154131

Shades and tints

Shades of #8C6C59

#8C6C59
(140,108,89)
#806351
(128,99,81)
#745A49
(116,90,73)
#685141
(104,81,65)
#5C4839
(92,72,57)
#503F31
(80,63,49)
#443629
(68,54,41)
#382D21
(56,45,33)
#2C2419
(44,36,25)
#201B11
(32,27,17)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #8C6C59

#8C6C59
(140,108,89)
#967968
(150,121,104)
#A08677
(160,134,119)
#AA9386
(170,147,134)
#B4A095
(180,160,149)
#BEADA4
(190,173,164)
#C8BAB3
(200,186,179)
#D2C7C2
(210,199,194)
#DCD4D1
(220,212,209)
#E6E1E0
(230,225,224)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6C59 color. Also use rgb(140,108,89) instead hex code.

Text Font Color

.myTextColor { color: #8C6C59; }

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

This text font color is #8C6C59.


Background Color

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

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

This div background color is #8C6C59.


Border color

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

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

This div border color is #8C6C59.


Opacity

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

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

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

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

This text has shadow with #8C6C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6C59 on black background.


Color preview on white background

This text has color #8C6C59 on white background.



Black color preview on #8C6C59 background

This text has black color on #8C6C59 background.


White color preview on #8C6C59 background

This text has white color on #8C6C59 background.