COLOR #828B82

HEX: #828B82
RGB: (130,139,130)

Renk bilgisi

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

RGB renk modeli

#828B82 color RGB value is (130,139,130).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 139 of 255 = 55%
B 130 of 255 = 51%

130
139
130

R + G + B ~ 52%. #828B82 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 139 + 130 = 399 (100%)
R 130 of 399 ~ 32.58%
G 139 of 399 ~ 34.84%
B 130 of 399 ~ 32.58%

%32.58
%34.84
%32.58

CMYK RENK MODELİ

#828B82 rengi CMYK tonu (6,0,6,45).

  • camgöbeği tonu 6.47%
  • eflatun tonu 0.00%
  • sarı tonu 6.47%
  • ana renk tonu 45.49%
CMYK:
(6,0,6,45)
C6M0Y6K45 
(6%,0%,6%,45%)
(0.06/0.00/0.06/0.45)	

CMYK yüzdeleri

%6.47
%0
%6.47
%45.49

Codes

Color #828B82 in popluar color models

828B82
RGB130139130
HSL120°3.73%52.75%
HSB/HSV120°6.47%54.51%
CMYK6.47%0.00%6.47%
45.49%

Color #828B82 in popluar number systems.

HEX828B82
Decimal130139130
Binary100000101000101110000010
Octal202213202

Shades and tints

Shades of #828B82

#828B82
(130,139,130)
#777F77
(119,127,119)
#6C736C
(108,115,108)
#616761
(97,103,97)
#565B56
(86,91,86)
#4B4F4B
(75,79,75)
#404340
(64,67,64)
#353735
(53,55,53)
#2A2B2A
(42,43,42)
#1F1F1F
(31,31,31)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #828B82

#828B82
(130,139,130)
#8D958D
(141,149,141)
#989F98
(152,159,152)
#A3A9A3
(163,169,163)
#AEB3AE
(174,179,174)
#B9BDB9
(185,189,185)
#C4C7C4
(196,199,196)
#CFD1CF
(207,209,207)
#DADBDA
(218,219,218)
#E5E5E5
(229,229,229)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828B82 color. Also use rgb(130,139,130) instead hex code.

Text Font Color

.myTextColor { color: #828B82; }

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

This text font color is #828B82.


Background Color

.myBgColor { background-color: #828B82; }

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

This div background color is #828B82.


Border color

.myBorderColor { border: 1px solid #828B82; }

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

This div border color is #828B82.


Opacity

.myOpacity80 { color: #828B82; opacity: 0.8; }

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

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

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

This text has shadow with #828B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828B82 on black background.


Color preview on white background

This text has color #828B82 on white background.



Black color preview on #828B82 background

This text has black color on #828B82 background.


White color preview on #828B82 background

This text has white color on #828B82 background.