COLOR #829425

HEX: #829425
RGB: (130,148,37)

Color info

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

RGB color model

#829425 color RGB value is (130,148,37).

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

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 37 of 255 = 15%

130
148
37

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

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 37 = 315 (100%)
R 130 of 315 ~ 41.27%
G 148 of 315 ~ 46.98%
B 37 of 315 ~ 11.75%

%41.27
%46.98
%11.75

CMYK color model

#829425 color CMYK value is (12,0,75,42).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 41.96%
CMYK:
(12,0,75,42)
C12M0Y75K42 
(12%,0%,75%,42%)
(0.12/0.00/0.75/0.42)	

CMYK percentages

%12.16
%0
%75
%41.96

Codes

Color #829425 in popluar color models

829425
RGB13014837
HSL70°60.00%36.27%
HSB/HSV70°75.00%58.04%
CMYK12.16%0.00%75.00%
41.96%

Color #829425 in popluar number systems.

HEX829425
Decimal13014837
Binary1000001010010100100101
Octal20222445

Shades and tints

Shades of #829425

#829425
(130,148,37)
#778722
(119,135,34)
#6C7A1F
(108,122,31)
#616D1C
(97,109,28)
#566019
(86,96,25)
#4B5316
(75,83,22)
#404613
(64,70,19)
#353910
(53,57,16)
#2A2C0D
(42,44,13)
#1F1F0A
(31,31,10)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #829425

#829425
(130,148,37)
#8D9D38
(141,157,56)
#98A64B
(152,166,75)
#A3AF5E
(163,175,94)
#AEB871
(174,184,113)
#B9C184
(185,193,132)
#C4CA97
(196,202,151)
#CFD3AA
(207,211,170)
#DADCBD
(218,220,189)
#E5E5D0
(229,229,208)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829425; }

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

This text font color is #829425.


Background Color

.myBgColor { background-color: #829425; }

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

This div background color is #829425.


Border color

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

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

This div border color is #829425.


Opacity

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

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

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

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

This text has shadow with #829425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829425 on black background.


Color preview on white background

This text has color #829425 on white background.



Black color preview on #829425 background

This text has black color on #829425 background.


White color preview on #829425 background

This text has white color on #829425 background.