COLOR #827052

HEX: #827052
RGB: (130,112,82)

Color info

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

RGB color model

#827052 color RGB value is (130,112,82).

  • red value is 130;
  • green value is 112;
  • blue value is 82.
RGB:
(130,112,82)
(51%,44%,32%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 82 of 255 = 32%

130
112
82

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 82 = 324 (100%)
R 130 of 324 ~ 40.12%
G 112 of 324 ~ 34.57%
B 82 of 324 ~ 25.31%

%40.12
%34.57
%25.31

CMYK color model

#827052 color CMYK value is (0,14,37,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 36.92%
  • key color value is 49.02%
CMYK:
(0,14,37,49)
C0M14Y37K49 
(0%,14%,37%,49%)
(0.00/0.14/0.37/0.49)	

CMYK percentages

%0
%13.85
%36.92
%49.02

Codes

Color #827052 in popluar color models

827052
RGB13011282
HSL38°22.64%41.57%
HSB/HSV38°36.92%50.98%
CMYK0.00%13.85%36.92%
49.02%

Color #827052 in popluar number systems.

HEX827052
Decimal13011282
Binary1000001011100001010010
Octal202160122

Shades and tints

Shades of #827052

#827052
(130,112,82)
#77664B
(119,102,75)
#6C5C44
(108,92,68)
#61523D
(97,82,61)
#564836
(86,72,54)
#4B3E2F
(75,62,47)
#403428
(64,52,40)
#352A21
(53,42,33)
#2A201A
(42,32,26)
#1F1613
(31,22,19)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #827052

#827052
(130,112,82)
#8D7D61
(141,125,97)
#988A70
(152,138,112)
#A3977F
(163,151,127)
#AEA48E
(174,164,142)
#B9B19D
(185,177,157)
#C4BEAC
(196,190,172)
#CFCBBB
(207,203,187)
#DAD8CA
(218,216,202)
#E5E5D9
(229,229,217)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827052 color. Also use rgb(130,112,82) instead hex code.

Text Font Color

.myTextColor { color: #827052; }

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

This text font color is #827052.


Background Color

.myBgColor { background-color: #827052; }

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

This div background color is #827052.


Border color

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

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

This div border color is #827052.


Opacity

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

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

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

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

This text has shadow with #827052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827052 on black background.


Color preview on white background

This text has color #827052 on white background.



Black color preview on #827052 background

This text has black color on #827052 background.


White color preview on #827052 background

This text has white color on #827052 background.