COLOR #827344

HEX: #827344
RGB: (130,115,68)

Color info

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

RGB color model

#827344 color RGB value is (130,115,68).

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

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 68 of 255 = 27%

130
115
68

R + G + B ~ 41%. #827344 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 68 = 313 (100%)
R 130 of 313 ~ 41.53%
G 115 of 313 ~ 36.74%
B 68 of 313 ~ 21.73%

%41.53
%36.74
%21.73

CMYK color model

#827344 color CMYK value is (0,12,48,49).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 47.69%
  • key color value is 49.02%
CMYK:
(0,12,48,49)
C0M12Y48K49 
(0%,12%,48%,49%)
(0.00/0.12/0.48/0.49)	

CMYK percentages

%0
%11.54
%47.69
%49.02

Codes

Color #827344 in popluar color models

827344
RGB13011568
HSL45°31.31%38.82%
HSB/HSV45°47.69%50.98%
CMYK0.00%11.54%47.69%
49.02%

Color #827344 in popluar number systems.

HEX827344
Decimal13011568
Binary1000001011100111000100
Octal202163104

Shades and tints

Shades of #827344

#827344
(130,115,68)
#77693E
(119,105,62)
#6C5F38
(108,95,56)
#615532
(97,85,50)
#564B2C
(86,75,44)
#4B4126
(75,65,38)
#403720
(64,55,32)
#352D1A
(53,45,26)
#2A2314
(42,35,20)
#1F190E
(31,25,14)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #827344

#827344
(130,115,68)
#8D7F55
(141,127,85)
#988B66
(152,139,102)
#A39777
(163,151,119)
#AEA388
(174,163,136)
#B9AF99
(185,175,153)
#C4BBAA
(196,187,170)
#CFC7BB
(207,199,187)
#DAD3CC
(218,211,204)
#E5DFDD
(229,223,221)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827344; }

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

This text font color is #827344.


Background Color

.myBgColor { background-color: #827344; }

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

This div background color is #827344.


Border color

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

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

This div border color is #827344.


Opacity

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

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

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

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

This text has shadow with #827344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827344 on black background.


Color preview on white background

This text has color #827344 on white background.



Black color preview on #827344 background

This text has black color on #827344 background.


White color preview on #827344 background

This text has white color on #827344 background.