COLOR #525502

HEX: #525502
RGB: (82,85,2)

Color info

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

RGB color model

#525502 color RGB value is (82,85,2).

  • red value is 82;
  • green value is 85;
  • blue value is 2.
RGB:
(82,85,2)
(32%,33%,1%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 2 of 255 = 1%

82
85
2

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 2 = 169 (100%)
R 82 of 169 ~ 48.52%
G 85 of 169 ~ 50.3%
B 2 of 169 ~ 1.18%

%48.52
%50.3

CMYK color model

#525502 color CMYK value is (4,0,98,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 97.65%
  • key color value is 66.67%
CMYK:
(4,0,98,67)
C4M0Y98K67 
(4%,0%,98%,67%)
(0.04/0.00/0.98/0.67)	

CMYK percentages

%3.53
%0
%97.65
%66.67

Codes

Color #525502 in popluar color models

525502
RGB82852
HSL62°95.40%17.06%
HSB/HSV62°97.65%33.33%
CMYK3.53%0.00%97.65%
66.67%

Color #525502 in popluar number systems.

HEX525502
Decimal82852
Binary1010010101010110
Octal1221252

Shades and tints

Shades of #525502

#525502
(82,85,2)
#4B4E02
(75,78,2)
#444702
(68,71,2)
#3D4002
(61,64,2)
#363902
(54,57,2)
#2F3202
(47,50,2)
#282B02
(40,43,2)
#212402
(33,36,2)
#1A1D02
(26,29,2)
#131602
(19,22,2)
#0C0F02
(12,15,2)
#000000
(0,0,0)

Tints of #525502

#525502
(82,85,2)
#616419
(97,100,25)
#707330
(112,115,48)
#7F8247
(127,130,71)
#8E915E
(142,145,94)
#9DA075
(157,160,117)
#ACAF8C
(172,175,140)
#BBBEA3
(187,190,163)
#CACDBA
(202,205,186)
#D9DCD1
(217,220,209)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525502 color. Also use rgb(82,85,2) instead hex code.

Text Font Color

.myTextColor { color: #525502; }

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

This text font color is #525502.


Background Color

.myBgColor { background-color: #525502; }

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

This div background color is #525502.


Border color

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

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

This div border color is #525502.


Opacity

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

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

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

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

This text has shadow with #525502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525502 on black background.


Color preview on white background

This text has color #525502 on white background.



Black color preview on #525502 background

This text has black color on #525502 background.


White color preview on #525502 background

This text has white color on #525502 background.