COLOR #828830

HEX: #828830 RGB: (130,136,48)

Color info

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

RGB color model

#828830 color RGB value is (130,136,48).

RGB: (130,136,48) (51%, 53%, 19%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 48 of 255 = 19%

130
136
48

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

Portions of RGB colors in percentages

R + G + B = 130 + 136 + 48 = 314 (100%)
R 130 of 314 ~ 41.4%
G 136 of 314 ~ 43.31%
B 48 of 314 ~ 15.29'%

%41.4
%43.31
%15.29

CMYK color model

#828830 color CMYK value is (4,0,65,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 46.67%

CMYK: (4,0,65,47)
C4M0Y65K47 (4%, 0%, 65%, 47%)
(0.04 / 0.00 / 0.65 / 0.47)

CMYK percentages

%4.41
%0
%64.71
%46.67

Codes

Color #828830 in popluar color models

82 88 30
RGB 130 136 48
HSL 64° 47.83% 36.08%
HSB/HSV 64° 64.71% 53.33%
CMYK 4.41% 0.00% 64.71%
46.67%

Color #828830 in popluar number systems.

HEX 82 88 30
Decimal 130 136 48
Binary 10000010 10001000 110000
Octal 202 210 60

Shades and tints

Shades of #828830

#828830
(130,136,48)
#777C2C
(119,124,44)
#6C7028
(108,112,40)
#616424
(97,100,36)
#565820
(86,88,32)
#4B4C1C
(75,76,28)
#404018
(64,64,24)
#353414
(53,52,20)
#2A2810
(42,40,16)
#1F1C0C
(31,28,12)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #828830

#828830
(130,136,48)
#8D9242
(141,146,66)
#989C54
(152,156,84)
#A3A666
(163,166,102)
#AEB078
(174,176,120)
#B9BA8A
(185,186,138)
#C4C49C
(196,196,156)
#CFCEAE
(207,206,174)
#DAD8C0
(218,216,192)
#E5E2D2
(229,226,210)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828830 color. Also use rgb(130,136,48) instead hex code.

Text Font Color

.myTextColor { color: #828830; }

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

This text font color is #828830.

Background Color

.myBgColor { background-color: #828830; }

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

This div background color is #828830.

Border color

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

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

This div border color is #828830.

Opacity

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

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

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

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

This text has shadow with #828830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828830.

Preview

Color preview on black background

This text has color #828830 on black background.


Color preview on white background

This text has color #828830 on white background.


Black color preview on #828830 background

This text has black color on #828830 background.


White color preview on #828830 background

This text has white color on #828830 background.


Related colors

Complementary color

Complementary color for #hex is #7D77CF.


I love getcolorcode.com

Triadic colors

1 #308288 and #883082 with #828830 are triadic colors.

2 #308882 and #888230 with #828830 are triadic colors.