COLOR #829049

HEX: #829049
RGB: (130,144,73)

Color info

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

RGB color model

#829049 color RGB value is (130,144,73).

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

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 73 of 255 = 29%

130
144
73

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 73 = 347 (100%)
R 130 of 347 ~ 37.46%
G 144 of 347 ~ 41.5%
B 73 of 347 ~ 21.04%

%37.46
%41.5
%21.04

CMYK color model

#829049 color CMYK value is (10,0,49,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 49.31%
  • key color value is 43.53%
CMYK:
(10,0,49,44)
C10M0Y49K44 
(10%,0%,49%,44%)
(0.10/0.00/0.49/0.44)	

CMYK percentages

%9.72
%0
%49.31
%43.53

Codes

Color #829049 in popluar color models

829049
RGB13014473
HSL72°32.72%42.55%
HSB/HSV72°49.31%56.47%
CMYK9.72%0.00%49.31%
43.53%

Color #829049 in popluar number systems.

HEX829049
Decimal13014473
Binary10000010100100001001001
Octal202220111

Shades and tints

Shades of #829049

#829049
(130,144,73)
#778343
(119,131,67)
#6C763D
(108,118,61)
#616937
(97,105,55)
#565C31
(86,92,49)
#4B4F2B
(75,79,43)
#404225
(64,66,37)
#35351F
(53,53,31)
#2A2819
(42,40,25)
#1F1B13
(31,27,19)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #829049

#829049
(130,144,73)
#8D9A59
(141,154,89)
#98A469
(152,164,105)
#A3AE79
(163,174,121)
#AEB889
(174,184,137)
#B9C299
(185,194,153)
#C4CCA9
(196,204,169)
#CFD6B9
(207,214,185)
#DAE0C9
(218,224,201)
#E5EAD9
(229,234,217)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829049; }

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

This text font color is #829049.


Background Color

.myBgColor { background-color: #829049; }

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

This div background color is #829049.


Border color

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

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

This div border color is #829049.


Opacity

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

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

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

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

This text has shadow with #829049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829049 on black background.


Color preview on white background

This text has color #829049 on white background.



Black color preview on #829049 background

This text has black color on #829049 background.


White color preview on #829049 background

This text has white color on #829049 background.