COLOR #526636

HEX: #526636
RGB: (82,102,54)

Color info

#526636 contains red, green and blue colors in about the same proportion. Web safe color of #526636 is #666633 (or #663).

RGB color model

#526636 color RGB value is (82,102,54).

  • red value is 82;
  • green value is 102;
  • blue value is 54.
RGB:
(82,102,54)
(32%,40%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 54 of 255 = 21%

82
102
54

R + G + B ~ 31%. #526636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 54 = 238 (100%)
R 82 of 238 ~ 34.45%
G 102 of 238 ~ 42.86%
B 54 of 238 ~ 22.69%

%34.45
%42.86
%22.69

CMYK color model

#526636 color CMYK value is (20,0,47,60).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(20,0,47,60)
C20M0Y47K60 
(20%,0%,47%,60%)
(0.20/0.00/0.47/0.60)	

CMYK percentages

%19.61
%0
%47.06
%60

Codes

Color #526636 in popluar color models

526636
RGB8210254
HSL85°30.77%30.59%
HSB/HSV85°47.06%40.00%
CMYK19.61%0.00%47.06%
60.00%

Color #526636 in popluar number systems.

HEX526636
Decimal8210254
Binary10100101100110110110
Octal12214666

Shades and tints

Shades of #526636

#526636
(82,102,54)
#4B5D32
(75,93,50)
#44542E
(68,84,46)
#3D4B2A
(61,75,42)
#364226
(54,66,38)
#2F3922
(47,57,34)
#28301E
(40,48,30)
#21271A
(33,39,26)
#1A1E16
(26,30,22)
#131512
(19,21,18)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #526636

#526636
(82,102,54)
#617348
(97,115,72)
#70805A
(112,128,90)
#7F8D6C
(127,141,108)
#8E9A7E
(142,154,126)
#9DA790
(157,167,144)
#ACB4A2
(172,180,162)
#BBC1B4
(187,193,180)
#CACEC6
(202,206,198)
#D9DBD8
(217,219,216)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526636 color. Also use rgb(82,102,54) instead hex code.

Text Font Color

.myTextColor { color: #526636; }

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

This text font color is #526636.


Background Color

.myBgColor { background-color: #526636; }

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

This div background color is #526636.


Border color

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

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

This div border color is #526636.


Opacity

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

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

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

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

This text has shadow with #526636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526636 on black background.


Color preview on white background

This text has color #526636 on white background.



Black color preview on #526636 background

This text has black color on #526636 background.


White color preview on #526636 background

This text has white color on #526636 background.