COLOR #827353

HEX: #827353
RGB: (130,115,83)

Color info

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

RGB color model

#827353 color RGB value is (130,115,83).

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

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 83 of 255 = 33%

130
115
83

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

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 83 = 328 (100%)
R 130 of 328 ~ 39.63%
G 115 of 328 ~ 35.06%
B 83 of 328 ~ 25.3%

%39.63
%35.06
%25.3

CMYK color model

#827353 color CMYK value is (0,12,36,49).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 36.15%
  • key color value is 49.02%
CMYK:
(0,12,36,49)
C0M12Y36K49 
(0%,12%,36%,49%)
(0.00/0.12/0.36/0.49)	

CMYK percentages

%0
%11.54
%36.15
%49.02

Codes

Color #827353 in popluar color models

827353
RGB13011583
HSL41°22.07%41.76%
HSB/HSV41°36.15%50.98%
CMYK0.00%11.54%36.15%
49.02%

Color #827353 in popluar number systems.

HEX827353
Decimal13011583
Binary1000001011100111010011
Octal202163123

Shades and tints

Shades of #827353

#827353
(130,115,83)
#77694C
(119,105,76)
#6C5F45
(108,95,69)
#61553E
(97,85,62)
#564B37
(86,75,55)
#4B4130
(75,65,48)
#403729
(64,55,41)
#352D22
(53,45,34)
#2A231B
(42,35,27)
#1F1914
(31,25,20)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #827353

#827353
(130,115,83)
#8D7F62
(141,127,98)
#988B71
(152,139,113)
#A39780
(163,151,128)
#AEA38F
(174,163,143)
#B9AF9E
(185,175,158)
#C4BBAD
(196,187,173)
#CFC7BC
(207,199,188)
#DAD3CB
(218,211,203)
#E5DFDA
(229,223,218)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827353; }

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

This text font color is #827353.


Background Color

.myBgColor { background-color: #827353; }

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

This div background color is #827353.


Border color

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

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

This div border color is #827353.


Opacity

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

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

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

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

This text has shadow with #827353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827353 on black background.


Color preview on white background

This text has color #827353 on white background.



Black color preview on #827353 background

This text has black color on #827353 background.


White color preview on #827353 background

This text has white color on #827353 background.