COLOR #82915A

HEX: #82915A
RGB: (130,145,90)

Color info

#82915A contains red, green and blue colors in about the same proportion. Web safe color of #82915A is #999966 (or #996).

RGB color model

#82915A color RGB value is (130,145,90).

  • red value is 130;
  • green value is 145;
  • blue value is 90.
RGB:
(130,145,90)
(51%,57%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 90 of 255 = 35%

130
145
90

R + G + B ~ 48%. #82915A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 90 = 365 (100%)
R 130 of 365 ~ 35.62%
G 145 of 365 ~ 39.73%
B 90 of 365 ~ 24.66%

%35.62
%39.73
%24.66

CMYK color model

#82915A color CMYK value is (10,0,38,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 43.14%
CMYK:
(10,0,38,43)
C10M0Y38K43 
(10%,0%,38%,43%)
(0.10/0.00/0.38/0.43)	

CMYK percentages

%10.34
%0
%37.93
%43.14

Codes

Color #82915A in popluar color models

82915A
RGB13014590
HSL76°23.40%46.08%
HSB/HSV76°37.93%56.86%
CMYK10.34%0.00%37.93%
43.14%

Color #82915A in popluar number systems.

HEX82915A
Decimal13014590
Binary10000010100100011011010
Octal202221132

Shades and tints

Shades of #82915A

#82915A
(130,145,90)
#778452
(119,132,82)
#6C774A
(108,119,74)
#616A42
(97,106,66)
#565D3A
(86,93,58)
#4B5032
(75,80,50)
#40432A
(64,67,42)
#353622
(53,54,34)
#2A291A
(42,41,26)
#1F1C12
(31,28,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #82915A

#82915A
(130,145,90)
#8D9B69
(141,155,105)
#98A578
(152,165,120)
#A3AF87
(163,175,135)
#AEB996
(174,185,150)
#B9C3A5
(185,195,165)
#C4CDB4
(196,205,180)
#CFD7C3
(207,215,195)
#DAE1D2
(218,225,210)
#E5EBE1
(229,235,225)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82915A color. Also use rgb(130,145,90) instead hex code.

Text Font Color

.myTextColor { color: #82915A; }

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

This text font color is #82915A.


Background Color

.myBgColor { background-color: #82915A; }

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

This div background color is #82915A.


Border color

.myBorderColor { border: 1px solid #82915A; }

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

This div border color is #82915A.


Opacity

.myOpacity80 { color: #82915A; opacity: 0.8; }

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

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

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

This text has shadow with #82915A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82915A on black background.


Color preview on white background

This text has color #82915A on white background.



Black color preview on #82915A background

This text has black color on #82915A background.


White color preview on #82915A background

This text has white color on #82915A background.