COLOR #8A7C63

HEX: #8A7C63
RGB: (138,124,99)

Renk bilgisi

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

RGB renk modeli

#8A7C63 color RGB value is (138,124,99).

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

RGB bağlantıları ve doygunluk

R 138 of 255 = 54%
G 124 of 255 = 49%
B 99 of 255 = 39%

138
124
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
138 + 124 + 99 = 361 (100%)
R 138 of 361 ~ 38.23%
G 124 of 361 ~ 34.35%
B 99 of 361 ~ 27.42%

%38.23
%34.35
%27.42

CMYK RENK MODELİ

#8A7C63 rengi CMYK tonu (0,10,28,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.14%
  • sarı tonu 28.26%
  • ana renk tonu 45.88%
CMYK:
(0,10,28,46)
C0M10Y28K46 
(0%,10%,28%,46%)
(0.00/0.10/0.28/0.46)	

CMYK yüzdeleri

%0
%10.14
%28.26
%45.88

Codes

Color #8A7C63 in popluar color models

8A7C63
RGB13812499
HSL38°16.46%46.47%
HSB/HSV38°28.26%54.12%
CMYK0.00%10.14%28.26%
45.88%

Color #8A7C63 in popluar number systems.

HEX8A7C63
Decimal13812499
Binary1000101011111001100011
Octal212174143

Shades and tints

Shades of #8A7C63

#8A7C63
(138,124,99)
#7E715A
(126,113,90)
#726651
(114,102,81)
#665B48
(102,91,72)
#5A503F
(90,80,63)
#4E4536
(78,69,54)
#423A2D
(66,58,45)
#362F24
(54,47,36)
#2A241B
(42,36,27)
#1E1912
(30,25,18)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #8A7C63

#8A7C63
(138,124,99)
#948771
(148,135,113)
#9E927F
(158,146,127)
#A89D8D
(168,157,141)
#B2A89B
(178,168,155)
#BCB3A9
(188,179,169)
#C6BEB7
(198,190,183)
#D0C9C5
(208,201,197)
#DAD4D3
(218,212,211)
#E4DFE1
(228,223,225)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7C63; }

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

This text font color is #8A7C63.


Background Color

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

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

This div background color is #8A7C63.


Border color

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

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

This div border color is #8A7C63.


Opacity

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

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

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

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

This text has shadow with #8A7C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7C63 on black background.


Color preview on white background

This text has color #8A7C63 on white background.



Black color preview on #8A7C63 background

This text has black color on #8A7C63 background.


White color preview on #8A7C63 background

This text has white color on #8A7C63 background.