COLOR #829340

HEX: #829340
RGB: (130,147,64)

Renk bilgisi

#829340 contains mainly red and green colors. #829340 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#829340 color RGB value is (130,147,64).

  • kırmız ton 130;
  • yeşil ton 147;
  • mavi ton 64.
RGB:
(130,147,64)
(51%,58%,25%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 147 of 255 = 58%
B 64 of 255 = 25%

130
147
64

R + G + B ~ 45%. #829340 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 147 + 64 = 341 (100%)
R 130 of 341 ~ 38.12%
G 147 of 341 ~ 43.11%
B 64 of 341 ~ 18.77%

%38.12
%43.11
%18.77

CMYK RENK MODELİ

#829340 rengi CMYK tonu (12,0,56,42).

  • camgöbeği tonu 11.56%
  • eflatun tonu 0.00%
  • sarı tonu 56.46%
  • ana renk tonu 42.35%
CMYK:
(12,0,56,42)
C12M0Y56K42 
(12%,0%,56%,42%)
(0.12/0.00/0.56/0.42)	

CMYK yüzdeleri

%11.56
%0
%56.46
%42.35

Codes

Color #829340 in popluar color models

829340
RGB13014764
HSL72°39.34%41.37%
HSB/HSV72°56.46%57.65%
CMYK11.56%0.00%56.46%
42.35%

Color #829340 in popluar number systems.

HEX829340
Decimal13014764
Binary10000010100100111000000
Octal202223100

Shades and tints

Shades of #829340

#829340
(130,147,64)
#77863B
(119,134,59)
#6C7936
(108,121,54)
#616C31
(97,108,49)
#565F2C
(86,95,44)
#4B5227
(75,82,39)
#404522
(64,69,34)
#35381D
(53,56,29)
#2A2B18
(42,43,24)
#1F1E13
(31,30,19)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #829340

#829340
(130,147,64)
#8D9C51
(141,156,81)
#98A562
(152,165,98)
#A3AE73
(163,174,115)
#AEB784
(174,183,132)
#B9C095
(185,192,149)
#C4C9A6
(196,201,166)
#CFD2B7
(207,210,183)
#DADBC8
(218,219,200)
#E5E4D9
(229,228,217)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829340 color. Also use rgb(130,147,64) instead hex code.

Text Font Color

.myTextColor { color: #829340; }

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

This text font color is #829340.


Background Color

.myBgColor { background-color: #829340; }

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

This div background color is #829340.


Border color

.myBorderColor { border: 1px solid #829340; }

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

This div border color is #829340.


Opacity

.myOpacity80 { color: #829340; opacity: 0.8; }

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

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

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

This text has shadow with #829340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829340 on black background.


Color preview on white background

This text has color #829340 on white background.



Black color preview on #829340 background

This text has black color on #829340 background.


White color preview on #829340 background

This text has white color on #829340 background.