COLOR #526A51

HEX: #526A51
RGB: (82,106,81)

Color info

#526A51 contains red, green and blue colors in about the same proportion. Web safe color of #526A51 is #666666 (or #666).

RGB color model

#526A51 color RGB value is (82,106,81).

  • red value is 82;
  • green value is 106;
  • blue value is 81.
RGB:
(82,106,81)
(32%,42%,32%)

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 81 of 255 = 32%

82
106
81

R + G + B ~ 35%. #526A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 106 + 81 = 269 (100%)
R 82 of 269 ~ 30.48%
G 106 of 269 ~ 39.41%
B 81 of 269 ~ 30.11%

%30.48
%39.41
%30.11

CMYK color model

#526A51 color CMYK value is (23,0,24,58).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 58.43%
CMYK:
(23,0,24,58)
C23M0Y24K58 
(23%,0%,24%,58%)
(0.23/0.00/0.24/0.58)	

CMYK percentages

%22.64
%0
%23.58
%58.43

Codes

Color #526A51 in popluar color models

526A51
RGB8210681
HSL118°13.37%36.67%
HSB/HSV118°23.58%41.57%
CMYK22.64%0.00%23.58%
58.43%

Color #526A51 in popluar number systems.

HEX526A51
Decimal8210681
Binary101001011010101010001
Octal122152121

Shades and tints

Shades of #526A51

#526A51
(82,106,81)
#4B614A
(75,97,74)
#445843
(68,88,67)
#3D4F3C
(61,79,60)
#364635
(54,70,53)
#2F3D2E
(47,61,46)
#283427
(40,52,39)
#212B20
(33,43,32)
#1A2219
(26,34,25)
#131912
(19,25,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #526A51

#526A51
(82,106,81)
#617760
(97,119,96)
#70846F
(112,132,111)
#7F917E
(127,145,126)
#8E9E8D
(142,158,141)
#9DAB9C
(157,171,156)
#ACB8AB
(172,184,171)
#BBC5BA
(187,197,186)
#CAD2C9
(202,210,201)
#D9DFD8
(217,223,216)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526A51 color. Also use rgb(82,106,81) instead hex code.

Text Font Color

.myTextColor { color: #526A51; }

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

This text font color is #526A51.


Background Color

.myBgColor { background-color: #526A51; }

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

This div background color is #526A51.


Border color

.myBorderColor { border: 1px solid #526A51; }

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

This div border color is #526A51.


Opacity

.myOpacity80 { color: #526A51; opacity: 0.8; }

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

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

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

This text has shadow with #526A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526A51 on black background.


Color preview on white background

This text has color #526A51 on white background.



Black color preview on #526A51 background

This text has black color on #526A51 background.


White color preview on #526A51 background

This text has white color on #526A51 background.