COLOR #829C81

HEX: #829C81
RGB: (130,156,129)

Renk bilgisi

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

RGB renk modeli

#829C81 color RGB value is (130,156,129).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 156 of 255 = 61%
B 129 of 255 = 51%

130
156
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 156 + 129 = 415 (100%)
R 130 of 415 ~ 31.33%
G 156 of 415 ~ 37.59%
B 129 of 415 ~ 31.08%

%31.33
%37.59
%31.08

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16.67
%0
%17.31
%38.82

Codes

Color #829C81 in popluar color models

829C81
RGB130156129
HSL118°12.00%55.88%
HSB/HSV118°17.31%61.18%
CMYK16.67%0.00%17.31%
38.82%

Color #829C81 in popluar number systems.

HEX829C81
Decimal130156129
Binary100000101001110010000001
Octal202234201

Shades and tints

Shades of #829C81

#829C81
(130,156,129)
#778E76
(119,142,118)
#6C806B
(108,128,107)
#617260
(97,114,96)
#566455
(86,100,85)
#4B564A
(75,86,74)
#40483F
(64,72,63)
#353A34
(53,58,52)
#2A2C29
(42,44,41)
#1F1E1E
(31,30,30)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #829C81

#829C81
(130,156,129)
#8DA58C
(141,165,140)
#98AE97
(152,174,151)
#A3B7A2
(163,183,162)
#AEC0AD
(174,192,173)
#B9C9B8
(185,201,184)
#C4D2C3
(196,210,195)
#CFDBCE
(207,219,206)
#DAE4D9
(218,228,217)
#E5EDE4
(229,237,228)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C81; }

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

This text font color is #829C81.


Background Color

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

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

This div background color is #829C81.


Border color

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

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

This div border color is #829C81.


Opacity

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

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

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

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

This text has shadow with #829C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C81 on black background.


Color preview on white background

This text has color #829C81 on white background.



Black color preview on #829C81 background

This text has black color on #829C81 background.


White color preview on #829C81 background

This text has white color on #829C81 background.