COLOR #525D0A

HEX: #525D0A
RGB: (82,93,10)

Color info

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

RGB color model

#525D0A color RGB value is (82,93,10).

  • red value is 82;
  • green value is 93;
  • blue value is 10.
RGB:
(82,93,10)
(32%,36%,4%)

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 10 of 255 = 4%

82
93
10

R + G + B ~ 24%. #525D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 93 + 10 = 185 (100%)
R 82 of 185 ~ 44.32%
G 93 of 185 ~ 50.27%
B 10 of 185 ~ 5.41%

%44.32
%50.27

CMYK color model

#525D0A color CMYK value is (12,0,89,64).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 89.25%
  • key color value is 63.53%
CMYK:
(12,0,89,64)
C12M0Y89K64 
(12%,0%,89%,64%)
(0.12/0.00/0.89/0.64)	

CMYK percentages

%11.83
%0
%89.25
%63.53

Codes

Color #525D0A in popluar color models

525D0A
RGB829310
HSL68°80.58%20.20%
HSB/HSV68°89.25%36.47%
CMYK11.83%0.00%89.25%
63.53%

Color #525D0A in popluar number systems.

HEX525D0A
Decimal829310
Binary101001010111011010
Octal12213512

Shades and tints

Shades of #525D0A

#525D0A
(82,93,10)
#4B550A
(75,85,10)
#444D0A
(68,77,10)
#3D450A
(61,69,10)
#363D0A
(54,61,10)
#2F350A
(47,53,10)
#282D0A
(40,45,10)
#21250A
(33,37,10)
#1A1D0A
(26,29,10)
#13150A
(19,21,10)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #525D0A

#525D0A
(82,93,10)
#616B20
(97,107,32)
#707936
(112,121,54)
#7F874C
(127,135,76)
#8E9562
(142,149,98)
#9DA378
(157,163,120)
#ACB18E
(172,177,142)
#BBBFA4
(187,191,164)
#CACDBA
(202,205,186)
#D9DBD0
(217,219,208)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525D0A color. Also use rgb(82,93,10) instead hex code.

Text Font Color

.myTextColor { color: #525D0A; }

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

This text font color is #525D0A.


Background Color

.myBgColor { background-color: #525D0A; }

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

This div background color is #525D0A.


Border color

.myBorderColor { border: 1px solid #525D0A; }

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

This div border color is #525D0A.


Opacity

.myOpacity80 { color: #525D0A; opacity: 0.8; }

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

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

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

This text has shadow with #525D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525D0A on black background.


Color preview on white background

This text has color #525D0A on white background.



Black color preview on #525D0A background

This text has black color on #525D0A background.


White color preview on #525D0A background

This text has white color on #525D0A background.