COLOR #826555

HEX: #826555
RGB: (130,101,85)

Color info

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

RGB color model

#826555 color RGB value is (130,101,85).

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

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 85 of 255 = 33%

130
101
85

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

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 85 = 316 (100%)
R 130 of 316 ~ 41.14%
G 101 of 316 ~ 31.96%
B 85 of 316 ~ 26.9%

%41.14
%31.96
%26.9

CMYK color model

#826555 color CMYK value is (0,22,35,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(0,22,35,49)
C0M22Y35K49 
(0%,22%,35%,49%)
(0.00/0.22/0.35/0.49)	

CMYK percentages

%0
%22.31
%34.62
%49.02

Codes

Color #826555 in popluar color models

826555
RGB13010185
HSL21°20.93%42.16%
HSB/HSV21°34.62%50.98%
CMYK0.00%22.31%34.62%
49.02%

Color #826555 in popluar number systems.

HEX826555
Decimal13010185
Binary1000001011001011010101
Octal202145125

Shades and tints

Shades of #826555

#826555
(130,101,85)
#775C4E
(119,92,78)
#6C5347
(108,83,71)
#614A40
(97,74,64)
#564139
(86,65,57)
#4B3832
(75,56,50)
#402F2B
(64,47,43)
#352624
(53,38,36)
#2A1D1D
(42,29,29)
#1F1416
(31,20,22)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #826555

#826555
(130,101,85)
#8D7364
(141,115,100)
#988173
(152,129,115)
#A38F82
(163,143,130)
#AE9D91
(174,157,145)
#B9ABA0
(185,171,160)
#C4B9AF
(196,185,175)
#CFC7BE
(207,199,190)
#DAD5CD
(218,213,205)
#E5E3DC
(229,227,220)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826555; }

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

This text font color is #826555.


Background Color

.myBgColor { background-color: #826555; }

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

This div background color is #826555.


Border color

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

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

This div border color is #826555.


Opacity

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

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

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

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

This text has shadow with #826555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826555 on black background.


Color preview on white background

This text has color #826555 on white background.



Black color preview on #826555 background

This text has black color on #826555 background.


White color preview on #826555 background

This text has white color on #826555 background.