COLOR #829C79

HEX: #829C79
RGB: (130,156,121)

Renk bilgisi

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

RGB renk modeli

#829C79 color RGB value is (130,156,121).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 156 of 255 = 61%
B 121 of 255 = 47%

130
156
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 156 + 121 = 407 (100%)
R 130 of 407 ~ 31.94%
G 156 of 407 ~ 38.33%
B 121 of 407 ~ 29.73%

%31.94
%38.33
%29.73

CMYK RENK MODELİ

#829C79 rengi CMYK tonu (17,0,22,39).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 22.44%
  • ana renk tonu 38.82%
CMYK:
(17,0,22,39)
C17M0Y22K39 
(17%,0%,22%,39%)
(0.17/0.00/0.22/0.39)	

CMYK yüzdeleri

%16.67
%0
%22.44
%38.82

Codes

Color #829C79 in popluar color models

829C79
RGB130156121
HSL105°15.02%54.31%
HSB/HSV105°22.44%61.18%
CMYK16.67%0.00%22.44%
38.82%

Color #829C79 in popluar number systems.

HEX829C79
Decimal130156121
Binary10000010100111001111001
Octal202234171

Shades and tints

Shades of #829C79

#829C79
(130,156,121)
#778E6E
(119,142,110)
#6C8063
(108,128,99)
#617258
(97,114,88)
#56644D
(86,100,77)
#4B5642
(75,86,66)
#404837
(64,72,55)
#353A2C
(53,58,44)
#2A2C21
(42,44,33)
#1F1E16
(31,30,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #829C79

#829C79
(130,156,121)
#8DA585
(141,165,133)
#98AE91
(152,174,145)
#A3B79D
(163,183,157)
#AEC0A9
(174,192,169)
#B9C9B5
(185,201,181)
#C4D2C1
(196,210,193)
#CFDBCD
(207,219,205)
#DAE4D9
(218,228,217)
#E5EDE5
(229,237,229)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C79; }

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

This text font color is #829C79.


Background Color

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

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

This div background color is #829C79.


Border color

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

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

This div border color is #829C79.


Opacity

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

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

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

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

This text has shadow with #829C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C79 on black background.


Color preview on white background

This text has color #829C79 on white background.



Black color preview on #829C79 background

This text has black color on #829C79 background.


White color preview on #829C79 background

This text has white color on #829C79 background.