COLOR #80676D

HEX: #80676D
RGB: (128,103,109)

Renk bilgisi

#80676D contains red, green and blue colors in about the same proportion. #80676D ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#80676D color RGB value is (128,103,109).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 103 of 255 = 40%
B 109 of 255 = 43%

128
103
109

R + G + B ~ 44%. #80676D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 103 + 109 = 340 (100%)
R 128 of 340 ~ 37.65%
G 103 of 340 ~ 30.29%
B 109 of 340 ~ 32.06%

%37.65
%30.29
%32.06

CMYK RENK MODELİ

#80676D rengi CMYK tonu (0,20,15,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.53%
  • sarı tonu 14.84%
  • ana renk tonu 49.80%
CMYK:
(0,20,15,50)
C0M20Y15K50 
(0%,20%,15%,50%)
(0.00/0.20/0.15/0.50)	

CMYK yüzdeleri

%0
%19.53
%14.84
%49.8

Codes

Color #80676D in popluar color models

80676D
RGB128103109
HSL346°10.82%45.29%
HSB/HSV346°19.53%50.20%
CMYK0.00%19.53%14.84%
49.80%

Color #80676D in popluar number systems.

HEX80676D
Decimal128103109
Binary1000000011001111101101
Octal200147155

Shades and tints

Shades of #80676D

#80676D
(128,103,109)
#755E64
(117,94,100)
#6A555B
(106,85,91)
#5F4C52
(95,76,82)
#544349
(84,67,73)
#493A40
(73,58,64)
#3E3137
(62,49,55)
#33282E
(51,40,46)
#281F25
(40,31,37)
#1D161C
(29,22,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #80676D

#80676D
(128,103,109)
#8B747A
(139,116,122)
#968187
(150,129,135)
#A18E94
(161,142,148)
#AC9BA1
(172,155,161)
#B7A8AE
(183,168,174)
#C2B5BB
(194,181,187)
#CDC2C8
(205,194,200)
#D8CFD5
(216,207,213)
#E3DCE2
(227,220,226)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80676D color. Also use rgb(128,103,109) instead hex code.

Text Font Color

.myTextColor { color: #80676D; }

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

This text font color is #80676D.


Background Color

.myBgColor { background-color: #80676D; }

<div style="background-color:#80676D">Inner text</div>

This div background color is #80676D.


Border color

.myBorderColor { border: 1px solid #80676D; }

<div style="border:3px solid #80676D">Div</div>

This div border color is #80676D.


Opacity

.myOpacity80 { color: #80676D; opacity: 0.8; }

<p style="color:#80676D;opacity:0.8;">80%</p>

Text with #80676D 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 #80676D;}

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

This text has shadow with #80676D color.

.textShadow {text-shadow: 3px 3px 1px #80676D, 3px 3px 1px red;}

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

This text has shadow with #80676D primary color and red secondary color.


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

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

This text has shadow with #80676D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80676D on black background.


Color preview on white background

This text has color #80676D on white background.



Black color preview on #80676D background

This text has black color on #80676D background.


White color preview on #80676D background

This text has white color on #80676D background.