COLOR #828E46

HEX: #828E46 RGB: (130,142,70)

Color info

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

RGB color model

#828E46 color RGB value is (130,142,70).

RGB: (130,142,70) (51%, 56%, 27%)

RGB channels and saturation

R 130 of 255 = 51%
G 142 of 255 = 56%
B 70 of 255 = 27%

130
142
70

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

Portions of RGB colors in percentages

R + G + B = 130 + 142 + 70 = 342 (100%)
R 130 of 342 ~ 38.01%
G 142 of 342 ~ 41.52%
B 70 of 342 ~ 20.47'%

%38.01
%41.52
%20.47

CMYK color model

#828E46 color CMYK value is (8,0,51,44).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 50.70%
  • key color value is 44.31%
CMYK: (8,0,51,44) C8M0Y51K44 (8%,0%,51%,44%) (0.08/0.00/0.51/0.44) 

CMYK percentages

%8.45
%0
%50.7
%44.31

Codes

Color #828E46 in popluar color models

82 8E 46
RGB 130 142 70
HSL 70° 33.96% 41.57%
HSB/HSV 70° 50.70% 55.69%
CMYK 8.45% 0.00% 50.70%
44.31%

Color #828E46 in popluar number systems.

HEX 82 8E 46
Decimal 130 142 70
Binary 10000010 10001110 1000110
Octal 202 216 106

Shades and tints

Shades of #828E46

#828E46
(130,142,70)
#778240
(119,130,64)
#6C763A
(108,118,58)
#616A34
(97,106,52)
#565E2E
(86,94,46)
#4B5228
(75,82,40)
#404622
(64,70,34)
#353A1C
(53,58,28)
#2A2E16
(42,46,22)
#1F2210
(31,34,16)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #828E46

#828E46
(130,142,70)
#8D9856
(141,152,86)
#98A266
(152,162,102)
#A3AC76
(163,172,118)
#AEB686
(174,182,134)
#B9C096
(185,192,150)
#C4CAA6
(196,202,166)
#CFD4B6
(207,212,182)
#DADEC6
(218,222,198)
#E5E8D6
(229,232,214)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828E46 color. Also use rgb(130,142,70) instead hex code.

Text Font Color

.myTextColor { color: #828E46; }

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

This text font color is #828E46.

Background Color

.myBgColor { background-color: #828E46; }

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

This div background color is #828E46.

Border color

.myBorderColor { border: 1px solid #828E46; }

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

This div border color is #828E46.

Opacity

.myOpacity80 { color: #828E46; opacity: 0.8; }

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

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

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

This text has shadow with #828E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828E46.

Preview

Color preview on black background

This text has color #828E46 on black background.


Color preview on white background

This text has color #828E46 on white background.


Black color preview on #828E46 background

This text has black color on #828E46 background.


White color preview on #828E46 background

This text has white color on #828E46 background.


Related colors

Complementary color

Complementary color for #hex is #7D71B9.


I love getcolorcode.com

Triadic colors

1 #46828E and #8E4682 with #828E46 are triadic colors.

2 #468E82 and #8E8246 with #828E46 are triadic colors.