COLOR #829D5F

HEX: #829D5F
RGB: (130,157,95)

Renk bilgisi

#829D5F contains mainly red and green colors. #829D5F ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#829D5F color RGB value is (130,157,95).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 95 of 255 = 37%

130
157
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 95 = 382 (100%)
R 130 of 382 ~ 34.03%
G 157 of 382 ~ 41.1%
B 95 of 382 ~ 24.87%

%34.03
%41.1
%24.87

CMYK RENK MODELİ

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

  • camgöbeği tonu 17.20%
  • eflatun tonu 0.00%
  • sarı tonu 39.49%
  • ana renk tonu 38.43%
CMYK:
(17,0,39,38)
C17M0Y39K38 
(17%,0%,39%,38%)
(0.17/0.00/0.39/0.38)	

CMYK yüzdeleri

%17.2
%0
%39.49
%38.43

Codes

Color #829D5F in popluar color models

829D5F
RGB13015795
HSL86°24.60%49.41%
HSB/HSV86°39.49%61.57%
CMYK17.20%0.00%39.49%
38.43%

Color #829D5F in popluar number systems.

HEX829D5F
Decimal13015795
Binary10000010100111011011111
Octal202235137

Shades and tints

Shades of #829D5F

#829D5F
(130,157,95)
#778F57
(119,143,87)
#6C814F
(108,129,79)
#617347
(97,115,71)
#56653F
(86,101,63)
#4B5737
(75,87,55)
#40492F
(64,73,47)
#353B27
(53,59,39)
#2A2D1F
(42,45,31)
#1F1F17
(31,31,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #829D5F

#829D5F
(130,157,95)
#8DA56D
(141,165,109)
#98AD7B
(152,173,123)
#A3B589
(163,181,137)
#AEBD97
(174,189,151)
#B9C5A5
(185,197,165)
#C4CDB3
(196,205,179)
#CFD5C1
(207,213,193)
#DADDCF
(218,221,207)
#E5E5DD
(229,229,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829D5F; }

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

This text font color is #829D5F.


Background Color

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

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

This div background color is #829D5F.


Border color

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

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

This div border color is #829D5F.


Opacity

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

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

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

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

This text has shadow with #829D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D5F on black background.


Color preview on white background

This text has color #829D5F on white background.



Black color preview on #829D5F background

This text has black color on #829D5F background.


White color preview on #829D5F background

This text has white color on #829D5F background.