COLOR #828C54

HEX: #828C54 RGB: (130,140,84)

Color info

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

RGB color model

#828C54 color RGB value is (130,140,84).

RGB: (130,140,84) (51%, 55%, 33%)

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 84 of 255 = 33%

130
140
84

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

Portions of RGB colors in percentages

R + G + B = 130 + 140 + 84 = 354 (100%)
R 130 of 354 ~ 36.72%
G 140 of 354 ~ 39.55%
B 84 of 354 ~ 23.73'%

%36.72
%39.55
%23.73

CMYK color model

#828C54 color CMYK value is (7,0,40,45).

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

CMYK: (7,0,40,45)
C7M0Y40K45 (7%, 0%, 40%, 45%)
(0.07 / 0.00 / 0.40 / 0.45)

CMYK percentages

%7.14
%0
%40
%45.1

Codes

Color #828C54 in popluar color models

82 8C 54
RGB 130 140 84
HSL 71° 25.00% 43.92%
HSB/HSV 71° 40.00% 54.90%
CMYK 7.14% 0.00% 40.00%
45.10%

Color #828C54 in popluar number systems.

HEX 82 8C 54
Decimal 130 140 84
Binary 10000010 10001100 1010100
Octal 202 214 124

Shades and tints

Shades of #828C54

#828C54
(130,140,84)
#77804D
(119,128,77)
#6C7446
(108,116,70)
#61683F
(97,104,63)
#565C38
(86,92,56)
#4B5031
(75,80,49)
#40442A
(64,68,42)
#353823
(53,56,35)
#2A2C1C
(42,44,28)
#1F2015
(31,32,21)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #828C54

#828C54
(130,140,84)
#8D9663
(141,150,99)
#98A072
(152,160,114)
#A3AA81
(163,170,129)
#AEB490
(174,180,144)
#B9BE9F
(185,190,159)
#C4C8AE
(196,200,174)
#CFD2BD
(207,210,189)
#DADCCC
(218,220,204)
#E5E6DB
(229,230,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828C54; }

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

This text font color is #828C54.

Background Color

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

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

This div background color is #828C54.

Border color

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

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

This div border color is #828C54.

Opacity

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

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

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

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

This text has shadow with #828C54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828C54.

Preview

Color preview on black background

This text has color #828C54 on black background.


Color preview on white background

This text has color #828C54 on white background.


Black color preview on #828C54 background

This text has black color on #828C54 background.


White color preview on #828C54 background

This text has white color on #828C54 background.


Related colors

Complementary color

Complementary color for #hex is #7D73AB.


I love getcolorcode.com

Triadic colors

1 #54828C and #8C5482 with #828C54 are triadic colors.

2 #548C82 and #8C8254 with #828C54 are triadic colors.