COLOR #828384

HEX: #828384
RGB: (130,131,132)

Renk bilgisi

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

RGB renk modeli

#828384 color RGB value is (130,131,132).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 131 of 255 = 51%
B 132 of 255 = 52%

130
131
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 131 + 132 = 393 (100%)
R 130 of 393 ~ 33.08%
G 131 of 393 ~ 33.33%
B 132 of 393 ~ 33.59%

%33.08
%33.33
%33.59

CMYK RENK MODELİ

#828384 rengi CMYK tonu (2,1,0,48).

  • camgöbeği tonu 1.52%
  • eflatun tonu 0.76%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(2,1,0,48)
C2M1Y0K48 
(2%,1%,0%,48%)
(0.02/0.01/0.00/0.48)	

CMYK yüzdeleri

%1.52
%0.76
%0
%48.24

Codes

Color #828384 in popluar color models

828384
RGB130131132
HSL210°0.81%51.37%
HSB/HSV210°1.52%51.76%
CMYK1.52%0.76%0.00%
48.24%

Color #828384 in popluar number systems.

HEX828384
Decimal130131132
Binary100000101000001110000100
Octal202203204

Shades and tints

Shades of #828384

#828384
(130,131,132)
#777878
(119,120,120)
#6C6D6C
(108,109,108)
#616260
(97,98,96)
#565754
(86,87,84)
#4B4C48
(75,76,72)
#40413C
(64,65,60)
#353630
(53,54,48)
#2A2B24
(42,43,36)
#1F2018
(31,32,24)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #828384

#828384
(130,131,132)
#8D8E8F
(141,142,143)
#98999A
(152,153,154)
#A3A4A5
(163,164,165)
#AEAFB0
(174,175,176)
#B9BABB
(185,186,187)
#C4C5C6
(196,197,198)
#CFD0D1
(207,208,209)
#DADBDC
(218,219,220)
#E5E6E7
(229,230,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828384; }

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

This text font color is #828384.


Background Color

.myBgColor { background-color: #828384; }

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

This div background color is #828384.


Border color

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

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

This div border color is #828384.


Opacity

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

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

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

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

This text has shadow with #828384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828384 on black background.


Color preview on white background

This text has color #828384 on white background.



Black color preview on #828384 background

This text has black color on #828384 background.


White color preview on #828384 background

This text has white color on #828384 background.