COLOR #526D31

HEX: #526D31
RGB: (82,109,49)

Color info

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

RGB color model

#526D31 color RGB value is (82,109,49).

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

RGB channels and saturation

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

82
109
49

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

Portions of RGB colors in percentages

R + G + B =
82 + 109 + 49 = 240 (100%)
R 82 of 240 ~ 34.17%
G 109 of 240 ~ 45.42%
B 49 of 240 ~ 20.42%

%34.17
%45.42
%20.42

CMYK color model

#526D31 color CMYK value is (25,0,55,57).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 55.05%
  • key color value is 57.25%
CMYK:
(25,0,55,57)
C25M0Y55K57 
(25%,0%,55%,57%)
(0.25/0.00/0.55/0.57)	

CMYK percentages

%24.77
%0
%55.05
%57.25

Codes

Color #526D31 in popluar color models

526D31
RGB8210949
HSL87°37.97%30.98%
HSB/HSV87°55.05%42.75%
CMYK24.77%0.00%55.05%
57.25%

Color #526D31 in popluar number systems.

HEX526D31
Decimal8210949
Binary10100101101101110001
Octal12215561

Shades and tints

Shades of #526D31

#526D31
(82,109,49)
#4B642D
(75,100,45)
#445B29
(68,91,41)
#3D5225
(61,82,37)
#364921
(54,73,33)
#2F401D
(47,64,29)
#283719
(40,55,25)
#212E15
(33,46,21)
#1A2511
(26,37,17)
#131C0D
(19,28,13)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #526D31

#526D31
(82,109,49)
#617A43
(97,122,67)
#708755
(112,135,85)
#7F9467
(127,148,103)
#8EA179
(142,161,121)
#9DAE8B
(157,174,139)
#ACBB9D
(172,187,157)
#BBC8AF
(187,200,175)
#CAD5C1
(202,213,193)
#D9E2D3
(217,226,211)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526D31; }

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

This text font color is #526D31.


Background Color

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

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

This div background color is #526D31.


Border color

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

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

This div border color is #526D31.


Opacity

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

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

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

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

This text has shadow with #526D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526D31 on black background.


Color preview on white background

This text has color #526D31 on white background.



Black color preview on #526D31 background

This text has black color on #526D31 background.


White color preview on #526D31 background

This text has white color on #526D31 background.