COLOR #827837

HEX: #827837
RGB: (130,120,55)

Color info

#827837 contains mainly red and green colors. Web safe color of #827837 is #996633 (or #963).

RGB color model

#827837 color RGB value is (130,120,55).

  • red value is 130;
  • green value is 120;
  • blue value is 55.
RGB: (130,120,55) (51%,47%,22%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 55 of 255 = 22%

130
120
55

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 55 = 305 (100%)
R 130 of 305 ~ 42.62%
G 120 of 305 ~ 39.34%
B 55 of 305 ~ 18.03%

%42.62
%39.34
%18.03

CMYK color model

#827837 color CMYK value is (0,8,58,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 57.69%
  • key color value is 49.02%
CMYK: (0,8,58,49) C0M8Y58K49 (0%,8%,58%,49%) (0.00/0.08/0.58/0.49)

CMYK percentages

%0
%7.69
%57.69
%49.02

Codes

Color #827837 in popluar color models

827837
RGB13012055
HSL52°40.54%36.27%
HSB/HSV52°57.69%50.98%
CMYK0.00%7.69%57.69%
49.02%

Color #827837 in popluar number systems.

HEX827837
Decimal13012055
Binary100000101111000110111
Octal20217067

Shades and tints

Shades of #827837

#827837
(130,120,55)
#776E32
(119,110,50)
#6C642D
(108,100,45)
#615A28
(97,90,40)
#565023
(86,80,35)
#4B461E
(75,70,30)
#403C19
(64,60,25)
#353214
(53,50,20)
#2A280F
(42,40,15)
#1F1E0A
(31,30,10)
#141405
(20,20,5)
#000000
(0,0,0)

Tints of #827837

#827837
(130,120,55)
#8D8449
(141,132,73)
#98905B
(152,144,91)
#A39C6D
(163,156,109)
#AEA87F
(174,168,127)
#B9B491
(185,180,145)
#C4C0A3
(196,192,163)
#CFCCB5
(207,204,181)
#DAD8C7
(218,216,199)
#E5E4D9
(229,228,217)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827837 color. Also use rgb(130,120,55) instead hex code.

Text Font Color

.myTextColor { color: #827837; }

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

This text font color is #827837.


Background Color

.myBgColor { background-color: #827837; }

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

This div background color is #827837.


Border color

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

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

This div border color is #827837.


Opacity

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

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

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

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

This text has shadow with #827837 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #827837 on black background.


Color preview on white background

This text has color #827837 on white background.



Black color preview on #827837 background

This text has black color on #827837 background.


White color preview on #827837 background

This text has white color on #827837 background.