COLOR #8B676D

HEX: #8B676D
RGB: (139,103,109)

Renk bilgisi

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

RGB renk modeli

#8B676D color RGB value is (139,103,109).

  • kırmız ton 139;
  • yeşil ton 103;
  • mavi ton 109.
RGB:
(139,103,109)
(55%,40%,43%)

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 103 of 255 = 40%
B 109 of 255 = 43%

139
103
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 103 + 109 = 351 (100%)
R 139 of 351 ~ 39.6%
G 103 of 351 ~ 29.34%
B 109 of 351 ~ 31.05%

%39.6
%29.34
%31.05

CMYK RENK MODELİ

#8B676D rengi CMYK tonu (0,26,22,45).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.90%
  • sarı tonu 21.58%
  • ana renk tonu 45.49%
CMYK:
(0,26,22,45)
C0M26Y22K45 
(0%,26%,22%,45%)
(0.00/0.26/0.22/0.45)	

CMYK yüzdeleri

%0
%25.9
%21.58
%45.49

Codes

Color #8B676D in popluar color models

8B676D
RGB139103109
HSL350°14.88%47.45%
HSB/HSV350°25.90%54.51%
CMYK0.00%25.90%21.58%
45.49%

Color #8B676D in popluar number systems.

HEX8B676D
Decimal139103109
Binary1000101111001111101101
Octal213147155

Shades and tints

Shades of #8B676D

#8B676D
(139,103,109)
#7F5E64
(127,94,100)
#73555B
(115,85,91)
#674C52
(103,76,82)
#5B4349
(91,67,73)
#4F3A40
(79,58,64)
#433137
(67,49,55)
#37282E
(55,40,46)
#2B1F25
(43,31,37)
#1F161C
(31,22,28)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #8B676D

#8B676D
(139,103,109)
#95747A
(149,116,122)
#9F8187
(159,129,135)
#A98E94
(169,142,148)
#B39BA1
(179,155,161)
#BDA8AE
(189,168,174)
#C7B5BB
(199,181,187)
#D1C2C8
(209,194,200)
#DBCFD5
(219,207,213)
#E5DCE2
(229,220,226)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B676D color. Also use rgb(139,103,109) instead hex code.

Text Font Color

.myTextColor { color: #8B676D; }

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

This text font color is #8B676D.


Background Color

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

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

This div background color is #8B676D.


Border color

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

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

This div border color is #8B676D.


Opacity

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

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

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

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

This text has shadow with #8B676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B676D on black background.


Color preview on white background

This text has color #8B676D on white background.



Black color preview on #8B676D background

This text has black color on #8B676D background.


White color preview on #8B676D background

This text has white color on #8B676D background.