COLOR #526339

HEX: #526339
RGB: (82,99,57)

Color info

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

RGB color model

#526339 color RGB value is (82,99,57).

  • red value is 82;
  • green value is 99;
  • blue value is 57.
RGB:
(82,99,57)
(32%,39%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 57 of 255 = 22%

82
99
57

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

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 57 = 238 (100%)
R 82 of 238 ~ 34.45%
G 99 of 238 ~ 41.6%
B 57 of 238 ~ 23.95%

%34.45
%41.6
%23.95

CMYK color model

#526339 color CMYK value is (17,0,42,61).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 61.18%
CMYK:
(17,0,42,61)
C17M0Y42K61 
(17%,0%,42%,61%)
(0.17/0.00/0.42/0.61)	

CMYK percentages

%17.17
%0
%42.42
%61.18

Codes

Color #526339 in popluar color models

526339
RGB829957
HSL84°26.92%30.59%
HSB/HSV84°42.42%38.82%
CMYK17.17%0.00%42.42%
61.18%

Color #526339 in popluar number systems.

HEX526339
Decimal829957
Binary10100101100011111001
Octal12214371

Shades and tints

Shades of #526339

#526339
(82,99,57)
#4B5A34
(75,90,52)
#44512F
(68,81,47)
#3D482A
(61,72,42)
#363F25
(54,63,37)
#2F3620
(47,54,32)
#282D1B
(40,45,27)
#212416
(33,36,22)
#1A1B11
(26,27,17)
#13120C
(19,18,12)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #526339

#526339
(82,99,57)
#61714B
(97,113,75)
#707F5D
(112,127,93)
#7F8D6F
(127,141,111)
#8E9B81
(142,155,129)
#9DA993
(157,169,147)
#ACB7A5
(172,183,165)
#BBC5B7
(187,197,183)
#CAD3C9
(202,211,201)
#D9E1DB
(217,225,219)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526339 color. Also use rgb(82,99,57) instead hex code.

Text Font Color

.myTextColor { color: #526339; }

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

This text font color is #526339.


Background Color

.myBgColor { background-color: #526339; }

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

This div background color is #526339.


Border color

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

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

This div border color is #526339.


Opacity

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

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

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

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

This text has shadow with #526339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526339 on black background.


Color preview on white background

This text has color #526339 on white background.



Black color preview on #526339 background

This text has black color on #526339 background.


White color preview on #526339 background

This text has white color on #526339 background.