COLOR #828317

HEX: #828317
RGB: (130,131,23)

Color info

#828317 contains mainly red and green colors. Web safe color of #828317 is #999900 (or #990).

RGB color model

#828317 color RGB value is (130,131,23).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 23 of 255 = 9%

130
131
23

R + G + B ~ 37%. #828317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 23 = 284 (100%)
R 130 of 284 ~ 45.77%
G 131 of 284 ~ 46.13%
B 23 of 284 ~ 8.1%

%45.77
%46.13

CMYK color model

#828317 color CMYK value is (1,0,82,49).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 82.44%
  • key color value is 48.63%
CMYK:
(1,0,82,49)
C1M0Y82K49 
(1%,0%,82%,49%)
(0.01/0.00/0.82/0.49)	

CMYK percentages

%0.76
%0
%82.44
%48.63

Codes

Color #828317 in popluar color models

828317
RGB13013123
HSL61°70.13%30.20%
HSB/HSV61°82.44%51.37%
CMYK0.76%0.00%82.44%
48.63%

Color #828317 in popluar number systems.

HEX828317
Decimal13013123
Binary100000101000001110111
Octal20220327

Shades and tints

Shades of #828317

#828317
(130,131,23)
#777815
(119,120,21)
#6C6D13
(108,109,19)
#616211
(97,98,17)
#56570F
(86,87,15)
#4B4C0D
(75,76,13)
#40410B
(64,65,11)
#353609
(53,54,9)
#2A2B07
(42,43,7)
#1F2005
(31,32,5)
#141503
(20,21,3)
#000000
(0,0,0)

Tints of #828317

#828317
(130,131,23)
#8D8E2C
(141,142,44)
#989941
(152,153,65)
#A3A456
(163,164,86)
#AEAF6B
(174,175,107)
#B9BA80
(185,186,128)
#C4C595
(196,197,149)
#CFD0AA
(207,208,170)
#DADBBF
(218,219,191)
#E5E6D4
(229,230,212)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828317; }

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

This text font color is #828317.


Background Color

.myBgColor { background-color: #828317; }

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

This div background color is #828317.


Border color

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

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

This div border color is #828317.


Opacity

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

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

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

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

This text has shadow with #828317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828317 on black background.


Color preview on white background

This text has color #828317 on white background.



Black color preview on #828317 background

This text has black color on #828317 background.


White color preview on #828317 background

This text has white color on #828317 background.