COLOR #827255

HEX: #827255 RGB: (130,114,85)

Color info

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

RGB color model

#827255 color RGB value is (130,114,85).

RGB: (130,114,85) (51%, 45%, 33%)

RGB channels and saturation

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

130
114
85

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

Portions of RGB colors in percentages

R + G + B = 130 + 114 + 85 = 329 (100%)
R 130 of 329 ~ 39.51%
G 114 of 329 ~ 34.65%
B 85 of 329 ~ 25.84'%

%39.51
%34.65
%25.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.31%
  • 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
%12.31
%34.62
%49.02

Codes

Color #827255 in popluar color models

82 72 55
RGB 130 114 85
HSL 39° 20.93% 42.16%
HSB/HSV 39° 34.62% 50.98%
CMYK 0.00% 12.31% 34.62%
49.02%

Color #827255 in popluar number systems.

HEX 82 72 55
Decimal 130 114 85
Binary 10000010 1110010 1010101
Octal 202 162 125

Shades and tints

Shades of #827255

#827255
(130,114,85)
#77684E
(119,104,78)
#6C5E47
(108,94,71)
#615440
(97,84,64)
#564A39
(86,74,57)
#4B4032
(75,64,50)
#40362B
(64,54,43)
#352C24
(53,44,36)
#2A221D
(42,34,29)
#1F1816
(31,24,22)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #827255

#827255
(130,114,85)
#8D7E64
(141,126,100)
#988A73
(152,138,115)
#A39682
(163,150,130)
#AEA291
(174,162,145)
#B9AEA0
(185,174,160)
#C4BAAF
(196,186,175)
#CFC6BE
(207,198,190)
#DAD2CD
(218,210,205)
#E5DEDC
(229,222,220)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827255; }

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

This text font color is #827255.

Background Color

.myBgColor { background-color: #827255; }

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

This div background color is #827255.

Border color

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

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

This div border color is #827255.

Opacity

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

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

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

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

This text has shadow with #827255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827255.

Preview

Color preview on black background

This text has color #827255 on black background.


Color preview on white background

This text has color #827255 on white background.


Black color preview on #827255 background

This text has black color on #827255 background.


White color preview on #827255 background

This text has white color on #827255 background.


Related colors

Complementary color

Complementary color for #hex is #7D8DAA.


I love getcolorcode.com

Triadic colors

1 #558272 and #725582 with #827255 are triadic colors.

2 #557282 and #728255 with #827255 are triadic colors.