COLOR #525028

HEX: #525028
RGB: (82,80,40)

Color info

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

RGB color model

#525028 color RGB value is (82,80,40).

  • red value is 82;
  • green value is 80;
  • blue value is 40.
RGB:
(82,80,40)
(32%,31%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 40 of 255 = 16%

82
80
40

R + G + B ~ 26%. #525028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 40 = 202 (100%)
R 82 of 202 ~ 40.59%
G 80 of 202 ~ 39.6%
B 40 of 202 ~ 19.8%

%40.59
%39.6
%19.8

CMYK color model

#525028 color CMYK value is (0,2,51,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 51.22%
  • key color value is 67.84%
CMYK:
(0,2,51,68)
C0M2Y51K68 
(0%,2%,51%,68%)
(0.00/0.02/0.51/0.68)	

CMYK percentages

%0
%2.44
%51.22
%67.84

Codes

Color #525028 in popluar color models

525028
RGB828040
HSL57°34.43%23.92%
HSB/HSV57°51.22%32.16%
CMYK0.00%2.44%51.22%
67.84%

Color #525028 in popluar number systems.

HEX525028
Decimal828040
Binary10100101010000101000
Octal12212050

Shades and tints

Shades of #525028

#525028
(82,80,40)
#4B4925
(75,73,37)
#444222
(68,66,34)
#3D3B1F
(61,59,31)
#36341C
(54,52,28)
#2F2D19
(47,45,25)
#282616
(40,38,22)
#211F13
(33,31,19)
#1A1810
(26,24,16)
#13110D
(19,17,13)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #525028

#525028
(82,80,40)
#615F3B
(97,95,59)
#706E4E
(112,110,78)
#7F7D61
(127,125,97)
#8E8C74
(142,140,116)
#9D9B87
(157,155,135)
#ACAA9A
(172,170,154)
#BBB9AD
(187,185,173)
#CAC8C0
(202,200,192)
#D9D7D3
(217,215,211)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525028 color. Also use rgb(82,80,40) instead hex code.

Text Font Color

.myTextColor { color: #525028; }

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

This text font color is #525028.


Background Color

.myBgColor { background-color: #525028; }

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

This div background color is #525028.


Border color

.myBorderColor { border: 1px solid #525028; }

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

This div border color is #525028.


Opacity

.myOpacity80 { color: #525028; opacity: 0.8; }

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

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

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

This text has shadow with #525028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525028 on black background.


Color preview on white background

This text has color #525028 on white background.



Black color preview on #525028 background

This text has black color on #525028 background.


White color preview on #525028 background

This text has white color on #525028 background.