COLOR #82754B

HEX: #82754B
RGB: (130,117,75)

Color info

#82754B contains red, green and blue colors in about the same proportion. Web safe color of #82754B is #996633 (or #963).

RGB color model

#82754B color RGB value is (130,117,75).

  • red value is 130;
  • green value is 117;
  • blue value is 75.
RGB:
(130,117,75)
(51%,46%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 117 of 255 = 46%
B 75 of 255 = 29%

130
117
75

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

Portions of RGB colors in percentages

R + G + B =
130 + 117 + 75 = 322 (100%)
R 130 of 322 ~ 40.37%
G 117 of 322 ~ 36.34%
B 75 of 322 ~ 23.29%

%40.37
%36.34
%23.29

CMYK color model

#82754B color CMYK value is (0,10,42,49).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(0,10,42,49)
C0M10Y42K49 
(0%,10%,42%,49%)
(0.00/0.10/0.42/0.49)	

CMYK percentages

%0
%10
%42.31
%49.02

Codes

Color #82754B in popluar color models

82754B
RGB13011775
HSL46°26.83%40.20%
HSB/HSV46°42.31%50.98%
CMYK0.00%10.00%42.31%
49.02%

Color #82754B in popluar number systems.

HEX82754B
Decimal13011775
Binary1000001011101011001011
Octal202165113

Shades and tints

Shades of #82754B

#82754B
(130,117,75)
#776B45
(119,107,69)
#6C613F
(108,97,63)
#615739
(97,87,57)
#564D33
(86,77,51)
#4B432D
(75,67,45)
#403927
(64,57,39)
#352F21
(53,47,33)
#2A251B
(42,37,27)
#1F1B15
(31,27,21)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #82754B

#82754B
(130,117,75)
#8D815B
(141,129,91)
#988D6B
(152,141,107)
#A3997B
(163,153,123)
#AEA58B
(174,165,139)
#B9B19B
(185,177,155)
#C4BDAB
(196,189,171)
#CFC9BB
(207,201,187)
#DAD5CB
(218,213,203)
#E5E1DB
(229,225,219)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82754B color. Also use rgb(130,117,75) instead hex code.

Text Font Color

.myTextColor { color: #82754B; }

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

This text font color is #82754B.


Background Color

.myBgColor { background-color: #82754B; }

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

This div background color is #82754B.


Border color

.myBorderColor { border: 1px solid #82754B; }

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

This div border color is #82754B.


Opacity

.myOpacity80 { color: #82754B; opacity: 0.8; }

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

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

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

This text has shadow with #82754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82754B on black background.


Color preview on white background

This text has color #82754B on white background.



Black color preview on #82754B background

This text has black color on #82754B background.


White color preview on #82754B background

This text has white color on #82754B background.