COLOR #827C54

HEX: #827C54 RGB: (130,124,84)

Color info

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

RGB color model

#827C54 color RGB value is (130,124,84).

RGB: (130,124,84) (51%, 49%, 33%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 84 of 255 = 33%

130
124
84

R + G + B ~ 44%. #827C54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 124 + 84 = 338 (100%)
R 130 of 338 ~ 38.46%
G 124 of 338 ~ 36.69%
B 84 of 338 ~ 24.85'%

%38.46
%36.69
%24.85

CMYK color model

#827C54 color CMYK value is (0,5,35,49).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 35.38%
  • key color value is 49.02%

CMYK: (0,5,35,49)
C0M5Y35K49 (0%, 5%, 35%, 49%)
(0.00 / 0.05 / 0.35 / 0.49)

CMYK percentages

%0
%4.62
%35.38
%49.02

Codes

Color #827C54 in popluar color models

82 7C 54
RGB 130 124 84
HSL 52° 21.50% 41.96%
HSB/HSV 52° 35.38% 50.98%
CMYK 0.00% 4.62% 35.38%
49.02%

Color #827C54 in popluar number systems.

HEX 82 7C 54
Decimal 130 124 84
Binary 10000010 1111100 1010100
Octal 202 174 124

Shades and tints

Shades of #827C54

#827C54
(130,124,84)
#77714D
(119,113,77)
#6C6646
(108,102,70)
#615B3F
(97,91,63)
#565038
(86,80,56)
#4B4531
(75,69,49)
#403A2A
(64,58,42)
#352F23
(53,47,35)
#2A241C
(42,36,28)
#1F1915
(31,25,21)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #827C54

#827C54
(130,124,84)
#8D8763
(141,135,99)
#989272
(152,146,114)
#A39D81
(163,157,129)
#AEA890
(174,168,144)
#B9B39F
(185,179,159)
#C4BEAE
(196,190,174)
#CFC9BD
(207,201,189)
#DAD4CC
(218,212,204)
#E5DFDB
(229,223,219)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C54 color. Also use rgb(130,124,84) instead hex code.

Text Font Color

.myTextColor { color: #827C54; }

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

This text font color is #827C54.

Background Color

.myBgColor { background-color: #827C54; }

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

This div background color is #827C54.

Border color

.myBorderColor { border: 1px solid #827C54; }

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

This div border color is #827C54.

Opacity

.myOpacity80 { color: #827C54; opacity: 0.8; }

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

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

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

This text has shadow with #827C54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827C54.

Preview

Color preview on black background

This text has color #827C54 on black background.


Color preview on white background

This text has color #827C54 on white background.


Black color preview on #827C54 background

This text has black color on #827C54 background.


White color preview on #827C54 background

This text has white color on #827C54 background.


Related colors

Complementary color

Complementary color for #hex is #7D83AB.


I love getcolorcode.com

Triadic colors

1 #54827C and #7C5482 with #827C54 are triadic colors.

2 #547C82 and #7C8254 with #827C54 are triadic colors.