COLOR #827E43

HEX: #827E43
RGB: (130,126,67)

Color info

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

RGB color model

#827E43 color RGB value is (130,126,67).

  • red value is 130;
  • green value is 126;
  • blue value is 67.
RGB:
(130,126,67)
(51%,49%,26%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 67 of 255 = 26%

130
126
67

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

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 67 = 323 (100%)
R 130 of 323 ~ 40.25%
G 126 of 323 ~ 39.01%
B 67 of 323 ~ 20.74%

%40.25
%39.01
%20.74

CMYK color model

#827E43 color CMYK value is (0,3,48,49).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 48.46%
  • key color value is 49.02%
CMYK:
(0,3,48,49)
C0M3Y48K49 
(0%,3%,48%,49%)
(0.00/0.03/0.48/0.49)	

CMYK percentages

%0
%3.08
%48.46
%49.02

Codes

Color #827E43 in popluar color models

827E43
RGB13012667
HSL56°31.98%38.63%
HSB/HSV56°48.46%50.98%
CMYK0.00%3.08%48.46%
49.02%

Color #827E43 in popluar number systems.

HEX827E43
Decimal13012667
Binary1000001011111101000011
Octal202176103

Shades and tints

Shades of #827E43

#827E43
(130,126,67)
#77733D
(119,115,61)
#6C6837
(108,104,55)
#615D31
(97,93,49)
#56522B
(86,82,43)
#4B4725
(75,71,37)
#403C1F
(64,60,31)
#353119
(53,49,25)
#2A2613
(42,38,19)
#1F1B0D
(31,27,13)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #827E43

#827E43
(130,126,67)
#8D8954
(141,137,84)
#989465
(152,148,101)
#A39F76
(163,159,118)
#AEAA87
(174,170,135)
#B9B598
(185,181,152)
#C4C0A9
(196,192,169)
#CFCBBA
(207,203,186)
#DAD6CB
(218,214,203)
#E5E1DC
(229,225,220)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827E43 color. Also use rgb(130,126,67) instead hex code.

Text Font Color

.myTextColor { color: #827E43; }

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

This text font color is #827E43.


Background Color

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

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

This div background color is #827E43.


Border color

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

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

This div border color is #827E43.


Opacity

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

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

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

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

This text has shadow with #827E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E43 on black background.


Color preview on white background

This text has color #827E43 on white background.



Black color preview on #827E43 background

This text has black color on #827E43 background.


White color preview on #827E43 background

This text has white color on #827E43 background.