COLOR #526446

HEX: #526446
RGB: (82,100,70)

Color info

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

RGB color model

#526446 color RGB value is (82,100,70).

  • red value is 82;
  • green value is 100;
  • blue value is 70.
RGB:
(82,100,70)
(32%,39%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 100 of 255 = 39%
B 70 of 255 = 27%

82
100
70

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

Portions of RGB colors in percentages

R + G + B =
82 + 100 + 70 = 252 (100%)
R 82 of 252 ~ 32.54%
G 100 of 252 ~ 39.68%
B 70 of 252 ~ 27.78%

%32.54
%39.68
%27.78

CMYK color model

#526446 color CMYK value is (18,0,30,61).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(18,0,30,61)
C18M0Y30K61 
(18%,0%,30%,61%)
(0.18/0.00/0.30/0.61)	

CMYK percentages

%18
%0
%30
%60.78

Codes

Color #526446 in popluar color models

526446
RGB8210070
HSL96°17.65%33.33%
HSB/HSV96°30.00%39.22%
CMYK18.00%0.00%30.00%
60.78%

Color #526446 in popluar number systems.

HEX526446
Decimal8210070
Binary101001011001001000110
Octal122144106

Shades and tints

Shades of #526446

#526446
(82,100,70)
#4B5B40
(75,91,64)
#44523A
(68,82,58)
#3D4934
(61,73,52)
#36402E
(54,64,46)
#2F3728
(47,55,40)
#282E22
(40,46,34)
#21251C
(33,37,28)
#1A1C16
(26,28,22)
#131310
(19,19,16)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #526446

#526446
(82,100,70)
#617256
(97,114,86)
#708066
(112,128,102)
#7F8E76
(127,142,118)
#8E9C86
(142,156,134)
#9DAA96
(157,170,150)
#ACB8A6
(172,184,166)
#BBC6B6
(187,198,182)
#CAD4C6
(202,212,198)
#D9E2D6
(217,226,214)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526446 color. Also use rgb(82,100,70) instead hex code.

Text Font Color

.myTextColor { color: #526446; }

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

This text font color is #526446.


Background Color

.myBgColor { background-color: #526446; }

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

This div background color is #526446.


Border color

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

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

This div border color is #526446.


Opacity

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

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

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

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

This text has shadow with #526446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526446 on black background.


Color preview on white background

This text has color #526446 on white background.



Black color preview on #526446 background

This text has black color on #526446 background.


White color preview on #526446 background

This text has white color on #526446 background.