COLOR #526527

HEX: #526527
RGB: (82,101,39)

Color info

#526527 contains mainly red and green colors. Web safe color of #526527 is #666633 (or #663).

RGB color model

#526527 color RGB value is (82,101,39).

  • red value is 82;
  • green value is 101;
  • blue value is 39.
RGB:
(82,101,39)
(32%,40%,15%)

RGB channels and saturation

R 82 of 255 = 32%
G 101 of 255 = 40%
B 39 of 255 = 15%

82
101
39

R + G + B ~ 29%. #526527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 101 + 39 = 222 (100%)
R 82 of 222 ~ 36.94%
G 101 of 222 ~ 45.5%
B 39 of 222 ~ 17.57%

%36.94
%45.5
%17.57

CMYK color model

#526527 color CMYK value is (19,0,61,60).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 61.39%
  • key color value is 60.39%
CMYK:
(19,0,61,60)
C19M0Y61K60 
(19%,0%,61%,60%)
(0.19/0.00/0.61/0.60)	

CMYK percentages

%18.81
%0
%61.39
%60.39

Codes

Color #526527 in popluar color models

526527
RGB8210139
HSL78°44.29%27.45%
HSB/HSV78°61.39%39.61%
CMYK18.81%0.00%61.39%
60.39%

Color #526527 in popluar number systems.

HEX526527
Decimal8210139
Binary10100101100101100111
Octal12214547

Shades and tints

Shades of #526527

#526527
(82,101,39)
#4B5C24
(75,92,36)
#445321
(68,83,33)
#3D4A1E
(61,74,30)
#36411B
(54,65,27)
#2F3818
(47,56,24)
#282F15
(40,47,21)
#212612
(33,38,18)
#1A1D0F
(26,29,15)
#13140C
(19,20,12)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #526527

#526527
(82,101,39)
#61733A
(97,115,58)
#70814D
(112,129,77)
#7F8F60
(127,143,96)
#8E9D73
(142,157,115)
#9DAB86
(157,171,134)
#ACB999
(172,185,153)
#BBC7AC
(187,199,172)
#CAD5BF
(202,213,191)
#D9E3D2
(217,227,210)
#E8F1E5
(232,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526527 color. Also use rgb(82,101,39) instead hex code.

Text Font Color

.myTextColor { color: #526527; }

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

This text font color is #526527.


Background Color

.myBgColor { background-color: #526527; }

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

This div background color is #526527.


Border color

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

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

This div border color is #526527.


Opacity

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

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

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

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

This text has shadow with #526527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526527 on black background.


Color preview on white background

This text has color #526527 on white background.



Black color preview on #526527 background

This text has black color on #526527 background.


White color preview on #526527 background

This text has white color on #526527 background.