COLOR #827355

HEX: #827355
RGB: (130,115,85)

Color info

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

RGB color model

#827355 color RGB value is (130,115,85).

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

RGB channels and saturation

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

130
115
85

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

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 85 = 330 (100%)
R 130 of 330 ~ 39.39%
G 115 of 330 ~ 34.85%
B 85 of 330 ~ 25.76%

%39.39
%34.85
%25.76

CMYK color model

#827355 color CMYK value is (0,12,35,49).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(0,12,35,49)
C0M12Y35K49 
(0%,12%,35%,49%)
(0.00/0.12/0.35/0.49)	

CMYK percentages

%0
%11.54
%34.62
%49.02

Codes

Color #827355 in popluar color models

827355
RGB13011585
HSL40°20.93%42.16%
HSB/HSV40°34.62%50.98%
CMYK0.00%11.54%34.62%
49.02%

Color #827355 in popluar number systems.

HEX827355
Decimal13011585
Binary1000001011100111010101
Octal202163125

Shades and tints

Shades of #827355

#827355
(130,115,85)
#77694E
(119,105,78)
#6C5F47
(108,95,71)
#615540
(97,85,64)
#564B39
(86,75,57)
#4B4132
(75,65,50)
#40372B
(64,55,43)
#352D24
(53,45,36)
#2A231D
(42,35,29)
#1F1916
(31,25,22)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #827355

#827355
(130,115,85)
#8D7F64
(141,127,100)
#988B73
(152,139,115)
#A39782
(163,151,130)
#AEA391
(174,163,145)
#B9AFA0
(185,175,160)
#C4BBAF
(196,187,175)
#CFC7BE
(207,199,190)
#DAD3CD
(218,211,205)
#E5DFDC
(229,223,220)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827355; }

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

This text font color is #827355.


Background Color

.myBgColor { background-color: #827355; }

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

This div background color is #827355.


Border color

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

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

This div border color is #827355.


Opacity

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

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

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

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

This text has shadow with #827355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827355 on black background.


Color preview on white background

This text has color #827355 on white background.



Black color preview on #827355 background

This text has black color on #827355 background.


White color preview on #827355 background

This text has white color on #827355 background.