COLOR #828344

HEX: #828344
RGB: (130,131,68)

Color info

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

RGB color model

#828344 color RGB value is (130,131,68).

  • red value is 130;
  • green value is 131;
  • blue value is 68.
RGB:
(130,131,68)
(51%,51%,27%)

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 68 of 255 = 27%

130
131
68

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 68 = 329 (100%)
R 130 of 329 ~ 39.51%
G 131 of 329 ~ 39.82%
B 68 of 329 ~ 20.67%

%39.51
%39.82
%20.67

CMYK color model

#828344 color CMYK value is (1,0,48,49).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 48.09%
  • key color value is 48.63%
CMYK:
(1,0,48,49)
C1M0Y48K49 
(1%,0%,48%,49%)
(0.01/0.00/0.48/0.49)	

CMYK percentages

%0.76
%0
%48.09
%48.63

Codes

Color #828344 in popluar color models

828344
RGB13013168
HSL61°31.66%39.02%
HSB/HSV61°48.09%51.37%
CMYK0.76%0.00%48.09%
48.63%

Color #828344 in popluar number systems.

HEX828344
Decimal13013168
Binary10000010100000111000100
Octal202203104

Shades and tints

Shades of #828344

#828344
(130,131,68)
#77783E
(119,120,62)
#6C6D38
(108,109,56)
#616232
(97,98,50)
#56572C
(86,87,44)
#4B4C26
(75,76,38)
#404120
(64,65,32)
#35361A
(53,54,26)
#2A2B14
(42,43,20)
#1F200E
(31,32,14)
#141508
(20,21,8)
#000000
(0,0,0)

Tints of #828344

#828344
(130,131,68)
#8D8E55
(141,142,85)
#989966
(152,153,102)
#A3A477
(163,164,119)
#AEAF88
(174,175,136)
#B9BA99
(185,186,153)
#C4C5AA
(196,197,170)
#CFD0BB
(207,208,187)
#DADBCC
(218,219,204)
#E5E6DD
(229,230,221)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828344 color. Also use rgb(130,131,68) instead hex code.

Text Font Color

.myTextColor { color: #828344; }

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

This text font color is #828344.


Background Color

.myBgColor { background-color: #828344; }

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

This div background color is #828344.


Border color

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

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

This div border color is #828344.


Opacity

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

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

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

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

This text has shadow with #828344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828344 on black background.


Color preview on white background

This text has color #828344 on white background.



Black color preview on #828344 background

This text has black color on #828344 background.


White color preview on #828344 background

This text has white color on #828344 background.