COLOR #829D23

HEX: #829D23 RGB: (130,157,35)

Color info

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

RGB color model

#829D23 color RGB value is (130,157,35).

RGB: (130,157,35) (51%, 62%, 14%)

RGB channels and saturation

R 130 of 255 = 51%
G 157 of 255 = 62%
B 35 of 255 = 14%

130
157
35

R + G + B ~ 42%. #829D23 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 157 + 35 = 322 (100%)
R 130 of 322 ~ 40.37%
G 157 of 322 ~ 48.76%
B 35 of 322 ~ 10.87'%

%40.37
%48.76
%10.87

CMYK color model

#829D23 color CMYK value is (17,0,78,38).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 77.71%
  • key color value is 38.43%
CMYK: (17,0,78,38) C17M0Y78K38 (17%,0%,78%,38%) (0.17/0.00/0.78/0.38) 

CMYK percentages

%17.2
%0
%77.71
%38.43

Codes

Color #829D23 in popluar color models

82 9D 23
RGB 130 157 35
HSL 73° 63.54% 37.65%
HSB/HSV 73° 77.71% 61.57%
CMYK 17.20% 0.00% 77.71%
38.43%

Color #829D23 in popluar number systems.

HEX 82 9D 23
Decimal 130 157 35
Binary 10000010 10011101 100011
Octal 202 235 43

Shades and tints

Shades of #829D23

#829D23
(130,157,35)
#778F20
(119,143,32)
#6C811D
(108,129,29)
#61731A
(97,115,26)
#566517
(86,101,23)
#4B5714
(75,87,20)
#404911
(64,73,17)
#353B0E
(53,59,14)
#2A2D0B
(42,45,11)
#1F1F08
(31,31,8)
#141105
(20,17,5)
#000000
(0,0,0)

Tints of #829D23

#829D23
(130,157,35)
#8DA537
(141,165,55)
#98AD4B
(152,173,75)
#A3B55F
(163,181,95)
#AEBD73
(174,189,115)
#B9C587
(185,197,135)
#C4CD9B
(196,205,155)
#CFD5AF
(207,213,175)
#DADDC3
(218,221,195)
#E5E5D7
(229,229,215)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829D23 color. Also use rgb(130,157,35) instead hex code.

Text Font Color

.myTextColor { color: #829D23; }

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

This text font color is #829D23.

Background Color

.myBgColor { background-color: #829D23; }

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

This div background color is #829D23.

Border color

.myBorderColor { border: 1px solid #829D23; }

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

This div border color is #829D23.

Opacity

.myOpacity80 { color: #829D23; opacity: 0.8; }

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

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

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

This text has shadow with #829D23 color.


.textShadow {text-shadow: 3px 3px 1px #829D23', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829D23; -webkit-box-shadow: 1px 1px 3px 2px #829D23; box-shadow:1px 1px 3px 2px #829D23;">
Div content here
</div>

This div box has shadow with color #829D23.

Preview

Color preview on black background

This text has color #829D23 on black background.


Color preview on white background

This text has color #829D23 on white background.


Black color preview on #829D23 background

This text has black color on #829D23 background.


White color preview on #829D23 background

This text has white color on #829D23 background.


Related colors

Complementary color

Complementary color for #hex is #7D62DC.


I love getcolorcode.com

Triadic colors

1 #23829D and #9D2382 with #829D23 are triadic colors.

2 #239D82 and #9D8223 with #829D23 are triadic colors.