COLOR #526841

HEX: #526841
RGB: (82,104,65)

Color info

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

RGB color model

#526841 color RGB value is (82,104,65).

  • red value is 82;
  • green value is 104;
  • blue value is 65.
RGB:
(82,104,65)
(32%,41%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 104 of 255 = 41%
B 65 of 255 = 25%

82
104
65

R + G + B ~ 33%. #526841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 104 + 65 = 251 (100%)
R 82 of 251 ~ 32.67%
G 104 of 251 ~ 41.43%
B 65 of 251 ~ 25.9%

%32.67
%41.43
%25.9

CMYK color model

#526841 color CMYK value is (21,0,38,59).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(21,0,38,59)
C21M0Y38K59 
(21%,0%,38%,59%)
(0.21/0.00/0.38/0.59)	

CMYK percentages

%21.15
%0
%37.5
%59.22

Codes

Color #526841 in popluar color models

526841
RGB8210465
HSL94°23.08%33.14%
HSB/HSV94°37.50%40.78%
CMYK21.15%0.00%37.50%
59.22%

Color #526841 in popluar number systems.

HEX526841
Decimal8210465
Binary101001011010001000001
Octal122150101

Shades and tints

Shades of #526841

#526841
(82,104,65)
#4B5F3C
(75,95,60)
#445637
(68,86,55)
#3D4D32
(61,77,50)
#36442D
(54,68,45)
#2F3B28
(47,59,40)
#283223
(40,50,35)
#21291E
(33,41,30)
#1A2019
(26,32,25)
#131714
(19,23,20)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #526841

#526841
(82,104,65)
#617552
(97,117,82)
#708263
(112,130,99)
#7F8F74
(127,143,116)
#8E9C85
(142,156,133)
#9DA996
(157,169,150)
#ACB6A7
(172,182,167)
#BBC3B8
(187,195,184)
#CAD0C9
(202,208,201)
#D9DDDA
(217,221,218)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526841 color. Also use rgb(82,104,65) instead hex code.

Text Font Color

.myTextColor { color: #526841; }

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

This text font color is #526841.


Background Color

.myBgColor { background-color: #526841; }

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

This div background color is #526841.


Border color

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

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

This div border color is #526841.


Opacity

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

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

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

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

This text has shadow with #526841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526841 on black background.


Color preview on white background

This text has color #526841 on white background.



Black color preview on #526841 background

This text has black color on #526841 background.


White color preview on #526841 background

This text has white color on #526841 background.