COLOR #526248

HEX: #526248
RGB: (82,98,72)

Color info

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

RGB color model

#526248 color RGB value is (82,98,72).

  • red value is 82;
  • green value is 98;
  • blue value is 72.
RGB:
(82,98,72)
(32%,38%,28%)

RGB channels and saturation

R 82 of 255 = 32%
G 98 of 255 = 38%
B 72 of 255 = 28%

82
98
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 98 + 72 = 252 (100%)
R 82 of 252 ~ 32.54%
G 98 of 252 ~ 38.89%
B 72 of 252 ~ 28.57%

%32.54
%38.89
%28.57

CMYK color model

#526248 color CMYK value is (16,0,27,62).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 61.57%
CMYK:
(16,0,27,62)
C16M0Y27K62 
(16%,0%,27%,62%)
(0.16/0.00/0.27/0.62)	

CMYK percentages

%16.33
%0
%26.53
%61.57

Codes

Color #526248 in popluar color models

526248
RGB829872
HSL97°15.29%33.33%
HSB/HSV97°26.53%38.43%
CMYK16.33%0.00%26.53%
61.57%

Color #526248 in popluar number systems.

HEX526248
Decimal829872
Binary101001011000101001000
Octal122142110

Shades and tints

Shades of #526248

#526248
(82,98,72)
#4B5A42
(75,90,66)
#44523C
(68,82,60)
#3D4A36
(61,74,54)
#364230
(54,66,48)
#2F3A2A
(47,58,42)
#283224
(40,50,36)
#212A1E
(33,42,30)
#1A2218
(26,34,24)
#131A12
(19,26,18)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #526248

#526248
(82,98,72)
#617058
(97,112,88)
#707E68
(112,126,104)
#7F8C78
(127,140,120)
#8E9A88
(142,154,136)
#9DA898
(157,168,152)
#ACB6A8
(172,182,168)
#BBC4B8
(187,196,184)
#CAD2C8
(202,210,200)
#D9E0D8
(217,224,216)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526248 color. Also use rgb(82,98,72) instead hex code.

Text Font Color

.myTextColor { color: #526248; }

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

This text font color is #526248.


Background Color

.myBgColor { background-color: #526248; }

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

This div background color is #526248.


Border color

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

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

This div border color is #526248.


Opacity

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

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

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

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

This text has shadow with #526248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526248 on black background.


Color preview on white background

This text has color #526248 on white background.



Black color preview on #526248 background

This text has black color on #526248 background.


White color preview on #526248 background

This text has white color on #526248 background.