COLOR #829D69

HEX: #829D69
RGB: (130,157,105)

Renk bilgisi

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

RGB renk modeli

#829D69 color RGB value is (130,157,105).

  • kırmız ton 130;
  • yeşil ton 157;
  • mavi ton 105.
RGB:
(130,157,105)
(51%,62%,41%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 105 of 255 = 41%

130
157
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 105 = 392 (100%)
R 130 of 392 ~ 33.16%
G 157 of 392 ~ 40.05%
B 105 of 392 ~ 26.79%

%33.16
%40.05
%26.79

CMYK RENK MODELİ

#829D69 rengi CMYK tonu (17,0,33,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 0.00%
  • sarı tonu 33.12%
  • ana renk tonu 38.43%
CMYK:
(17,0,33,38)
C17M0Y33K38 
(17%,0%,33%,38%)
(0.17/0.00/0.33/0.38)	

CMYK yüzdeleri

%17.2
%0
%33.12
%38.43

Codes

Color #829D69 in popluar color models

829D69
RGB130157105
HSL91°20.97%51.37%
HSB/HSV91°33.12%61.57%
CMYK17.20%0.00%33.12%
38.43%

Color #829D69 in popluar number systems.

HEX829D69
Decimal130157105
Binary10000010100111011101001
Octal202235151

Shades and tints

Shades of #829D69

#829D69
(130,157,105)
#778F60
(119,143,96)
#6C8157
(108,129,87)
#61734E
(97,115,78)
#566545
(86,101,69)
#4B573C
(75,87,60)
#404933
(64,73,51)
#353B2A
(53,59,42)
#2A2D21
(42,45,33)
#1F1F18
(31,31,24)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #829D69

#829D69
(130,157,105)
#8DA576
(141,165,118)
#98AD83
(152,173,131)
#A3B590
(163,181,144)
#AEBD9D
(174,189,157)
#B9C5AA
(185,197,170)
#C4CDB7
(196,205,183)
#CFD5C4
(207,213,196)
#DADDD1
(218,221,209)
#E5E5DE
(229,229,222)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829D69; }

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

This text font color is #829D69.


Background Color

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

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

This div background color is #829D69.


Border color

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

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

This div border color is #829D69.


Opacity

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

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

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

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

This text has shadow with #829D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D69 on black background.


Color preview on white background

This text has color #829D69 on white background.



Black color preview on #829D69 background

This text has black color on #829D69 background.


White color preview on #829D69 background

This text has white color on #829D69 background.