COLOR #526148

HEX: #526148
RGB: (82,97,72)

Color info

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

RGB color model

#526148 color RGB value is (82,97,72).

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

RGB channels and saturation

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

82
97
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 97 + 72 = 251 (100%)
R 82 of 251 ~ 32.67%
G 97 of 251 ~ 38.65%
B 72 of 251 ~ 28.69%

%32.67
%38.65
%28.69

CMYK color model

#526148 color CMYK value is (15,0,26,62).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 61.96%
CMYK:
(15,0,26,62)
C15M0Y26K62 
(15%,0%,26%,62%)
(0.15/0.00/0.26/0.62)	

CMYK percentages

%15.46
%0
%25.77
%61.96

Codes

Color #526148 in popluar color models

526148
RGB829772
HSL96°14.79%33.14%
HSB/HSV96°25.77%38.04%
CMYK15.46%0.00%25.77%
61.96%

Color #526148 in popluar number systems.

HEX526148
Decimal829772
Binary101001011000011001000
Octal122141110

Shades and tints

Shades of #526148

#526148
(82,97,72)
#4B5942
(75,89,66)
#44513C
(68,81,60)
#3D4936
(61,73,54)
#364130
(54,65,48)
#2F392A
(47,57,42)
#283124
(40,49,36)
#21291E
(33,41,30)
#1A2118
(26,33,24)
#131912
(19,25,18)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #526148

#526148
(82,97,72)
#616F58
(97,111,88)
#707D68
(112,125,104)
#7F8B78
(127,139,120)
#8E9988
(142,153,136)
#9DA798
(157,167,152)
#ACB5A8
(172,181,168)
#BBC3B8
(187,195,184)
#CAD1C8
(202,209,200)
#D9DFD8
(217,223,216)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526148; }

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

This text font color is #526148.


Background Color

.myBgColor { background-color: #526148; }

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

This div background color is #526148.


Border color

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

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

This div border color is #526148.


Opacity

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

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

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

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

This text has shadow with #526148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526148 on black background.


Color preview on white background

This text has color #526148 on white background.



Black color preview on #526148 background

This text has black color on #526148 background.


White color preview on #526148 background

This text has white color on #526148 background.