COLOR #526651

HEX: #526651
RGB: (82,102,81)

Color info

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

RGB color model

#526651 color RGB value is (82,102,81).

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

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 81 of 255 = 32%

82
102
81

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

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 81 = 265 (100%)
R 82 of 265 ~ 30.94%
G 102 of 265 ~ 38.49%
B 81 of 265 ~ 30.57%

%30.94
%38.49
%30.57

CMYK color model

#526651 color CMYK value is (20,0,21,60).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(20,0,21,60)
C20M0Y21K60 
(20%,0%,21%,60%)
(0.20/0.00/0.21/0.60)	

CMYK percentages

%19.61
%0
%20.59
%60

Codes

Color #526651 in popluar color models

526651
RGB8210281
HSL117°11.48%35.88%
HSB/HSV117°20.59%40.00%
CMYK19.61%0.00%20.59%
60.00%

Color #526651 in popluar number systems.

HEX526651
Decimal8210281
Binary101001011001101010001
Octal122146121

Shades and tints

Shades of #526651

#526651
(82,102,81)
#4B5D4A
(75,93,74)
#445443
(68,84,67)
#3D4B3C
(61,75,60)
#364235
(54,66,53)
#2F392E
(47,57,46)
#283027
(40,48,39)
#212720
(33,39,32)
#1A1E19
(26,30,25)
#131512
(19,21,18)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #526651

#526651
(82,102,81)
#617360
(97,115,96)
#70806F
(112,128,111)
#7F8D7E
(127,141,126)
#8E9A8D
(142,154,141)
#9DA79C
(157,167,156)
#ACB4AB
(172,180,171)
#BBC1BA
(187,193,186)
#CACEC9
(202,206,201)
#D9DBD8
(217,219,216)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526651; }

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

This text font color is #526651.


Background Color

.myBgColor { background-color: #526651; }

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

This div background color is #526651.


Border color

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

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

This div border color is #526651.


Opacity

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

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

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

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

This text has shadow with #526651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526651 on black background.


Color preview on white background

This text has color #526651 on white background.



Black color preview on #526651 background

This text has black color on #526651 background.


White color preview on #526651 background

This text has white color on #526651 background.