COLOR #525400

HEX: #525400
RGB: (82,84,0)

Color info

#525400 contains only red and green colors. Web safe color of #525400 is #666600 (or #660).

RGB color model

#525400 color RGB value is (82,84,0).

  • red value is 82;
  • green value is 84;
  • blue value is 0.
RGB:
(82,84,0)
(32%,33%,0%)

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 0 of 255 = 0%

82
84
0

R + G + B ~ 22%. #525400 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 0 = 166 (100%)
R 82 of 166 ~ 49.4%
G 84 of 166 ~ 50.6%
B 0 of 166 ~ 0%

%49.4
%50.6

CMYK color model

#525400 color CMYK value is (2,0,100,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 67.06%
CMYK:
(2,0,100,67)
C2M0Y100K67 
(2%,0%,100%,67%)
(0.02/0.00/1.00/0.67)	

CMYK percentages

%2.38
%0
%100
%67.06

Codes

Color #525400 in popluar color models

525400
RGB82840
HSL61°100.00%16.47%
HSB/HSV61°100.00%32.94%
CMYK2.38%0.00%100.00%
67.06%

Color #525400 in popluar number systems.

HEX525400
Decimal82840
Binary101001010101000
Octal1221240

Shades and tints

Shades of #525400

#525400
(82,84,0)
#4B4D00
(75,77,0)
#444600
(68,70,0)
#3D3F00
(61,63,0)
#363800
(54,56,0)
#2F3100
(47,49,0)
#282A00
(40,42,0)
#212300
(33,35,0)
#1A1C00
(26,28,0)
#131500
(19,21,0)
#0C0E00
(12,14,0)
#000000
(0,0,0)

Tints of #525400

#525400
(82,84,0)
#616317
(97,99,23)
#70722E
(112,114,46)
#7F8145
(127,129,69)
#8E905C
(142,144,92)
#9D9F73
(157,159,115)
#ACAE8A
(172,174,138)
#BBBDA1
(187,189,161)
#CACCB8
(202,204,184)
#D9DBCF
(217,219,207)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525400 color. Also use rgb(82,84,0) instead hex code.

Text Font Color

.myTextColor { color: #525400; }

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

This text font color is #525400.


Background Color

.myBgColor { background-color: #525400; }

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

This div background color is #525400.


Border color

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

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

This div border color is #525400.


Opacity

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

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

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

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

This text has shadow with #525400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525400 on black background.


Color preview on white background

This text has color #525400 on white background.



Black color preview on #525400 background

This text has black color on #525400 background.


White color preview on #525400 background

This text has white color on #525400 background.