COLOR #827D47

HEX: #827D47
RGB: (130,125,71)

Color info

#827D47 contains red, green and blue colors in about the same proportion. Web safe color of #827D47 is #996633 (or #963).

RGB color model

#827D47 color RGB value is (130,125,71).

  • red value is 130;
  • green value is 125;
  • blue value is 71.
RGB:
(130,125,71)
(51%,49%,28%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 71 of 255 = 28%

130
125
71

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 71 = 326 (100%)
R 130 of 326 ~ 39.88%
G 125 of 326 ~ 38.34%
B 71 of 326 ~ 21.78%

%39.88
%38.34
%21.78

CMYK color model

#827D47 color CMYK value is (0,4,45,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 45.38%
  • key color value is 49.02%
CMYK:
(0,4,45,49)
C0M4Y45K49 
(0%,4%,45%,49%)
(0.00/0.04/0.45/0.49)	

CMYK percentages

%0
%3.85
%45.38
%49.02

Codes

Color #827D47 in popluar color models

827D47
RGB13012571
HSL55°29.35%39.41%
HSB/HSV55°45.38%50.98%
CMYK0.00%3.85%45.38%
49.02%

Color #827D47 in popluar number systems.

HEX827D47
Decimal13012571
Binary1000001011111011000111
Octal202175107

Shades and tints

Shades of #827D47

#827D47
(130,125,71)
#777241
(119,114,65)
#6C673B
(108,103,59)
#615C35
(97,92,53)
#56512F
(86,81,47)
#4B4629
(75,70,41)
#403B23
(64,59,35)
#35301D
(53,48,29)
#2A2517
(42,37,23)
#1F1A11
(31,26,17)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #827D47

#827D47
(130,125,71)
#8D8857
(141,136,87)
#989367
(152,147,103)
#A39E77
(163,158,119)
#AEA987
(174,169,135)
#B9B497
(185,180,151)
#C4BFA7
(196,191,167)
#CFCAB7
(207,202,183)
#DAD5C7
(218,213,199)
#E5E0D7
(229,224,215)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D47 color. Also use rgb(130,125,71) instead hex code.

Text Font Color

.myTextColor { color: #827D47; }

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

This text font color is #827D47.


Background Color

.myBgColor { background-color: #827D47; }

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

This div background color is #827D47.


Border color

.myBorderColor { border: 1px solid #827D47; }

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

This div border color is #827D47.


Opacity

.myOpacity80 { color: #827D47; opacity: 0.8; }

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

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

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

This text has shadow with #827D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D47 on black background.


Color preview on white background

This text has color #827D47 on white background.



Black color preview on #827D47 background

This text has black color on #827D47 background.


White color preview on #827D47 background

This text has white color on #827D47 background.