COLOR #829B84

HEX: #829B84
RGB: (130,155,132)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

130
155
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 155 + 132 = 417 (100%)
R 130 of 417 ~ 31.18%
G 155 of 417 ~ 37.17%
B 132 of 417 ~ 31.65%

%31.18
%37.17
%31.65

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16.13
%0
%14.84
%39.22

Codes

Color #829B84 in popluar color models

829B84
RGB130155132
HSL125°11.11%55.88%
HSB/HSV125°16.13%60.78%
CMYK16.13%0.00%14.84%
39.22%

Color #829B84 in popluar number systems.

HEX829B84
Decimal130155132
Binary100000101001101110000100
Octal202233204

Shades and tints

Shades of #829B84

#829B84
(130,155,132)
#778D78
(119,141,120)
#6C7F6C
(108,127,108)
#617160
(97,113,96)
#566354
(86,99,84)
#4B5548
(75,85,72)
#40473C
(64,71,60)
#353930
(53,57,48)
#2A2B24
(42,43,36)
#1F1D18
(31,29,24)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #829B84

#829B84
(130,155,132)
#8DA48F
(141,164,143)
#98AD9A
(152,173,154)
#A3B6A5
(163,182,165)
#AEBFB0
(174,191,176)
#B9C8BB
(185,200,187)
#C4D1C6
(196,209,198)
#CFDAD1
(207,218,209)
#DAE3DC
(218,227,220)
#E5ECE7
(229,236,231)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829B84; }

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

This text font color is #829B84.


Background Color

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

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

This div background color is #829B84.


Border color

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

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

This div border color is #829B84.


Opacity

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

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

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

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

This text has shadow with #829B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B84 on black background.


Color preview on white background

This text has color #829B84 on white background.



Black color preview on #829B84 background

This text has black color on #829B84 background.


White color preview on #829B84 background

This text has white color on #829B84 background.