COLOR #829E76

HEX: #829E76
RGB: (130,158,118)

Renk bilgisi

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

RGB renk modeli

#829E76 color RGB value is (130,158,118).

  • kırmız ton 130;
  • yeşil ton 158;
  • mavi ton 118.
RGB:
(130,158,118)
(51%,62%,46%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 158 of 255 = 62%
B 118 of 255 = 46%

130
158
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 158 + 118 = 406 (100%)
R 130 of 406 ~ 32.02%
G 158 of 406 ~ 38.92%
B 118 of 406 ~ 29.06%

%32.02
%38.92
%29.06

CMYK RENK MODELİ

#829E76 rengi CMYK tonu (18,0,25,38).

  • camgöbeği tonu 17.72%
  • eflatun tonu 0.00%
  • sarı tonu 25.32%
  • ana renk tonu 38.04%
CMYK:
(18,0,25,38)
C18M0Y25K38 
(18%,0%,25%,38%)
(0.18/0.00/0.25/0.38)	

CMYK yüzdeleri

%17.72
%0
%25.32
%38.04

Codes

Color #829E76 in popluar color models

829E76
RGB130158118
HSL102°17.09%54.12%
HSB/HSV102°25.32%61.96%
CMYK17.72%0.00%25.32%
38.04%

Color #829E76 in popluar number systems.

HEX829E76
Decimal130158118
Binary10000010100111101110110
Octal202236166

Shades and tints

Shades of #829E76

#829E76
(130,158,118)
#77906C
(119,144,108)
#6C8262
(108,130,98)
#617458
(97,116,88)
#56664E
(86,102,78)
#4B5844
(75,88,68)
#404A3A
(64,74,58)
#353C30
(53,60,48)
#2A2E26
(42,46,38)
#1F201C
(31,32,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #829E76

#829E76
(130,158,118)
#8DA682
(141,166,130)
#98AE8E
(152,174,142)
#A3B69A
(163,182,154)
#AEBEA6
(174,190,166)
#B9C6B2
(185,198,178)
#C4CEBE
(196,206,190)
#CFD6CA
(207,214,202)
#DADED6
(218,222,214)
#E5E6E2
(229,230,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E76; }

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

This text font color is #829E76.


Background Color

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

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

This div background color is #829E76.


Border color

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

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

This div border color is #829E76.


Opacity

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

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

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

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

This text has shadow with #829E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E76 on black background.


Color preview on white background

This text has color #829E76 on white background.



Black color preview on #829E76 background

This text has black color on #829E76 background.


White color preview on #829E76 background

This text has white color on #829E76 background.