COLOR #848080

HEX: #848080 RGB: (132,128,128)

Renk bilgisi

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

RGB renk modeli

#848080 color RGB value is (132,128,128).

RGB: (132,128,128) (52%, 50%, 50%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 128 of 255 = 50%
B 128 of 255 = 50%

132
128
128

R + G + B ~ 51%. #848080 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 132 + 128 + 128 = 388 (100%)
R 132 of 388 ~ 34.02%
G 128 of 388 ~ 32.99%
B 128 of 388 ~ 32.99'%

%34.02
%32.99
%32.99

CMYK RENK MODELİ

#848080 rengi CMYK tonu (0,3,3,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.03%
  • sarı tonu 3.03%
  • ana renk tonu 48.24%

CMYK: (0,3,3,48)
C0M3Y3K48 (0%, 3%, 3%, 48%)
(0.00 / 0.03 / 0.03 / 0.48)

CMYK yüzdeleri

%0
%3.03
%3.03
%48.24

Codes

Color #848080 in popluar color models

84 80 80
RGB 132 128 128
HSL 1.60% 50.98%
HSB/HSV 3.03% 51.76%
CMYK 0.00% 3.03% 3.03%
48.24%

Color #848080 in popluar number systems.

HEX 84 80 80
Decimal 132 128 128
Binary 10000100 10000000 10000000
Octal 204 200 200

Shades and tints

Shades of #848080

#848080
(132,128,128)
#787575
(120,117,117)
#6C6A6A
(108,106,106)
#605F5F
(96,95,95)
#545454
(84,84,84)
#484949
(72,73,73)
#3C3E3E
(60,62,62)
#303333
(48,51,51)
#242828
(36,40,40)
#181D1D
(24,29,29)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #848080

#848080
(132,128,128)
#8F8B8B
(143,139,139)
#9A9696
(154,150,150)
#A5A1A1
(165,161,161)
#B0ACAC
(176,172,172)
#BBB7B7
(187,183,183)
#C6C2C2
(198,194,194)
#D1CDCD
(209,205,205)
#DCD8D8
(220,216,216)
#E7E3E3
(231,227,227)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848080 color. Also use rgb(132,128,128) instead hex code.

Text Font Color

.myTextColor { color: #848080; }

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

This text font color is #848080.

Background Color

.myBgColor { background-color: #848080; }

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

This div background color is #848080.

Border color

.myBorderColor { border: 1px solid #848080; }

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

This div border color is #848080.

Opacity

.myOpacity80 { color: #848080; opacity: 0.8; }

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

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

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

This text has shadow with #848080 color.


.textShadow {text-shadow: 3px 3px 1px #848080', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #848080; -webkit-box-shadow: 1px 1px 3px 2px #848080; box-shadow:1px 1px 3px 2px #848080;">
Div content here
</div>

This div box has shadow with color #848080.

Preview

Color preview on black background

This text has color #848080 on black background.


Color preview on white background

This text has color #848080 on white background.


Black color preview on #848080 background

This text has black color on #848080 background.


White color preview on #848080 background

This text has white color on #848080 background.


Related colors

Complementary color

Complementary color for #hex is #7B7F7F.


I love getcolorcode.com