COLOR #526D13

HEX: #526D13
RGB: (82,109,19)

Color info

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

RGB color model

#526D13 color RGB value is (82,109,19).

  • red value is 82;
  • green value is 109;
  • blue value is 19.
RGB:
(82,109,19)
(32%,43%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 109 of 255 = 43%
B 19 of 255 = 7%

82
109
19

R + G + B ~ 27%. #526D13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 109 + 19 = 210 (100%)
R 82 of 210 ~ 39.05%
G 109 of 210 ~ 51.9%
B 19 of 210 ~ 9.05%

%39.05
%51.9

CMYK color model

#526D13 color CMYK value is (25,0,83,57).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 82.57%
  • key color value is 57.25%
CMYK:
(25,0,83,57)
C25M0Y83K57 
(25%,0%,83%,57%)
(0.25/0.00/0.83/0.57)	

CMYK percentages

%24.77
%0
%82.57
%57.25

Codes

Color #526D13 in popluar color models

526D13
RGB8210919
HSL78°70.31%25.10%
HSB/HSV78°82.57%42.75%
CMYK24.77%0.00%82.57%
57.25%

Color #526D13 in popluar number systems.

HEX526D13
Decimal8210919
Binary1010010110110110011
Octal12215523

Shades and tints

Shades of #526D13

#526D13
(82,109,19)
#4B6412
(75,100,18)
#445B11
(68,91,17)
#3D5210
(61,82,16)
#36490F
(54,73,15)
#2F400E
(47,64,14)
#28370D
(40,55,13)
#212E0C
(33,46,12)
#1A250B
(26,37,11)
#131C0A
(19,28,10)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #526D13

#526D13
(82,109,19)
#617A28
(97,122,40)
#70873D
(112,135,61)
#7F9452
(127,148,82)
#8EA167
(142,161,103)
#9DAE7C
(157,174,124)
#ACBB91
(172,187,145)
#BBC8A6
(187,200,166)
#CAD5BB
(202,213,187)
#D9E2D0
(217,226,208)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526D13 color. Also use rgb(82,109,19) instead hex code.

Text Font Color

.myTextColor { color: #526D13; }

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

This text font color is #526D13.


Background Color

.myBgColor { background-color: #526D13; }

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

This div background color is #526D13.


Border color

.myBorderColor { border: 1px solid #526D13; }

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

This div border color is #526D13.


Opacity

.myOpacity80 { color: #526D13; opacity: 0.8; }

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

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

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

This text has shadow with #526D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526D13 on black background.


Color preview on white background

This text has color #526D13 on white background.



Black color preview on #526D13 background

This text has black color on #526D13 background.


White color preview on #526D13 background

This text has white color on #526D13 background.