COLOR #52682B

HEX: #52682B
RGB: (82,104,43)

Color info

#52682B contains mainly red and green colors. Web safe color of #52682B is #666633 (or #663).

RGB color model

#52682B color RGB value is (82,104,43).

  • red value is 82;
  • green value is 104;
  • blue value is 43.
RGB:
(82,104,43)
(32%,41%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 104 of 255 = 41%
B 43 of 255 = 17%

82
104
43

R + G + B ~ 30%. #52682B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 104 + 43 = 229 (100%)
R 82 of 229 ~ 35.81%
G 104 of 229 ~ 45.41%
B 43 of 229 ~ 18.78%

%35.81
%45.41
%18.78

CMYK color model

#52682B color CMYK value is (21,0,59,59).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 58.65%
  • key color value is 59.22%
CMYK:
(21,0,59,59)
C21M0Y59K59 
(21%,0%,59%,59%)
(0.21/0.00/0.59/0.59)	

CMYK percentages

%21.15
%0
%58.65
%59.22

Codes

Color #52682B in popluar color models

52682B
RGB8210443
HSL82°41.50%28.82%
HSB/HSV82°58.65%40.78%
CMYK21.15%0.00%58.65%
59.22%

Color #52682B in popluar number systems.

HEX52682B
Decimal8210443
Binary10100101101000101011
Octal12215053

Shades and tints

Shades of #52682B

#52682B
(82,104,43)
#4B5F28
(75,95,40)
#445625
(68,86,37)
#3D4D22
(61,77,34)
#36441F
(54,68,31)
#2F3B1C
(47,59,28)
#283219
(40,50,25)
#212916
(33,41,22)
#1A2013
(26,32,19)
#131710
(19,23,16)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #52682B

#52682B
(82,104,43)
#61753E
(97,117,62)
#708251
(112,130,81)
#7F8F64
(127,143,100)
#8E9C77
(142,156,119)
#9DA98A
(157,169,138)
#ACB69D
(172,182,157)
#BBC3B0
(187,195,176)
#CAD0C3
(202,208,195)
#D9DDD6
(217,221,214)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52682B color. Also use rgb(82,104,43) instead hex code.

Text Font Color

.myTextColor { color: #52682B; }

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

This text font color is #52682B.


Background Color

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

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

This div background color is #52682B.


Border color

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

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

This div border color is #52682B.


Opacity

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

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

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

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

This text has shadow with #52682B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52682B on black background.


Color preview on white background

This text has color #52682B on white background.



Black color preview on #52682B background

This text has black color on #52682B background.


White color preview on #52682B background

This text has white color on #52682B background.