COLOR #8B8363

HEX: #8B8363
RGB: (139,131,99)

Renk bilgisi

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

RGB renk modeli

#8B8363 color RGB value is (139,131,99).

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

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 131 of 255 = 51%
B 99 of 255 = 39%

139
131
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 131 + 99 = 369 (100%)
R 139 of 369 ~ 37.67%
G 131 of 369 ~ 35.5%
B 99 of 369 ~ 26.83%

%37.67
%35.5
%26.83

CMYK RENK MODELİ

#8B8363 rengi CMYK tonu (0,6,29,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.76%
  • sarı tonu 28.78%
  • ana renk tonu 45.49%
CMYK:
(0,6,29,45)
C0M6Y29K45 
(0%,6%,29%,45%)
(0.00/0.06/0.29/0.45)	

CMYK yüzdeleri

%0
%5.76
%28.78
%45.49

Codes

Color #8B8363 in popluar color models

8B8363
RGB13913199
HSL48°16.81%46.67%
HSB/HSV48°28.78%54.51%
CMYK0.00%5.76%28.78%
45.49%

Color #8B8363 in popluar number systems.

HEX8B8363
Decimal13913199
Binary10001011100000111100011
Octal213203143

Shades and tints

Shades of #8B8363

#8B8363
(139,131,99)
#7F785A
(127,120,90)
#736D51
(115,109,81)
#676248
(103,98,72)
#5B573F
(91,87,63)
#4F4C36
(79,76,54)
#43412D
(67,65,45)
#373624
(55,54,36)
#2B2B1B
(43,43,27)
#1F2012
(31,32,18)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #8B8363

#8B8363
(139,131,99)
#958E71
(149,142,113)
#9F997F
(159,153,127)
#A9A48D
(169,164,141)
#B3AF9B
(179,175,155)
#BDBAA9
(189,186,169)
#C7C5B7
(199,197,183)
#D1D0C5
(209,208,197)
#DBDBD3
(219,219,211)
#E5E6E1
(229,230,225)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8363; }

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

This text font color is #8B8363.


Background Color

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

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

This div background color is #8B8363.


Border color

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

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

This div border color is #8B8363.


Opacity

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

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

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

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

This text has shadow with #8B8363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8363 on black background.


Color preview on white background

This text has color #8B8363 on white background.



Black color preview on #8B8363 background

This text has black color on #8B8363 background.


White color preview on #8B8363 background

This text has white color on #8B8363 background.