COLOR #52682A

HEX: #52682A
RGB: (82,104,42)

Color info

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

RGB color model

#52682A color RGB value is (82,104,42).

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

RGB channels and saturation

R 82 of 255 = 32%
G 104 of 255 = 41%
B 42 of 255 = 16%

82
104
42

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

Portions of RGB colors in percentages

R + G + B =
82 + 104 + 42 = 228 (100%)
R 82 of 228 ~ 35.96%
G 104 of 228 ~ 45.61%
B 42 of 228 ~ 18.42%

%35.96
%45.61
%18.42

CMYK color model

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

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 59.62%
  • key color value is 59.22%
CMYK:
(21,0,60,59)
C21M0Y60K59 
(21%,0%,60%,59%)
(0.21/0.00/0.60/0.59)	

CMYK percentages

%21.15
%0
%59.62
%59.22

Codes

Color #52682A in popluar color models

52682A
RGB8210442
HSL81°42.47%28.63%
HSB/HSV81°59.62%40.78%
CMYK21.15%0.00%59.62%
59.22%

Color #52682A in popluar number systems.

HEX52682A
Decimal8210442
Binary10100101101000101010
Octal12215052

Shades and tints

Shades of #52682A

#52682A
(82,104,42)
#4B5F27
(75,95,39)
#445624
(68,86,36)
#3D4D21
(61,77,33)
#36441E
(54,68,30)
#2F3B1B
(47,59,27)
#283218
(40,50,24)
#212915
(33,41,21)
#1A2012
(26,32,18)
#13170F
(19,23,15)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #52682A

#52682A
(82,104,42)
#61753D
(97,117,61)
#708250
(112,130,80)
#7F8F63
(127,143,99)
#8E9C76
(142,156,118)
#9DA989
(157,169,137)
#ACB69C
(172,182,156)
#BBC3AF
(187,195,175)
#CAD0C2
(202,208,194)
#D9DDD5
(217,221,213)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52682A; }

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

This text font color is #52682A.


Background Color

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

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

This div background color is #52682A.


Border color

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

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

This div border color is #52682A.


Opacity

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

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

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

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

This text has shadow with #52682A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52682A on black background.


Color preview on white background

This text has color #52682A on white background.



Black color preview on #52682A background

This text has black color on #52682A background.


White color preview on #52682A background

This text has white color on #52682A background.