COLOR #526463

HEX: #526463
RGB: (82,100,99)

Color info

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

RGB color model

#526463 color RGB value is (82,100,99).

  • red value is 82;
  • green value is 100;
  • blue value is 99.
RGB:
(82,100,99)
(32%,39%,39%)

RGB channels and saturation

R 82 of 255 = 32%
G 100 of 255 = 39%
B 99 of 255 = 39%

82
100
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 100 + 99 = 281 (100%)
R 82 of 281 ~ 29.18%
G 100 of 281 ~ 35.59%
B 99 of 281 ~ 35.23%

%29.18
%35.59
%35.23

CMYK color model

#526463 color CMYK value is (18,0,1,61).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(18,0,1,61)
C18M0Y1K61 
(18%,0%,1%,61%)
(0.18/0.00/0.01/0.61)	

CMYK percentages

%18
%0
%1
%60.78

Codes

Color #526463 in popluar color models

526463
RGB8210099
HSL177°9.89%35.69%
HSB/HSV177°18.00%39.22%
CMYK18.00%0.00%1.00%
60.78%

Color #526463 in popluar number systems.

HEX526463
Decimal8210099
Binary101001011001001100011
Octal122144143

Shades and tints

Shades of #526463

#526463
(82,100,99)
#4B5B5A
(75,91,90)
#445251
(68,82,81)
#3D4948
(61,73,72)
#36403F
(54,64,63)
#2F3736
(47,55,54)
#282E2D
(40,46,45)
#212524
(33,37,36)
#1A1C1B
(26,28,27)
#131312
(19,19,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #526463

#526463
(82,100,99)
#617271
(97,114,113)
#70807F
(112,128,127)
#7F8E8D
(127,142,141)
#8E9C9B
(142,156,155)
#9DAAA9
(157,170,169)
#ACB8B7
(172,184,183)
#BBC6C5
(187,198,197)
#CAD4D3
(202,212,211)
#D9E2E1
(217,226,225)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526463 color. Also use rgb(82,100,99) instead hex code.

Text Font Color

.myTextColor { color: #526463; }

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

This text font color is #526463.


Background Color

.myBgColor { background-color: #526463; }

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

This div background color is #526463.


Border color

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

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

This div border color is #526463.


Opacity

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

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

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

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

This text has shadow with #526463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526463 on black background.


Color preview on white background

This text has color #526463 on white background.



Black color preview on #526463 background

This text has black color on #526463 background.


White color preview on #526463 background

This text has white color on #526463 background.