COLOR #829463

HEX: #829463
RGB: (130,148,99)

Color info

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

RGB color model

#829463 color RGB value is (130,148,99).

  • red value is 130;
  • green value is 148;
  • blue value is 99.
RGB:
(130,148,99)
(51%,58%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 99 of 255 = 39%

130
148
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 99 = 377 (100%)
R 130 of 377 ~ 34.48%
G 148 of 377 ~ 39.26%
B 99 of 377 ~ 26.26%

%34.48
%39.26
%26.26

CMYK color model

#829463 color CMYK value is (12,0,33,42).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(12,0,33,42)
C12M0Y33K42 
(12%,0%,33%,42%)
(0.12/0.00/0.33/0.42)	

CMYK percentages

%12.16
%0
%33.11
%41.96

Codes

Color #829463 in popluar color models

829463
RGB13014899
HSL82°19.84%48.43%
HSB/HSV82°33.11%58.04%
CMYK12.16%0.00%33.11%
41.96%

Color #829463 in popluar number systems.

HEX829463
Decimal13014899
Binary10000010100101001100011
Octal202224143

Shades and tints

Shades of #829463

#829463
(130,148,99)
#77875A
(119,135,90)
#6C7A51
(108,122,81)
#616D48
(97,109,72)
#56603F
(86,96,63)
#4B5336
(75,83,54)
#40462D
(64,70,45)
#353924
(53,57,36)
#2A2C1B
(42,44,27)
#1F1F12
(31,31,18)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #829463

#829463
(130,148,99)
#8D9D71
(141,157,113)
#98A67F
(152,166,127)
#A3AF8D
(163,175,141)
#AEB89B
(174,184,155)
#B9C1A9
(185,193,169)
#C4CAB7
(196,202,183)
#CFD3C5
(207,211,197)
#DADCD3
(218,220,211)
#E5E5E1
(229,229,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829463 color. Also use rgb(130,148,99) instead hex code.

Text Font Color

.myTextColor { color: #829463; }

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

This text font color is #829463.


Background Color

.myBgColor { background-color: #829463; }

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

This div background color is #829463.


Border color

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

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

This div border color is #829463.


Opacity

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

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

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

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

This text has shadow with #829463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829463 on black background.


Color preview on white background

This text has color #829463 on white background.



Black color preview on #829463 background

This text has black color on #829463 background.


White color preview on #829463 background

This text has white color on #829463 background.