COLOR #828595

HEX: #828595
RGB: (130,133,149)

Renk bilgisi

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

RGB renk modeli

#828595 color RGB value is (130,133,149).

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

RGB bağlantıları ve doygunluk

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

130
133
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 133 + 149 = 412 (100%)
R 130 of 412 ~ 31.55%
G 133 of 412 ~ 32.28%
B 149 of 412 ~ 36.17%

%31.55
%32.28
%36.17

CMYK RENK MODELİ

#828595 rengi CMYK tonu (13,11,0,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 10.74%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(13,11,0,42)
C13M11Y0K42 
(13%,11%,0%,42%)
(0.13/0.11/0.00/0.42)	

CMYK yüzdeleri

%12.75
%10.74
%0
%41.57

Codes

Color #828595 in popluar color models

828595
RGB130133149
HSL231°8.23%54.71%
HSB/HSV231°12.75%58.43%
CMYK12.75%10.74%0.00%
41.57%

Color #828595 in popluar number systems.

HEX828595
Decimal130133149
Binary100000101000010110010101
Octal202205225

Shades and tints

Shades of #828595

#828595
(130,133,149)
#777988
(119,121,136)
#6C6D7B
(108,109,123)
#61616E
(97,97,110)
#565561
(86,85,97)
#4B4954
(75,73,84)
#403D47
(64,61,71)
#35313A
(53,49,58)
#2A252D
(42,37,45)
#1F1920
(31,25,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #828595

#828595
(130,133,149)
#8D909E
(141,144,158)
#989BA7
(152,155,167)
#A3A6B0
(163,166,176)
#AEB1B9
(174,177,185)
#B9BCC2
(185,188,194)
#C4C7CB
(196,199,203)
#CFD2D4
(207,210,212)
#DADDDD
(218,221,221)
#E5E8E6
(229,232,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828595; }

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

This text font color is #828595.


Background Color

.myBgColor { background-color: #828595; }

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

This div background color is #828595.


Border color

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

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

This div border color is #828595.


Opacity

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

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

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

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

This text has shadow with #828595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828595 on black background.


Color preview on white background

This text has color #828595 on white background.



Black color preview on #828595 background

This text has black color on #828595 background.


White color preview on #828595 background

This text has white color on #828595 background.