COLOR #827750

HEX: #827750
RGB: (130,119,80)

Color info

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

RGB color model

#827750 color RGB value is (130,119,80).

  • red value is 130;
  • green value is 119;
  • blue value is 80.
RGB:
(130,119,80)
(51%,47%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 80 of 255 = 31%

130
119
80

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 80 = 329 (100%)
R 130 of 329 ~ 39.51%
G 119 of 329 ~ 36.17%
B 80 of 329 ~ 24.32%

%39.51
%36.17
%24.32

CMYK color model

#827750 color CMYK value is (0,8,38,49).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(0,8,38,49)
C0M8Y38K49 
(0%,8%,38%,49%)
(0.00/0.08/0.38/0.49)	

CMYK percentages

%0
%8.46
%38.46
%49.02

Codes

Color #827750 in popluar color models

827750
RGB13011980
HSL47°23.81%41.18%
HSB/HSV47°38.46%50.98%
CMYK0.00%8.46%38.46%
49.02%

Color #827750 in popluar number systems.

HEX827750
Decimal13011980
Binary1000001011101111010000
Octal202167120

Shades and tints

Shades of #827750

#827750
(130,119,80)
#776D49
(119,109,73)
#6C6342
(108,99,66)
#61593B
(97,89,59)
#564F34
(86,79,52)
#4B452D
(75,69,45)
#403B26
(64,59,38)
#35311F
(53,49,31)
#2A2718
(42,39,24)
#1F1D11
(31,29,17)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #827750

#827750
(130,119,80)
#8D835F
(141,131,95)
#988F6E
(152,143,110)
#A39B7D
(163,155,125)
#AEA78C
(174,167,140)
#B9B39B
(185,179,155)
#C4BFAA
(196,191,170)
#CFCBB9
(207,203,185)
#DAD7C8
(218,215,200)
#E5E3D7
(229,227,215)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827750 color. Also use rgb(130,119,80) instead hex code.

Text Font Color

.myTextColor { color: #827750; }

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

This text font color is #827750.


Background Color

.myBgColor { background-color: #827750; }

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

This div background color is #827750.


Border color

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

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

This div border color is #827750.


Opacity

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

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

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

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

This text has shadow with #827750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827750 on black background.


Color preview on white background

This text has color #827750 on white background.



Black color preview on #827750 background

This text has black color on #827750 background.


White color preview on #827750 background

This text has white color on #827750 background.