COLOR #828594

HEX: #828594
RGB: (130,133,148)

Renk bilgisi

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

RGB renk modeli

#828594 color RGB value is (130,133,148).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 133 of 255 = 52%
B 148 of 255 = 58%

130
133
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 133 + 148 = 411 (100%)
R 130 of 411 ~ 31.63%
G 133 of 411 ~ 32.36%
B 148 of 411 ~ 36.01%

%31.63
%32.36
%36.01

CMYK RENK MODELİ

#828594 rengi CMYK tonu (12,10,0,42).

  • camgöbeği tonu 12.16%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(12,10,0,42)
C12M10Y0K42 
(12%,10%,0%,42%)
(0.12/0.10/0.00/0.42)	

CMYK yüzdeleri

%12.16
%10.14
%0
%41.96

Codes

Color #828594 in popluar color models

828594
RGB130133148
HSL230°7.76%54.51%
HSB/HSV230°12.16%58.04%
CMYK12.16%10.14%0.00%
41.96%

Color #828594 in popluar number systems.

HEX828594
Decimal130133148
Binary100000101000010110010100
Octal202205224

Shades and tints

Shades of #828594

#828594
(130,133,148)
#777987
(119,121,135)
#6C6D7A
(108,109,122)
#61616D
(97,97,109)
#565560
(86,85,96)
#4B4953
(75,73,83)
#403D46
(64,61,70)
#353139
(53,49,57)
#2A252C
(42,37,44)
#1F191F
(31,25,31)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #828594

#828594
(130,133,148)
#8D909D
(141,144,157)
#989BA6
(152,155,166)
#A3A6AF
(163,166,175)
#AEB1B8
(174,177,184)
#B9BCC1
(185,188,193)
#C4C7CA
(196,199,202)
#CFD2D3
(207,210,211)
#DADDDC
(218,221,220)
#E5E8E5
(229,232,229)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828594 color. Also use rgb(130,133,148) instead hex code.

Text Font Color

.myTextColor { color: #828594; }

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

This text font color is #828594.


Background Color

.myBgColor { background-color: #828594; }

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

This div background color is #828594.


Border color

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

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

This div border color is #828594.


Opacity

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

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

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

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

This text has shadow with #828594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828594 on black background.


Color preview on white background

This text has color #828594 on white background.



Black color preview on #828594 background

This text has black color on #828594 background.


White color preview on #828594 background

This text has white color on #828594 background.