COLOR #82614E

HEX: #82614E
RGB: (130,97,78)

Color info

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

RGB color model

#82614E color RGB value is (130,97,78).

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

RGB channels and saturation

R 130 of 255 = 51%
G 97 of 255 = 38%
B 78 of 255 = 31%

130
97
78

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

Portions of RGB colors in percentages

R + G + B =
130 + 97 + 78 = 305 (100%)
R 130 of 305 ~ 42.62%
G 97 of 305 ~ 31.8%
B 78 of 305 ~ 25.57%

%42.62
%31.8
%25.57

CMYK color model

#82614E color CMYK value is (0,25,40,49).

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(0,25,40,49)
C0M25Y40K49 
(0%,25%,40%,49%)
(0.00/0.25/0.40/0.49)	

CMYK percentages

%0
%25.38
%40
%49.02

Codes

Color #82614E in popluar color models

82614E
RGB1309778
HSL22°25.00%40.78%
HSB/HSV22°40.00%50.98%
CMYK0.00%25.38%40.00%
49.02%

Color #82614E in popluar number systems.

HEX82614E
Decimal1309778
Binary1000001011000011001110
Octal202141116

Shades and tints

Shades of #82614E

#82614E
(130,97,78)
#775947
(119,89,71)
#6C5140
(108,81,64)
#614939
(97,73,57)
#564132
(86,65,50)
#4B392B
(75,57,43)
#403124
(64,49,36)
#35291D
(53,41,29)
#2A2116
(42,33,22)
#1F190F
(31,25,15)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #82614E

#82614E
(130,97,78)
#8D6F5E
(141,111,94)
#987D6E
(152,125,110)
#A38B7E
(163,139,126)
#AE998E
(174,153,142)
#B9A79E
(185,167,158)
#C4B5AE
(196,181,174)
#CFC3BE
(207,195,190)
#DAD1CE
(218,209,206)
#E5DFDE
(229,223,222)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82614E; }

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

This text font color is #82614E.


Background Color

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

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

This div background color is #82614E.


Border color

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

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

This div border color is #82614E.


Opacity

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

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

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

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

This text has shadow with #82614E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82614E on black background.


Color preview on white background

This text has color #82614E on white background.



Black color preview on #82614E background

This text has black color on #82614E background.


White color preview on #82614E background

This text has white color on #82614E background.