COLOR #8B8463

HEX: #8B8463
RGB: (139,132,99)

Renk bilgisi

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

RGB renk modeli

#8B8463 color RGB value is (139,132,99).

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

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 132 of 255 = 52%
B 99 of 255 = 39%

139
132
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 132 + 99 = 370 (100%)
R 139 of 370 ~ 37.57%
G 132 of 370 ~ 35.68%
B 99 of 370 ~ 26.76%

%37.57
%35.68
%26.76

CMYK RENK MODELİ

#8B8463 rengi CMYK tonu (0,5,29,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.04%
  • sarı tonu 28.78%
  • ana renk tonu 45.49%
CMYK:
(0,5,29,45)
C0M5Y29K45 
(0%,5%,29%,45%)
(0.00/0.05/0.29/0.45)	

CMYK yüzdeleri

%0
%5.04
%28.78
%45.49

Codes

Color #8B8463 in popluar color models

8B8463
RGB13913299
HSL50°16.81%46.67%
HSB/HSV50°28.78%54.51%
CMYK0.00%5.04%28.78%
45.49%

Color #8B8463 in popluar number systems.

HEX8B8463
Decimal13913299
Binary10001011100001001100011
Octal213204143

Shades and tints

Shades of #8B8463

#8B8463
(139,132,99)
#7F785A
(127,120,90)
#736C51
(115,108,81)
#676048
(103,96,72)
#5B543F
(91,84,63)
#4F4836
(79,72,54)
#433C2D
(67,60,45)
#373024
(55,48,36)
#2B241B
(43,36,27)
#1F1812
(31,24,18)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #8B8463

#8B8463
(139,132,99)
#958F71
(149,143,113)
#9F9A7F
(159,154,127)
#A9A58D
(169,165,141)
#B3B09B
(179,176,155)
#BDBBA9
(189,187,169)
#C7C6B7
(199,198,183)
#D1D1C5
(209,209,197)
#DBDCD3
(219,220,211)
#E5E7E1
(229,231,225)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8463; }

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

This text font color is #8B8463.


Background Color

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

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

This div background color is #8B8463.


Border color

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

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

This div border color is #8B8463.


Opacity

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

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

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

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

This text has shadow with #8B8463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8463 on black background.


Color preview on white background

This text has color #8B8463 on white background.



Black color preview on #8B8463 background

This text has black color on #8B8463 background.


White color preview on #8B8463 background

This text has white color on #8B8463 background.