COLOR #829066

HEX: #829066
RGB: (130,144,102)

Color info

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

RGB color model

#829066 color RGB value is (130,144,102).

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

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 102 of 255 = 40%

130
144
102

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 102 = 376 (100%)
R 130 of 376 ~ 34.57%
G 144 of 376 ~ 38.3%
B 102 of 376 ~ 27.13%

%34.57
%38.3
%27.13

CMYK color model

#829066 color CMYK value is (10,0,29,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 43.53%
CMYK:
(10,0,29,44)
C10M0Y29K44 
(10%,0%,29%,44%)
(0.10/0.00/0.29/0.44)	

CMYK percentages

%9.72
%0
%29.17
%43.53

Codes

Color #829066 in popluar color models

829066
RGB130144102
HSL80°17.07%48.24%
HSB/HSV80°29.17%56.47%
CMYK9.72%0.00%29.17%
43.53%

Color #829066 in popluar number systems.

HEX829066
Decimal130144102
Binary10000010100100001100110
Octal202220146

Shades and tints

Shades of #829066

#829066
(130,144,102)
#77835D
(119,131,93)
#6C7654
(108,118,84)
#61694B
(97,105,75)
#565C42
(86,92,66)
#4B4F39
(75,79,57)
#404230
(64,66,48)
#353527
(53,53,39)
#2A281E
(42,40,30)
#1F1B15
(31,27,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #829066

#829066
(130,144,102)
#8D9A73
(141,154,115)
#98A480
(152,164,128)
#A3AE8D
(163,174,141)
#AEB89A
(174,184,154)
#B9C2A7
(185,194,167)
#C4CCB4
(196,204,180)
#CFD6C1
(207,214,193)
#DAE0CE
(218,224,206)
#E5EADB
(229,234,219)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829066; }

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

This text font color is #829066.


Background Color

.myBgColor { background-color: #829066; }

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

This div background color is #829066.


Border color

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

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

This div border color is #829066.


Opacity

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

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

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

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

This text has shadow with #829066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829066 on black background.


Color preview on white background

This text has color #829066 on white background.



Black color preview on #829066 background

This text has black color on #829066 background.


White color preview on #829066 background

This text has white color on #829066 background.