COLOR #828770

HEX: #828770
RGB: (130,135,112)

Color info

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

RGB color model

#828770 color RGB value is (130,135,112).

  • red value is 130;
  • green value is 135;
  • blue value is 112.
RGB: (130,135,112) (51%,53%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 112 of 255 = 44%

130
135
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 112 = 377 (100%)
R 130 of 377 ~ 34.48%
G 135 of 377 ~ 35.81%
B 112 of 377 ~ 29.71%

%34.48
%35.81
%29.71

CMYK color model

#828770 color CMYK value is (4,0,17,47).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK: (4,0,17,47) C4M0Y17K47 (4%,0%,17%,47%) (0.04/0.00/0.17/0.47)

CMYK percentages

%3.7
%0
%17.04
%47.06

Codes

Color #828770 in popluar color models

828770
RGB130135112
HSL73°9.31%48.43%
HSB/HSV73°17.04%52.94%
CMYK3.70%0.00%17.04%
47.06%

Color #828770 in popluar number systems.

HEX828770
Decimal130135112
Binary10000010100001111110000
Octal202207160

Shades and tints

Shades of #828770

#828770
(130,135,112)
#777B66
(119,123,102)
#6C6F5C
(108,111,92)
#616352
(97,99,82)
#565748
(86,87,72)
#4B4B3E
(75,75,62)
#403F34
(64,63,52)
#35332A
(53,51,42)
#2A2720
(42,39,32)
#1F1B16
(31,27,22)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #828770

#828770
(130,135,112)
#8D917D
(141,145,125)
#989B8A
(152,155,138)
#A3A597
(163,165,151)
#AEAFA4
(174,175,164)
#B9B9B1
(185,185,177)
#C4C3BE
(196,195,190)
#CFCDCB
(207,205,203)
#DAD7D8
(218,215,216)
#E5E1E5
(229,225,229)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828770 color. Also use rgb(130,135,112) instead hex code.

Text Font Color

.myTextColor { color: #828770; }

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

This text font color is #828770.


Background Color

.myBgColor { background-color: #828770; }

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

This div background color is #828770.


Border color

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

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

This div border color is #828770.


Opacity

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

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

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

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

This text has shadow with #828770 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #828770; -webkit-box-shadow:	1px 1px 3px 2px #828770; box-shadow:	1px 1px 3px 2px #828770; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #828770; -webkit-box-shadow: 1px 1px 3px 2px #828770; box-shadow:1px 1px 3px 2px #828770;">
Div content here</div>
This div box has shadow with color #828770.

Preview

Color preview on black background

This text has color #828770 on black background.


Color preview on white background

This text has color #828770 on white background.



Black color preview on #828770 background

This text has black color on #828770 background.


White color preview on #828770 background

This text has white color on #828770 background.