COLOR #828023

HEX: #828023
RGB: (130,128,35)

Color info

#828023 contains mainly red and green colors. Web safe color of #828023 is #996633 (or #963).

RGB color model

#828023 color RGB value is (130,128,35).

  • red value is 130;
  • green value is 128;
  • blue value is 35.
RGB:
(130,128,35)
(51%,50%,14%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 35 of 255 = 14%

130
128
35

R + G + B ~ 38%. #828023 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 35 = 293 (100%)
R 130 of 293 ~ 44.37%
G 128 of 293 ~ 43.69%
B 35 of 293 ~ 11.95%

%44.37
%43.69
%11.95

CMYK color model

#828023 color CMYK value is (0,2,73,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 73.08%
  • key color value is 49.02%
CMYK:
(0,2,73,49)
C0M2Y73K49 
(0%,2%,73%,49%)
(0.00/0.02/0.73/0.49)	

CMYK percentages

%0
%1.54
%73.08
%49.02

Codes

Color #828023 in popluar color models

828023
RGB13012835
HSL59°57.58%32.35%
HSB/HSV59°73.08%50.98%
CMYK0.00%1.54%73.08%
49.02%

Color #828023 in popluar number systems.

HEX828023
Decimal13012835
Binary1000001010000000100011
Octal20220043

Shades and tints

Shades of #828023

#828023
(130,128,35)
#777520
(119,117,32)
#6C6A1D
(108,106,29)
#615F1A
(97,95,26)
#565417
(86,84,23)
#4B4914
(75,73,20)
#403E11
(64,62,17)
#35330E
(53,51,14)
#2A280B
(42,40,11)
#1F1D08
(31,29,8)
#141205
(20,18,5)
#000000
(0,0,0)

Tints of #828023

#828023
(130,128,35)
#8D8B37
(141,139,55)
#98964B
(152,150,75)
#A3A15F
(163,161,95)
#AEAC73
(174,172,115)
#B9B787
(185,183,135)
#C4C29B
(196,194,155)
#CFCDAF
(207,205,175)
#DAD8C3
(218,216,195)
#E5E3D7
(229,227,215)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828023 color. Also use rgb(130,128,35) instead hex code.

Text Font Color

.myTextColor { color: #828023; }

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

This text font color is #828023.


Background Color

.myBgColor { background-color: #828023; }

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

This div background color is #828023.


Border color

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

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

This div border color is #828023.


Opacity

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

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

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

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

This text has shadow with #828023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828023 on black background.


Color preview on white background

This text has color #828023 on white background.



Black color preview on #828023 background

This text has black color on #828023 background.


White color preview on #828023 background

This text has white color on #828023 background.