COLOR #82674E

HEX: #82674E
RGB: (130,103,78)

Color info

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

RGB color model

#82674E color RGB value is (130,103,78).

  • red value is 130;
  • green value is 103;
  • blue value is 78.
RGB:
(130,103,78)
(51%,40%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 78 of 255 = 31%

130
103
78

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

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 78 = 311 (100%)
R 130 of 311 ~ 41.8%
G 103 of 311 ~ 33.12%
B 78 of 311 ~ 25.08%

%41.8
%33.12
%25.08

CMYK color model

#82674E color CMYK value is (0,21,40,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(0,21,40,49)
C0M21Y40K49 
(0%,21%,40%,49%)
(0.00/0.21/0.40/0.49)	

CMYK percentages

%0
%20.77
%40
%49.02

Codes

Color #82674E in popluar color models

82674E
RGB13010378
HSL29°25.00%40.78%
HSB/HSV29°40.00%50.98%
CMYK0.00%20.77%40.00%
49.02%

Color #82674E in popluar number systems.

HEX82674E
Decimal13010378
Binary1000001011001111001110
Octal202147116

Shades and tints

Shades of #82674E

#82674E
(130,103,78)
#775E47
(119,94,71)
#6C5540
(108,85,64)
#614C39
(97,76,57)
#564332
(86,67,50)
#4B3A2B
(75,58,43)
#403124
(64,49,36)
#35281D
(53,40,29)
#2A1F16
(42,31,22)
#1F160F
(31,22,15)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #82674E

#82674E
(130,103,78)
#8D745E
(141,116,94)
#98816E
(152,129,110)
#A38E7E
(163,142,126)
#AE9B8E
(174,155,142)
#B9A89E
(185,168,158)
#C4B5AE
(196,181,174)
#CFC2BE
(207,194,190)
#DACFCE
(218,207,206)
#E5DCDE
(229,220,222)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82674E color. Also use rgb(130,103,78) instead hex code.

Text Font Color

.myTextColor { color: #82674E; }

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

This text font color is #82674E.


Background Color

.myBgColor { background-color: #82674E; }

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

This div background color is #82674E.


Border color

.myBorderColor { border: 1px solid #82674E; }

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

This div border color is #82674E.


Opacity

.myOpacity80 { color: #82674E; opacity: 0.8; }

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

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

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

This text has shadow with #82674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82674E on black background.


Color preview on white background

This text has color #82674E on white background.



Black color preview on #82674E background

This text has black color on #82674E background.


White color preview on #82674E background

This text has white color on #82674E background.