COLOR #838380

HEX: #838380
RGB: (131,131,128)

Renk bilgisi

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

RGB renk modeli

#838380 color RGB value is (131,131,128).

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

RGB bağlantıları ve doygunluk

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

131
131
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 131 + 128 = 390 (100%)
R 131 of 390 ~ 33.59%
G 131 of 390 ~ 33.59%
B 128 of 390 ~ 32.82%

%33.59
%33.59
%32.82

CMYK RENK MODELİ

#838380 rengi CMYK tonu (0,0,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 2.29%
  • ana renk tonu 48.63%
CMYK:
(0,0,2,49)
C0M0Y2K49 
(0%,0%,2%,49%)
(0.00/0.00/0.02/0.49)	

CMYK yüzdeleri

%0
%0
%2.29
%48.63

Codes

Color #838380 in popluar color models

838380
RGB131131128
HSL60°1.20%50.78%
HSB/HSV60°2.29%51.37%
CMYK0.00%0.00%2.29%
48.63%

Color #838380 in popluar number systems.

HEX838380
Decimal131131128
Binary100000111000001110000000
Octal203203200

Shades and tints

Shades of #838380

#838380
(131,131,128)
#787875
(120,120,117)
#6D6D6A
(109,109,106)
#62625F
(98,98,95)
#575754
(87,87,84)
#4C4C49
(76,76,73)
#41413E
(65,65,62)
#363633
(54,54,51)
#2B2B28
(43,43,40)
#20201D
(32,32,29)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #838380

#838380
(131,131,128)
#8E8E8B
(142,142,139)
#999996
(153,153,150)
#A4A4A1
(164,164,161)
#AFAFAC
(175,175,172)
#BABAB7
(186,186,183)
#C5C5C2
(197,197,194)
#D0D0CD
(208,208,205)
#DBDBD8
(219,219,216)
#E6E6E3
(230,230,227)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838380; }

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

This text font color is #838380.


Background Color

.myBgColor { background-color: #838380; }

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

This div background color is #838380.


Border color

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

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

This div border color is #838380.


Opacity

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

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

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

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

This text has shadow with #838380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838380 on black background.


Color preview on white background

This text has color #838380 on white background.



Black color preview on #838380 background

This text has black color on #838380 background.


White color preview on #838380 background

This text has white color on #838380 background.