COLOR #827C44

HEX: #827C44
RGB: (130,124,68)

Color info

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

RGB color model

#827C44 color RGB value is (130,124,68).

  • red value is 130;
  • green value is 124;
  • blue value is 68.
RGB:
(130,124,68)
(51%,49%,27%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 68 of 255 = 27%

130
124
68

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 68 = 322 (100%)
R 130 of 322 ~ 40.37%
G 124 of 322 ~ 38.51%
B 68 of 322 ~ 21.12%

%40.37
%38.51
%21.12

CMYK color model

#827C44 color CMYK value is (0,5,48,49).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 47.69%
  • key color value is 49.02%
CMYK:
(0,5,48,49)
C0M5Y48K49 
(0%,5%,48%,49%)
(0.00/0.05/0.48/0.49)	

CMYK percentages

%0
%4.62
%47.69
%49.02

Codes

Color #827C44 in popluar color models

827C44
RGB13012468
HSL54°31.31%38.82%
HSB/HSV54°47.69%50.98%
CMYK0.00%4.62%47.69%
49.02%

Color #827C44 in popluar number systems.

HEX827C44
Decimal13012468
Binary1000001011111001000100
Octal202174104

Shades and tints

Shades of #827C44

#827C44
(130,124,68)
#77713E
(119,113,62)
#6C6638
(108,102,56)
#615B32
(97,91,50)
#56502C
(86,80,44)
#4B4526
(75,69,38)
#403A20
(64,58,32)
#352F1A
(53,47,26)
#2A2414
(42,36,20)
#1F190E
(31,25,14)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #827C44

#827C44
(130,124,68)
#8D8755
(141,135,85)
#989266
(152,146,102)
#A39D77
(163,157,119)
#AEA888
(174,168,136)
#B9B399
(185,179,153)
#C4BEAA
(196,190,170)
#CFC9BB
(207,201,187)
#DAD4CC
(218,212,204)
#E5DFDD
(229,223,221)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C44 color. Also use rgb(130,124,68) instead hex code.

Text Font Color

.myTextColor { color: #827C44; }

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

This text font color is #827C44.


Background Color

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

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

This div background color is #827C44.


Border color

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

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

This div border color is #827C44.


Opacity

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

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

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

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

This text has shadow with #827C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C44 on black background.


Color preview on white background

This text has color #827C44 on white background.



Black color preview on #827C44 background

This text has black color on #827C44 background.


White color preview on #827C44 background

This text has white color on #827C44 background.