COLOR #829641

HEX: #829641
RGB: (130,150,65)

Color info

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

RGB color model

#829641 color RGB value is (130,150,65).

  • red value is 130;
  • green value is 150;
  • blue value is 65.
RGB:
(130,150,65)
(51%,59%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 150 of 255 = 59%
B 65 of 255 = 25%

130
150
65

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

Portions of RGB colors in percentages

R + G + B =
130 + 150 + 65 = 345 (100%)
R 130 of 345 ~ 37.68%
G 150 of 345 ~ 43.48%
B 65 of 345 ~ 18.84%

%37.68
%43.48
%18.84

CMYK color model

#829641 color CMYK value is (13,0,57,41).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(13,0,57,41)
C13M0Y57K41 
(13%,0%,57%,41%)
(0.13/0.00/0.57/0.41)	

CMYK percentages

%13.33
%0
%56.67
%41.18

Codes

Color #829641 in popluar color models

829641
RGB13015065
HSL74°39.53%42.16%
HSB/HSV74°56.67%58.82%
CMYK13.33%0.00%56.67%
41.18%

Color #829641 in popluar number systems.

HEX829641
Decimal13015065
Binary10000010100101101000001
Octal202226101

Shades and tints

Shades of #829641

#829641
(130,150,65)
#77893C
(119,137,60)
#6C7C37
(108,124,55)
#616F32
(97,111,50)
#56622D
(86,98,45)
#4B5528
(75,85,40)
#404823
(64,72,35)
#353B1E
(53,59,30)
#2A2E19
(42,46,25)
#1F2114
(31,33,20)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #829641

#829641
(130,150,65)
#8D9F52
(141,159,82)
#98A863
(152,168,99)
#A3B174
(163,177,116)
#AEBA85
(174,186,133)
#B9C396
(185,195,150)
#C4CCA7
(196,204,167)
#CFD5B8
(207,213,184)
#DADEC9
(218,222,201)
#E5E7DA
(229,231,218)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829641 color. Also use rgb(130,150,65) instead hex code.

Text Font Color

.myTextColor { color: #829641; }

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

This text font color is #829641.


Background Color

.myBgColor { background-color: #829641; }

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

This div background color is #829641.


Border color

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

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

This div border color is #829641.


Opacity

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

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

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

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

This text has shadow with #829641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829641 on black background.


Color preview on white background

This text has color #829641 on white background.



Black color preview on #829641 background

This text has black color on #829641 background.


White color preview on #829641 background

This text has white color on #829641 background.