COLOR #828C69

HEX: #828C69 RGB: (130,140,105)

Color info

#828C69 contains red, green and blue colors in about the same proportion. Web safe color of #828C69 is #999966 (or #996).

RGB color model

#828C69 color RGB value is (130,140,105).

RGB: (130,140,105) (51%, 55%, 41%)

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 105 of 255 = 41%

130
140
105

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

Portions of RGB colors in percentages

R + G + B = 130 + 140 + 105 = 375 (100%)
R 130 of 375 ~ 34.67%
G 140 of 375 ~ 37.33%
B 105 of 375 ~ 28'%

%34.67
%37.33
%28

CMYK color model

#828C69 color CMYK value is (7,0,25,45).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 45.10%

CMYK: (7,0,25,45)
C7M0Y25K45 (7%, 0%, 25%, 45%)
(0.07 / 0.00 / 0.25 / 0.45)

CMYK percentages

%7.14
%0
%25
%45.1

Codes

Color #828C69 in popluar color models

82 8C 69
RGB 130 140 105
HSL 77° 14.29% 48.04%
HSB/HSV 77° 25.00% 54.90%
CMYK 7.14% 0.00% 25.00%
45.10%

Color #828C69 in popluar number systems.

HEX 82 8C 69
Decimal 130 140 105
Binary 10000010 10001100 1101001
Octal 202 214 151

Shades and tints

Shades of #828C69

#828C69
(130,140,105)
#778060
(119,128,96)
#6C7457
(108,116,87)
#61684E
(97,104,78)
#565C45
(86,92,69)
#4B503C
(75,80,60)
#404433
(64,68,51)
#35382A
(53,56,42)
#2A2C21
(42,44,33)
#1F2018
(31,32,24)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #828C69

#828C69
(130,140,105)
#8D9676
(141,150,118)
#98A083
(152,160,131)
#A3AA90
(163,170,144)
#AEB49D
(174,180,157)
#B9BEAA
(185,190,170)
#C4C8B7
(196,200,183)
#CFD2C4
(207,210,196)
#DADCD1
(218,220,209)
#E5E6DE
(229,230,222)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828C69 color. Also use rgb(130,140,105) instead hex code.

Text Font Color

.myTextColor { color: #828C69; }

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

This text font color is #828C69.

Background Color

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

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

This div background color is #828C69.

Border color

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

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

This div border color is #828C69.

Opacity

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

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

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

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

This text has shadow with #828C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828C69.

Preview

Color preview on black background

This text has color #828C69 on black background.


Color preview on white background

This text has color #828C69 on white background.


Black color preview on #828C69 background

This text has black color on #828C69 background.


White color preview on #828C69 background

This text has white color on #828C69 background.


Related colors

Complementary color

Complementary color for #hex is #7D7396.


I love getcolorcode.com

Triadic colors

1 #69828C and #8C6982 with #828C69 are triadic colors.

2 #698C82 and #8C8269 with #828C69 are triadic colors.