COLOR #526337

HEX: #526337
RGB: (82,99,55)

Color info

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

RGB color model

#526337 color RGB value is (82,99,55).

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

RGB channels and saturation

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

82
99
55

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

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 55 = 236 (100%)
R 82 of 236 ~ 34.75%
G 99 of 236 ~ 41.95%
B 55 of 236 ~ 23.31%

%34.75
%41.95
%23.31

CMYK color model

#526337 color CMYK value is (17,0,44,61).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 61.18%
CMYK:
(17,0,44,61)
C17M0Y44K61 
(17%,0%,44%,61%)
(0.17/0.00/0.44/0.61)	

CMYK percentages

%17.17
%0
%44.44
%61.18

Codes

Color #526337 in popluar color models

526337
RGB829955
HSL83°28.57%30.20%
HSB/HSV83°44.44%38.82%
CMYK17.17%0.00%44.44%
61.18%

Color #526337 in popluar number systems.

HEX526337
Decimal829955
Binary10100101100011110111
Octal12214367

Shades and tints

Shades of #526337

#526337
(82,99,55)
#4B5A32
(75,90,50)
#44512D
(68,81,45)
#3D4828
(61,72,40)
#363F23
(54,63,35)
#2F361E
(47,54,30)
#282D19
(40,45,25)
#212414
(33,36,20)
#1A1B0F
(26,27,15)
#13120A
(19,18,10)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #526337

#526337
(82,99,55)
#617149
(97,113,73)
#707F5B
(112,127,91)
#7F8D6D
(127,141,109)
#8E9B7F
(142,155,127)
#9DA991
(157,169,145)
#ACB7A3
(172,183,163)
#BBC5B5
(187,197,181)
#CAD3C7
(202,211,199)
#D9E1D9
(217,225,217)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526337; }

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

This text font color is #526337.


Background Color

.myBgColor { background-color: #526337; }

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

This div background color is #526337.


Border color

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

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

This div border color is #526337.


Opacity

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

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

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

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

This text has shadow with #526337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526337 on black background.


Color preview on white background

This text has color #526337 on white background.



Black color preview on #526337 background

This text has black color on #526337 background.


White color preview on #526337 background

This text has white color on #526337 background.