COLOR #827D59

HEX: #827D59
RGB: (130,125,89)

Color info

#827D59 contains red, green and blue colors in about the same proportion. Web safe color of #827D59 is #996666 (or #966).

RGB color model

#827D59 color RGB value is (130,125,89).

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

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 89 of 255 = 35%

130
125
89

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 89 = 344 (100%)
R 130 of 344 ~ 37.79%
G 125 of 344 ~ 36.34%
B 89 of 344 ~ 25.87%

%37.79
%36.34
%25.87

CMYK color model

#827D59 color CMYK value is (0,4,32,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 31.54%
  • key color value is 49.02%
CMYK:
(0,4,32,49)
C0M4Y32K49 
(0%,4%,32%,49%)
(0.00/0.04/0.32/0.49)	

CMYK percentages

%0
%3.85
%31.54
%49.02

Codes

Color #827D59 in popluar color models

827D59
RGB13012589
HSL53°18.72%42.94%
HSB/HSV53°31.54%50.98%
CMYK0.00%3.85%31.54%
49.02%

Color #827D59 in popluar number systems.

HEX827D59
Decimal13012589
Binary1000001011111011011001
Octal202175131

Shades and tints

Shades of #827D59

#827D59
(130,125,89)
#777251
(119,114,81)
#6C6749
(108,103,73)
#615C41
(97,92,65)
#565139
(86,81,57)
#4B4631
(75,70,49)
#403B29
(64,59,41)
#353021
(53,48,33)
#2A2519
(42,37,25)
#1F1A11
(31,26,17)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #827D59

#827D59
(130,125,89)
#8D8868
(141,136,104)
#989377
(152,147,119)
#A39E86
(163,158,134)
#AEA995
(174,169,149)
#B9B4A4
(185,180,164)
#C4BFB3
(196,191,179)
#CFCAC2
(207,202,194)
#DAD5D1
(218,213,209)
#E5E0E0
(229,224,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D59; }

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

This text font color is #827D59.


Background Color

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

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

This div background color is #827D59.


Border color

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

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

This div border color is #827D59.


Opacity

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

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

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

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

This text has shadow with #827D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D59 on black background.


Color preview on white background

This text has color #827D59 on white background.



Black color preview on #827D59 background

This text has black color on #827D59 background.


White color preview on #827D59 background

This text has white color on #827D59 background.