COLOR #829F5E

HEX: #829F5E
RGB: (130,159,94)

Renk bilgisi

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

RGB renk modeli

#829F5E color RGB value is (130,159,94).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 94 of 255 = 37%

130
159
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 94 = 383 (100%)
R 130 of 383 ~ 33.94%
G 159 of 383 ~ 41.51%
B 94 of 383 ~ 24.54%

%33.94
%41.51
%24.54

CMYK RENK MODELİ

#829F5E rengi CMYK tonu (18,0,41,38).

  • camgöbeği tonu 18.24%
  • eflatun tonu 0.00%
  • sarı tonu 40.88%
  • ana renk tonu 37.65%
CMYK:
(18,0,41,38)
C18M0Y41K38 
(18%,0%,41%,38%)
(0.18/0.00/0.41/0.38)	

CMYK yüzdeleri

%18.24
%0
%40.88
%37.65

Codes

Color #829F5E in popluar color models

829F5E
RGB13015994
HSL87°25.69%49.61%
HSB/HSV87°40.88%62.35%
CMYK18.24%0.00%40.88%
37.65%

Color #829F5E in popluar number systems.

HEX829F5E
Decimal13015994
Binary10000010100111111011110
Octal202237136

Shades and tints

Shades of #829F5E

#829F5E
(130,159,94)
#779156
(119,145,86)
#6C834E
(108,131,78)
#617546
(97,117,70)
#56673E
(86,103,62)
#4B5936
(75,89,54)
#404B2E
(64,75,46)
#353D26
(53,61,38)
#2A2F1E
(42,47,30)
#1F2116
(31,33,22)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #829F5E

#829F5E
(130,159,94)
#8DA76C
(141,167,108)
#98AF7A
(152,175,122)
#A3B788
(163,183,136)
#AEBF96
(174,191,150)
#B9C7A4
(185,199,164)
#C4CFB2
(196,207,178)
#CFD7C0
(207,215,192)
#DADFCE
(218,223,206)
#E5E7DC
(229,231,220)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829F5E color. Also use rgb(130,159,94) instead hex code.

Text Font Color

.myTextColor { color: #829F5E; }

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

This text font color is #829F5E.


Background Color

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

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

This div background color is #829F5E.


Border color

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

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

This div border color is #829F5E.


Opacity

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

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

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

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

This text has shadow with #829F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F5E on black background.


Color preview on white background

This text has color #829F5E on white background.



Black color preview on #829F5E background

This text has black color on #829F5E background.


White color preview on #829F5E background

This text has white color on #829F5E background.