COLOR #8E7C63

HEX: #8E7C63
RGB: (142,124,99)

Renk bilgisi

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

RGB renk modeli

#8E7C63 color RGB value is (142,124,99).

  • kırmız ton 142;
  • yeşil ton 124;
  • mavi ton 99.
RGB:
(142,124,99)
(56%,49%,39%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 124 of 255 = 49%
B 99 of 255 = 39%

142
124
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 124 + 99 = 365 (100%)
R 142 of 365 ~ 38.9%
G 124 of 365 ~ 33.97%
B 99 of 365 ~ 27.12%

%38.9
%33.97
%27.12

CMYK RENK MODELİ

#8E7C63 rengi CMYK tonu (0,13,30,44).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.68%
  • sarı tonu 30.28%
  • ana renk tonu 44.31%
CMYK:
(0,13,30,44)
C0M13Y30K44 
(0%,13%,30%,44%)
(0.00/0.13/0.30/0.44)	

CMYK yüzdeleri

%0
%12.68
%30.28
%44.31

Codes

Color #8E7C63 in popluar color models

8E7C63
RGB14212499
HSL35°17.84%47.25%
HSB/HSV35°30.28%55.69%
CMYK0.00%12.68%30.28%
44.31%

Color #8E7C63 in popluar number systems.

HEX8E7C63
Decimal14212499
Binary1000111011111001100011
Octal216174143

Shades and tints

Shades of #8E7C63

#8E7C63
(142,124,99)
#82715A
(130,113,90)
#766651
(118,102,81)
#6A5B48
(106,91,72)
#5E503F
(94,80,63)
#524536
(82,69,54)
#463A2D
(70,58,45)
#3A2F24
(58,47,36)
#2E241B
(46,36,27)
#221912
(34,25,18)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #8E7C63

#8E7C63
(142,124,99)
#988771
(152,135,113)
#A2927F
(162,146,127)
#AC9D8D
(172,157,141)
#B6A89B
(182,168,155)
#C0B3A9
(192,179,169)
#CABEB7
(202,190,183)
#D4C9C5
(212,201,197)
#DED4D3
(222,212,211)
#E8DFE1
(232,223,225)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7C63 color. Also use rgb(142,124,99) instead hex code.

Text Font Color

.myTextColor { color: #8E7C63; }

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

This text font color is #8E7C63.


Background Color

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

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

This div background color is #8E7C63.


Border color

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

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

This div border color is #8E7C63.


Opacity

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

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

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

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

This text has shadow with #8E7C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7C63 on black background.


Color preview on white background

This text has color #8E7C63 on white background.



Black color preview on #8E7C63 background

This text has black color on #8E7C63 background.


White color preview on #8E7C63 background

This text has white color on #8E7C63 background.