COLOR #829064

HEX: #829064
RGB: (130,144,100)

Color info

#829064 contains red, green and blue colors in about the same proportion. Web safe color of #829064 is #999966 (or #996).

RGB color model

#829064 color RGB value is (130,144,100).

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

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 100 of 255 = 39%

130
144
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 100 = 374 (100%)
R 130 of 374 ~ 34.76%
G 144 of 374 ~ 38.5%
B 100 of 374 ~ 26.74%

%34.76
%38.5
%26.74

CMYK color model

#829064 color CMYK value is (10,0,31,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 43.53%
CMYK:
(10,0,31,44)
C10M0Y31K44 
(10%,0%,31%,44%)
(0.10/0.00/0.31/0.44)	

CMYK percentages

%9.72
%0
%30.56
%43.53

Codes

Color #829064 in popluar color models

829064
RGB130144100
HSL79°18.03%47.84%
HSB/HSV79°30.56%56.47%
CMYK9.72%0.00%30.56%
43.53%

Color #829064 in popluar number systems.

HEX829064
Decimal130144100
Binary10000010100100001100100
Octal202220144

Shades and tints

Shades of #829064

#829064
(130,144,100)
#77835B
(119,131,91)
#6C7652
(108,118,82)
#616949
(97,105,73)
#565C40
(86,92,64)
#4B4F37
(75,79,55)
#40422E
(64,66,46)
#353525
(53,53,37)
#2A281C
(42,40,28)
#1F1B13
(31,27,19)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #829064

#829064
(130,144,100)
#8D9A72
(141,154,114)
#98A480
(152,164,128)
#A3AE8E
(163,174,142)
#AEB89C
(174,184,156)
#B9C2AA
(185,194,170)
#C4CCB8
(196,204,184)
#CFD6C6
(207,214,198)
#DAE0D4
(218,224,212)
#E5EAE2
(229,234,226)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829064; }

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

This text font color is #829064.


Background Color

.myBgColor { background-color: #829064; }

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

This div background color is #829064.


Border color

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

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

This div border color is #829064.


Opacity

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

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

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

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

This text has shadow with #829064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829064 on black background.


Color preview on white background

This text has color #829064 on white background.



Black color preview on #829064 background

This text has black color on #829064 background.


White color preview on #829064 background

This text has white color on #829064 background.