COLOR #827D57

HEX: #827D57
RGB: (130,125,87)

Color info

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

RGB color model

#827D57 color RGB value is (130,125,87).

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

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 87 of 255 = 34%

130
125
87

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 87 = 342 (100%)
R 130 of 342 ~ 38.01%
G 125 of 342 ~ 36.55%
B 87 of 342 ~ 25.44%

%38.01
%36.55
%25.44

CMYK color model

#827D57 color CMYK value is (0,4,33,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 33.08%
  • key color value is 49.02%
CMYK:
(0,4,33,49)
C0M4Y33K49 
(0%,4%,33%,49%)
(0.00/0.04/0.33/0.49)	

CMYK percentages

%0
%3.85
%33.08
%49.02

Codes

Color #827D57 in popluar color models

827D57
RGB13012587
HSL53°19.82%42.55%
HSB/HSV53°33.08%50.98%
CMYK0.00%3.85%33.08%
49.02%

Color #827D57 in popluar number systems.

HEX827D57
Decimal13012587
Binary1000001011111011010111
Octal202175127

Shades and tints

Shades of #827D57

#827D57
(130,125,87)
#777250
(119,114,80)
#6C6749
(108,103,73)
#615C42
(97,92,66)
#56513B
(86,81,59)
#4B4634
(75,70,52)
#403B2D
(64,59,45)
#353026
(53,48,38)
#2A251F
(42,37,31)
#1F1A18
(31,26,24)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #827D57

#827D57
(130,125,87)
#8D8866
(141,136,102)
#989375
(152,147,117)
#A39E84
(163,158,132)
#AEA993
(174,169,147)
#B9B4A2
(185,180,162)
#C4BFB1
(196,191,177)
#CFCAC0
(207,202,192)
#DAD5CF
(218,213,207)
#E5E0DE
(229,224,222)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D57; }

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

This text font color is #827D57.


Background Color

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

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

This div background color is #827D57.


Border color

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

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

This div border color is #827D57.


Opacity

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

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

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

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

This text has shadow with #827D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D57 on black background.


Color preview on white background

This text has color #827D57 on white background.



Black color preview on #827D57 background

This text has black color on #827D57 background.


White color preview on #827D57 background

This text has white color on #827D57 background.