COLOR #525A14

HEX: #525A14
RGB: (82,90,20)

Color info

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

RGB color model

#525A14 color RGB value is (82,90,20).

  • red value is 82;
  • green value is 90;
  • blue value is 20.
RGB:
(82,90,20)
(32%,35%,8%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 20 of 255 = 8%

82
90
20

R + G + B ~ 25%. #525A14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 20 = 192 (100%)
R 82 of 192 ~ 42.71%
G 90 of 192 ~ 46.88%
B 20 of 192 ~ 10.42%

%42.71
%46.88
%10.42

CMYK color model

#525A14 color CMYK value is (9,0,78,65).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 64.71%
CMYK:
(9,0,78,65)
C9M0Y78K65 
(9%,0%,78%,65%)
(0.09/0.00/0.78/0.65)	

CMYK percentages

%8.89
%0
%77.78
%64.71

Codes

Color #525A14 in popluar color models

525A14
RGB829020
HSL67°63.64%21.57%
HSB/HSV67°77.78%35.29%
CMYK8.89%0.00%77.78%
64.71%

Color #525A14 in popluar number systems.

HEX525A14
Decimal829020
Binary1010010101101010100
Octal12213224

Shades and tints

Shades of #525A14

#525A14
(82,90,20)
#4B5213
(75,82,19)
#444A12
(68,74,18)
#3D4211
(61,66,17)
#363A10
(54,58,16)
#2F320F
(47,50,15)
#282A0E
(40,42,14)
#21220D
(33,34,13)
#1A1A0C
(26,26,12)
#13120B
(19,18,11)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #525A14

#525A14
(82,90,20)
#616929
(97,105,41)
#70783E
(112,120,62)
#7F8753
(127,135,83)
#8E9668
(142,150,104)
#9DA57D
(157,165,125)
#ACB492
(172,180,146)
#BBC3A7
(187,195,167)
#CAD2BC
(202,210,188)
#D9E1D1
(217,225,209)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525A14 color. Also use rgb(82,90,20) instead hex code.

Text Font Color

.myTextColor { color: #525A14; }

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

This text font color is #525A14.


Background Color

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

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

This div background color is #525A14.


Border color

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

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

This div border color is #525A14.


Opacity

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

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

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

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

This text has shadow with #525A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A14 on black background.


Color preview on white background

This text has color #525A14 on white background.



Black color preview on #525A14 background

This text has black color on #525A14 background.


White color preview on #525A14 background

This text has white color on #525A14 background.