COLOR #8B6E63

HEX: #8B6E63
RGB: (139,110,99)

Renk bilgisi

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

RGB renk modeli

#8B6E63 color RGB value is (139,110,99).

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

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 110 of 255 = 43%
B 99 of 255 = 39%

139
110
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 110 + 99 = 348 (100%)
R 139 of 348 ~ 39.94%
G 110 of 348 ~ 31.61%
B 99 of 348 ~ 28.45%

%39.94
%31.61
%28.45

CMYK RENK MODELİ

#8B6E63 rengi CMYK tonu (0,21,29,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.86%
  • sarı tonu 28.78%
  • ana renk tonu 45.49%
CMYK:
(0,21,29,45)
C0M21Y29K45 
(0%,21%,29%,45%)
(0.00/0.21/0.29/0.45)	

CMYK yüzdeleri

%0
%20.86
%28.78
%45.49

Codes

Color #8B6E63 in popluar color models

8B6E63
RGB13911099
HSL17°16.81%46.67%
HSB/HSV17°28.78%54.51%
CMYK0.00%20.86%28.78%
45.49%

Color #8B6E63 in popluar number systems.

HEX8B6E63
Decimal13911099
Binary1000101111011101100011
Octal213156143

Shades and tints

Shades of #8B6E63

#8B6E63
(139,110,99)
#7F645A
(127,100,90)
#735A51
(115,90,81)
#675048
(103,80,72)
#5B463F
(91,70,63)
#4F3C36
(79,60,54)
#43322D
(67,50,45)
#372824
(55,40,36)
#2B1E1B
(43,30,27)
#1F1412
(31,20,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #8B6E63

#8B6E63
(139,110,99)
#957B71
(149,123,113)
#9F887F
(159,136,127)
#A9958D
(169,149,141)
#B3A29B
(179,162,155)
#BDAFA9
(189,175,169)
#C7BCB7
(199,188,183)
#D1C9C5
(209,201,197)
#DBD6D3
(219,214,211)
#E5E3E1
(229,227,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6E63 color. Also use rgb(139,110,99) instead hex code.

Text Font Color

.myTextColor { color: #8B6E63; }

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

This text font color is #8B6E63.


Background Color

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

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

This div background color is #8B6E63.


Border color

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

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

This div border color is #8B6E63.


Opacity

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

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

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

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

This text has shadow with #8B6E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6E63 on black background.


Color preview on white background

This text has color #8B6E63 on white background.



Black color preview on #8B6E63 background

This text has black color on #8B6E63 background.


White color preview on #8B6E63 background

This text has white color on #8B6E63 background.