COLOR #52582E

HEX: #52582E
RGB: (82,88,46)

Color info

#52582E contains red, green and blue colors in about the same proportion. Web safe color of #52582E is #666633 (or #663).

RGB color model

#52582E color RGB value is (82,88,46).

  • red value is 82;
  • green value is 88;
  • blue value is 46.
RGB:
(82,88,46)
(32%,35%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 46 of 255 = 18%

82
88
46

R + G + B ~ 28%. #52582E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 46 = 216 (100%)
R 82 of 216 ~ 37.96%
G 88 of 216 ~ 40.74%
B 46 of 216 ~ 21.3%

%37.96
%40.74
%21.3

CMYK color model

#52582E color CMYK value is (7,0,48,65).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(7,0,48,65)
C7M0Y48K65 
(7%,0%,48%,65%)
(0.07/0.00/0.48/0.65)	

CMYK percentages

%6.82
%0
%47.73
%65.49

Codes

Color #52582E in popluar color models

52582E
RGB828846
HSL69°31.34%26.27%
HSB/HSV69°47.73%34.51%
CMYK6.82%0.00%47.73%
65.49%

Color #52582E in popluar number systems.

HEX52582E
Decimal828846
Binary10100101011000101110
Octal12213056

Shades and tints

Shades of #52582E

#52582E
(82,88,46)
#4B502A
(75,80,42)
#444826
(68,72,38)
#3D4022
(61,64,34)
#36381E
(54,56,30)
#2F301A
(47,48,26)
#282816
(40,40,22)
#212012
(33,32,18)
#1A180E
(26,24,14)
#13100A
(19,16,10)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #52582E

#52582E
(82,88,46)
#616741
(97,103,65)
#707654
(112,118,84)
#7F8567
(127,133,103)
#8E947A
(142,148,122)
#9DA38D
(157,163,141)
#ACB2A0
(172,178,160)
#BBC1B3
(187,193,179)
#CAD0C6
(202,208,198)
#D9DFD9
(217,223,217)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52582E color. Also use rgb(82,88,46) instead hex code.

Text Font Color

.myTextColor { color: #52582E; }

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

This text font color is #52582E.


Background Color

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

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

This div background color is #52582E.


Border color

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

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

This div border color is #52582E.


Opacity

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

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

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

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

This text has shadow with #52582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52582E on black background.


Color preview on white background

This text has color #52582E on white background.



Black color preview on #52582E background

This text has black color on #52582E background.


White color preview on #52582E background

This text has white color on #52582E background.