COLOR #526761

HEX: #526761
RGB: (82,103,97)

Color info

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

RGB color model

#526761 color RGB value is (82,103,97).

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

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 97 of 255 = 38%

82
103
97

R + G + B ~ 37%. #526761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 97 = 282 (100%)
R 82 of 282 ~ 29.08%
G 103 of 282 ~ 36.52%
B 97 of 282 ~ 34.4%

%29.08
%36.52
%34.4

CMYK color model

#526761 color CMYK value is (20,0,6,60).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(20,0,6,60)
C20M0Y6K60 
(20%,0%,6%,60%)
(0.20/0.00/0.06/0.60)	

CMYK percentages

%20.39
%0
%5.83
%59.61

Codes

Color #526761 in popluar color models

526761
RGB8210397
HSL163°11.35%36.27%
HSB/HSV163°20.39%40.39%
CMYK20.39%0.00%5.83%
59.61%

Color #526761 in popluar number systems.

HEX526761
Decimal8210397
Binary101001011001111100001
Octal122147141

Shades and tints

Shades of #526761

#526761
(82,103,97)
#4B5E59
(75,94,89)
#445551
(68,85,81)
#3D4C49
(61,76,73)
#364341
(54,67,65)
#2F3A39
(47,58,57)
#283131
(40,49,49)
#212829
(33,40,41)
#1A1F21
(26,31,33)
#131619
(19,22,25)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #526761

#526761
(82,103,97)
#61746F
(97,116,111)
#70817D
(112,129,125)
#7F8E8B
(127,142,139)
#8E9B99
(142,155,153)
#9DA8A7
(157,168,167)
#ACB5B5
(172,181,181)
#BBC2C3
(187,194,195)
#CACFD1
(202,207,209)
#D9DCDF
(217,220,223)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526761; }

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

This text font color is #526761.


Background Color

.myBgColor { background-color: #526761; }

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

This div background color is #526761.


Border color

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

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

This div border color is #526761.


Opacity

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

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

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

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

This text has shadow with #526761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526761 on black background.


Color preview on white background

This text has color #526761 on white background.



Black color preview on #526761 background

This text has black color on #526761 background.


White color preview on #526761 background

This text has white color on #526761 background.