COLOR #8C6376

HEX: #8C6376
RGB: (140,99,118)

Renk bilgisi

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

RGB renk modeli

#8C6376 color RGB value is (140,99,118).

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

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 99 of 255 = 39%
B 118 of 255 = 46%

140
99
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 99 + 118 = 357 (100%)
R 140 of 357 ~ 39.22%
G 99 of 357 ~ 27.73%
B 118 of 357 ~ 33.05%

%39.22
%27.73
%33.05

CMYK RENK MODELİ

#8C6376 rengi CMYK tonu (0,29,16,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.29%
  • sarı tonu 15.71%
  • ana renk tonu 45.10%
CMYK:
(0,29,16,45)
C0M29Y16K45 
(0%,29%,16%,45%)
(0.00/0.29/0.16/0.45)	

CMYK yüzdeleri

%0
%29.29
%15.71
%45.1

Codes

Color #8C6376 in popluar color models

8C6376
RGB14099118
HSL332°17.15%46.86%
HSB/HSV332°29.29%54.90%
CMYK0.00%29.29%15.71%
45.10%

Color #8C6376 in popluar number systems.

HEX8C6376
Decimal14099118
Binary1000110011000111110110
Octal214143166

Shades and tints

Shades of #8C6376

#8C6376
(140,99,118)
#805A6C
(128,90,108)
#745162
(116,81,98)
#684858
(104,72,88)
#5C3F4E
(92,63,78)
#503644
(80,54,68)
#442D3A
(68,45,58)
#382430
(56,36,48)
#2C1B26
(44,27,38)
#20121C
(32,18,28)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #8C6376

#8C6376
(140,99,118)
#967182
(150,113,130)
#A07F8E
(160,127,142)
#AA8D9A
(170,141,154)
#B49BA6
(180,155,166)
#BEA9B2
(190,169,178)
#C8B7BE
(200,183,190)
#D2C5CA
(210,197,202)
#DCD3D6
(220,211,214)
#E6E1E2
(230,225,226)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6376; }

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

This text font color is #8C6376.


Background Color

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

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

This div background color is #8C6376.


Border color

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

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

This div border color is #8C6376.


Opacity

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

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

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

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

This text has shadow with #8C6376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6376 on black background.


Color preview on white background

This text has color #8C6376 on white background.



Black color preview on #8C6376 background

This text has black color on #8C6376 background.


White color preview on #8C6376 background

This text has white color on #8C6376 background.