COLOR #828A39

HEX: #828A39 RGB: (130,138,57)

Color info

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

RGB color model

#828A39 color RGB value is (130,138,57).

RGB: (130,138,57) (51%, 54%, 22%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 57 of 255 = 22%

130
138
57

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

Portions of RGB colors in percentages

R + G + B = 130 + 138 + 57 = 325 (100%)
R 130 of 325 ~ 40%
G 138 of 325 ~ 42.46%
B 57 of 325 ~ 17.54'%

%40
%42.46
%17.54

CMYK color model

#828A39 color CMYK value is (6,0,59,46).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 45.88%

CMYK: (6,0,59,46)
C6M0Y59K46 (6%, 0%, 59%, 46%)
(0.06 / 0.00 / 0.59 / 0.46)

CMYK percentages

%5.8
%0
%58.7
%45.88

Codes

Color #828A39 in popluar color models

82 8A 39
RGB 130 138 57
HSL 66° 41.54% 38.24%
HSB/HSV 66° 58.70% 54.12%
CMYK 5.80% 0.00% 58.70%
45.88%

Color #828A39 in popluar number systems.

HEX 82 8A 39
Decimal 130 138 57
Binary 10000010 10001010 111001
Octal 202 212 71

Shades and tints

Shades of #828A39

#828A39
(130,138,57)
#777E34
(119,126,52)
#6C722F
(108,114,47)
#61662A
(97,102,42)
#565A25
(86,90,37)
#4B4E20
(75,78,32)
#40421B
(64,66,27)
#353616
(53,54,22)
#2A2A11
(42,42,17)
#1F1E0C
(31,30,12)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #828A39

#828A39
(130,138,57)
#8D944B
(141,148,75)
#989E5D
(152,158,93)
#A3A86F
(163,168,111)
#AEB281
(174,178,129)
#B9BC93
(185,188,147)
#C4C6A5
(196,198,165)
#CFD0B7
(207,208,183)
#DADAC9
(218,218,201)
#E5E4DB
(229,228,219)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828A39 color. Also use rgb(130,138,57) instead hex code.

Text Font Color

.myTextColor { color: #828A39; }

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

This text font color is #828A39.

Background Color

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

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

This div background color is #828A39.

Border color

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

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

This div border color is #828A39.

Opacity

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

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

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

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

This text has shadow with #828A39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828A39.

Preview

Color preview on black background

This text has color #828A39 on black background.


Color preview on white background

This text has color #828A39 on white background.


Black color preview on #828A39 background

This text has black color on #828A39 background.


White color preview on #828A39 background

This text has white color on #828A39 background.


Related colors

Complementary color

Complementary color for #hex is #7D75C6.


I love getcolorcode.com

Triadic colors

1 #39828A and #8A3982 with #828A39 are triadic colors.

2 #398A82 and #8A8239 with #828A39 are triadic colors.