COLOR #829B82

HEX: #829B82
RGB: (130,155,130)

Renk bilgisi

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

RGB renk modeli

#829B82 color RGB value is (130,155,130).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 155 of 255 = 61%
B 130 of 255 = 51%

130
155
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 155 + 130 = 415 (100%)
R 130 of 415 ~ 31.33%
G 155 of 415 ~ 37.35%
B 130 of 415 ~ 31.33%

%31.33
%37.35
%31.33

CMYK RENK MODELİ

#829B82 rengi CMYK tonu (16,0,16,39).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 16.13%
  • ana renk tonu 39.22%
CMYK:
(16,0,16,39)
C16M0Y16K39 
(16%,0%,16%,39%)
(0.16/0.00/0.16/0.39)	

CMYK yüzdeleri

%16.13
%0
%16.13
%39.22

Codes

Color #829B82 in popluar color models

829B82
RGB130155130
HSL120°11.11%55.88%
HSB/HSV120°16.13%60.78%
CMYK16.13%0.00%16.13%
39.22%

Color #829B82 in popluar number systems.

HEX829B82
Decimal130155130
Binary100000101001101110000010
Octal202233202

Shades and tints

Shades of #829B82

#829B82
(130,155,130)
#778D77
(119,141,119)
#6C7F6C
(108,127,108)
#617161
(97,113,97)
#566356
(86,99,86)
#4B554B
(75,85,75)
#404740
(64,71,64)
#353935
(53,57,53)
#2A2B2A
(42,43,42)
#1F1D1F
(31,29,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #829B82

#829B82
(130,155,130)
#8DA48D
(141,164,141)
#98AD98
(152,173,152)
#A3B6A3
(163,182,163)
#AEBFAE
(174,191,174)
#B9C8B9
(185,200,185)
#C4D1C4
(196,209,196)
#CFDACF
(207,218,207)
#DAE3DA
(218,227,218)
#E5ECE5
(229,236,229)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829B82; }

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

This text font color is #829B82.


Background Color

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

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

This div background color is #829B82.


Border color

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

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

This div border color is #829B82.


Opacity

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

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

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

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

This text has shadow with #829B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B82 on black background.


Color preview on white background

This text has color #829B82 on white background.



Black color preview on #829B82 background

This text has black color on #829B82 background.


White color preview on #829B82 background

This text has white color on #829B82 background.