COLOR #827810

HEX: #827810
RGB: (130,120,16)

Color info

#827810 contains mainly red and green colors. Web safe color of #827810 is #996600 (or #960).

RGB color model

#827810 color RGB value is (130,120,16).

  • red value is 130;
  • green value is 120;
  • blue value is 16.
RGB:
(130,120,16)
(51%,47%,6%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 16 of 255 = 6%

130
120
16

R + G + B ~ 35%. #827810 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 16 = 266 (100%)
R 130 of 266 ~ 48.87%
G 120 of 266 ~ 45.11%
B 16 of 266 ~ 6.02%

%48.87
%45.11

CMYK color model

#827810 color CMYK value is (0,8,88,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 87.69%
  • key color value is 49.02%
CMYK:
(0,8,88,49)
C0M8Y88K49 
(0%,8%,88%,49%)
(0.00/0.08/0.88/0.49)	

CMYK percentages

%0
%7.69
%87.69
%49.02

Codes

Color #827810 in popluar color models

827810
RGB13012016
HSL55°78.08%28.63%
HSB/HSV55°87.69%50.98%
CMYK0.00%7.69%87.69%
49.02%

Color #827810 in popluar number systems.

HEX827810
Decimal13012016
Binary10000010111100010000
Octal20217020

Shades and tints

Shades of #827810

#827810
(130,120,16)
#776E0F
(119,110,15)
#6C640E
(108,100,14)
#615A0D
(97,90,13)
#56500C
(86,80,12)
#4B460B
(75,70,11)
#403C0A
(64,60,10)
#353209
(53,50,9)
#2A2808
(42,40,8)
#1F1E07
(31,30,7)
#141406
(20,20,6)
#000000
(0,0,0)

Tints of #827810

#827810
(130,120,16)
#8D8425
(141,132,37)
#98903A
(152,144,58)
#A39C4F
(163,156,79)
#AEA864
(174,168,100)
#B9B479
(185,180,121)
#C4C08E
(196,192,142)
#CFCCA3
(207,204,163)
#DAD8B8
(218,216,184)
#E5E4CD
(229,228,205)
#F0F0E2
(240,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827810 color. Also use rgb(130,120,16) instead hex code.

Text Font Color

.myTextColor { color: #827810; }

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

This text font color is #827810.


Background Color

.myBgColor { background-color: #827810; }

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

This div background color is #827810.


Border color

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

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

This div border color is #827810.


Opacity

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

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

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

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

This text has shadow with #827810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827810 on black background.


Color preview on white background

This text has color #827810 on white background.



Black color preview on #827810 background

This text has black color on #827810 background.


White color preview on #827810 background

This text has white color on #827810 background.