COLOR #526731

HEX: #526731
RGB: (82,103,49)

Color info

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

RGB color model

#526731 color RGB value is (82,103,49).

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

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 49 of 255 = 19%

82
103
49

R + G + B ~ 30%. #526731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 49 = 234 (100%)
R 82 of 234 ~ 35.04%
G 103 of 234 ~ 44.02%
B 49 of 234 ~ 20.94%

%35.04
%44.02
%20.94

CMYK color model

#526731 color CMYK value is (20,0,52,60).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(20,0,52,60)
C20M0Y52K60 
(20%,0%,52%,60%)
(0.20/0.00/0.52/0.60)	

CMYK percentages

%20.39
%0
%52.43
%59.61

Codes

Color #526731 in popluar color models

526731
RGB8210349
HSL83°35.53%29.80%
HSB/HSV83°52.43%40.39%
CMYK20.39%0.00%52.43%
59.61%

Color #526731 in popluar number systems.

HEX526731
Decimal8210349
Binary10100101100111110001
Octal12214761

Shades and tints

Shades of #526731

#526731
(82,103,49)
#4B5E2D
(75,94,45)
#445529
(68,85,41)
#3D4C25
(61,76,37)
#364321
(54,67,33)
#2F3A1D
(47,58,29)
#283119
(40,49,25)
#212815
(33,40,21)
#1A1F11
(26,31,17)
#13160D
(19,22,13)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #526731

#526731
(82,103,49)
#617443
(97,116,67)
#708155
(112,129,85)
#7F8E67
(127,142,103)
#8E9B79
(142,155,121)
#9DA88B
(157,168,139)
#ACB59D
(172,181,157)
#BBC2AF
(187,194,175)
#CACFC1
(202,207,193)
#D9DCD3
(217,220,211)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526731; }

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

This text font color is #526731.


Background Color

.myBgColor { background-color: #526731; }

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

This div background color is #526731.


Border color

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

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

This div border color is #526731.


Opacity

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

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

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

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

This text has shadow with #526731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526731 on black background.


Color preview on white background

This text has color #526731 on white background.



Black color preview on #526731 background

This text has black color on #526731 background.


White color preview on #526731 background

This text has white color on #526731 background.