COLOR #838980

HEX: #838980
RGB: (131,137,128)

Renk bilgisi

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

RGB renk modeli

#838980 color RGB value is (131,137,128).

  • kırmız ton 131;
  • yeşil ton 137;
  • mavi ton 128.
RGB:
(131,137,128)
(51%,54%,50%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 137 of 255 = 54%
B 128 of 255 = 50%

131
137
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 137 + 128 = 396 (100%)
R 131 of 396 ~ 33.08%
G 137 of 396 ~ 34.6%
B 128 of 396 ~ 32.32%

%33.08
%34.6
%32.32

CMYK RENK MODELİ

#838980 rengi CMYK tonu (4,0,7,46).

  • camgöbeği tonu 4.38%
  • eflatun tonu 0.00%
  • sarı tonu 6.57%
  • ana renk tonu 46.27%
CMYK:
(4,0,7,46)
C4M0Y7K46 
(4%,0%,7%,46%)
(0.04/0.00/0.07/0.46)	

CMYK yüzdeleri

%4.38
%0
%6.57
%46.27

Codes

Color #838980 in popluar color models

838980
RGB131137128
HSL100°3.67%51.96%
HSB/HSV100°6.57%53.73%
CMYK4.38%0.00%6.57%
46.27%

Color #838980 in popluar number systems.

HEX838980
Decimal131137128
Binary100000111000100110000000
Octal203211200

Shades and tints

Shades of #838980

#838980
(131,137,128)
#787D75
(120,125,117)
#6D716A
(109,113,106)
#62655F
(98,101,95)
#575954
(87,89,84)
#4C4D49
(76,77,73)
#41413E
(65,65,62)
#363533
(54,53,51)
#2B2928
(43,41,40)
#201D1D
(32,29,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #838980

#838980
(131,137,128)
#8E938B
(142,147,139)
#999D96
(153,157,150)
#A4A7A1
(164,167,161)
#AFB1AC
(175,177,172)
#BABBB7
(186,187,183)
#C5C5C2
(197,197,194)
#D0CFCD
(208,207,205)
#DBD9D8
(219,217,216)
#E6E3E3
(230,227,227)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838980; }

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

This text font color is #838980.


Background Color

.myBgColor { background-color: #838980; }

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

This div background color is #838980.


Border color

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

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

This div border color is #838980.


Opacity

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

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

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

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

This text has shadow with #838980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838980 on black background.


Color preview on white background

This text has color #838980 on white background.



Black color preview on #838980 background

This text has black color on #838980 background.


White color preview on #838980 background

This text has white color on #838980 background.