COLOR #838480

HEX: #838480
RGB: (131,132,128)

Renk bilgisi

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

RGB renk modeli

#838480 color RGB value is (131,132,128).

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

RGB bağlantıları ve doygunluk

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

131
132
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 132 + 128 = 391 (100%)
R 131 of 391 ~ 33.5%
G 132 of 391 ~ 33.76%
B 128 of 391 ~ 32.74%

%33.5
%33.76
%32.74

CMYK RENK MODELİ

#838480 rengi CMYK tonu (1,0,3,48).

  • camgöbeği tonu 0.76%
  • eflatun tonu 0.00%
  • sarı tonu 3.03%
  • ana renk tonu 48.24%
CMYK:
(1,0,3,48)
C1M0Y3K48 
(1%,0%,3%,48%)
(0.01/0.00/0.03/0.48)	

CMYK yüzdeleri

%0.76
%0
%3.03
%48.24

Codes

Color #838480 in popluar color models

838480
RGB131132128
HSL75°1.60%50.98%
HSB/HSV75°3.03%51.76%
CMYK0.76%0.00%3.03%
48.24%

Color #838480 in popluar number systems.

HEX838480
Decimal131132128
Binary100000111000010010000000
Octal203204200

Shades and tints

Shades of #838480

#838480
(131,132,128)
#787875
(120,120,117)
#6D6C6A
(109,108,106)
#62605F
(98,96,95)
#575454
(87,84,84)
#4C4849
(76,72,73)
#413C3E
(65,60,62)
#363033
(54,48,51)
#2B2428
(43,36,40)
#20181D
(32,24,29)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #838480

#838480
(131,132,128)
#8E8F8B
(142,143,139)
#999A96
(153,154,150)
#A4A5A1
(164,165,161)
#AFB0AC
(175,176,172)
#BABBB7
(186,187,183)
#C5C6C2
(197,198,194)
#D0D1CD
(208,209,205)
#DBDCD8
(219,220,216)
#E6E7E3
(230,231,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838480; }

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

This text font color is #838480.


Background Color

.myBgColor { background-color: #838480; }

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

This div background color is #838480.


Border color

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

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

This div border color is #838480.


Opacity

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

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

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

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

This text has shadow with #838480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838480 on black background.


Color preview on white background

This text has color #838480 on white background.



Black color preview on #838480 background

This text has black color on #838480 background.


White color preview on #838480 background

This text has white color on #838480 background.