COLOR #829040

HEX: #829040
RGB: (130,144,64)

Color info

#829040 contains mainly red and green colors. Web safe color of #829040 is #999933 (or #993).

RGB color model

#829040 color RGB value is (130,144,64).

  • red value is 130;
  • green value is 144;
  • blue value is 64.
RGB:
(130,144,64)
(51%,56%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 64 of 255 = 25%

130
144
64

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 64 = 338 (100%)
R 130 of 338 ~ 38.46%
G 144 of 338 ~ 42.6%
B 64 of 338 ~ 18.93%

%38.46
%42.6
%18.93

CMYK color model

#829040 color CMYK value is (10,0,56,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 43.53%
CMYK:
(10,0,56,44)
C10M0Y56K44 
(10%,0%,56%,44%)
(0.10/0.00/0.56/0.44)	

CMYK percentages

%9.72
%0
%55.56
%43.53

Codes

Color #829040 in popluar color models

829040
RGB13014464
HSL71°38.46%40.78%
HSB/HSV71°55.56%56.47%
CMYK9.72%0.00%55.56%
43.53%

Color #829040 in popluar number systems.

HEX829040
Decimal13014464
Binary10000010100100001000000
Octal202220100

Shades and tints

Shades of #829040

#829040
(130,144,64)
#77833B
(119,131,59)
#6C7636
(108,118,54)
#616931
(97,105,49)
#565C2C
(86,92,44)
#4B4F27
(75,79,39)
#404222
(64,66,34)
#35351D
(53,53,29)
#2A2818
(42,40,24)
#1F1B13
(31,27,19)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #829040

#829040
(130,144,64)
#8D9A51
(141,154,81)
#98A462
(152,164,98)
#A3AE73
(163,174,115)
#AEB884
(174,184,132)
#B9C295
(185,194,149)
#C4CCA6
(196,204,166)
#CFD6B7
(207,214,183)
#DAE0C8
(218,224,200)
#E5EAD9
(229,234,217)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829040; }

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

This text font color is #829040.


Background Color

.myBgColor { background-color: #829040; }

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

This div background color is #829040.


Border color

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

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

This div border color is #829040.


Opacity

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

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

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

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

This text has shadow with #829040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829040 on black background.


Color preview on white background

This text has color #829040 on white background.



Black color preview on #829040 background

This text has black color on #829040 background.


White color preview on #829040 background

This text has white color on #829040 background.