COLOR #829165

HEX: #829165
RGB: (130,145,101)

Color info

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

RGB color model

#829165 color RGB value is (130,145,101).

  • red value is 130;
  • green value is 145;
  • blue value is 101.
RGB:
(130,145,101)
(51%,57%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 101 of 255 = 40%

130
145
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 101 = 376 (100%)
R 130 of 376 ~ 34.57%
G 145 of 376 ~ 38.56%
B 101 of 376 ~ 26.86%

%34.57
%38.56
%26.86

CMYK color model

#829165 color CMYK value is (10,0,30,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 43.14%
CMYK:
(10,0,30,43)
C10M0Y30K43 
(10%,0%,30%,43%)
(0.10/0.00/0.30/0.43)	

CMYK percentages

%10.34
%0
%30.34
%43.14

Codes

Color #829165 in popluar color models

829165
RGB130145101
HSL80°17.89%48.24%
HSB/HSV80°30.34%56.86%
CMYK10.34%0.00%30.34%
43.14%

Color #829165 in popluar number systems.

HEX829165
Decimal130145101
Binary10000010100100011100101
Octal202221145

Shades and tints

Shades of #829165

#829165
(130,145,101)
#77845C
(119,132,92)
#6C7753
(108,119,83)
#616A4A
(97,106,74)
#565D41
(86,93,65)
#4B5038
(75,80,56)
#40432F
(64,67,47)
#353626
(53,54,38)
#2A291D
(42,41,29)
#1F1C14
(31,28,20)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #829165

#829165
(130,145,101)
#8D9B73
(141,155,115)
#98A581
(152,165,129)
#A3AF8F
(163,175,143)
#AEB99D
(174,185,157)
#B9C3AB
(185,195,171)
#C4CDB9
(196,205,185)
#CFD7C7
(207,215,199)
#DAE1D5
(218,225,213)
#E5EBE3
(229,235,227)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829165 color. Also use rgb(130,145,101) instead hex code.

Text Font Color

.myTextColor { color: #829165; }

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

This text font color is #829165.


Background Color

.myBgColor { background-color: #829165; }

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

This div background color is #829165.


Border color

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

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

This div border color is #829165.


Opacity

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

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

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

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

This text has shadow with #829165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829165 on black background.


Color preview on white background

This text has color #829165 on white background.



Black color preview on #829165 background

This text has black color on #829165 background.


White color preview on #829165 background

This text has white color on #829165 background.