COLOR #526363

HEX: #526363 RGB: (82,99,99)

Color info

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

RGB color model

#526363 color RGB value is (82,99,99).

RGB: (82,99,99) (32%, 39%, 39%)

RGB channels and saturation

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

82
99
99

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

Portions of RGB colors in percentages

R + G + B = 82 + 99 + 99 = 280 (100%)
R 82 of 280 ~ 29.29%
G 99 of 280 ~ 35.36%
B 99 of 280 ~ 35.36'%

%29.29
%35.36
%35.36

CMYK color model

#526363 color CMYK value is (17,0,0,61).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (17,0,0,61)
C17M0Y0K61 (17%, 0%, 0%, 61%)
(0.17 / 0.00 / 0.00 / 0.61)

CMYK percentages

%17.17
%0
%0
%61.18

Codes

Color #526363 in popluar color models

52 63 63
RGB 82 99 99
HSL 180° 9.39% 35.49%
HSB/HSV 180° 17.17% 38.82%
CMYK 17.17% 0.00% 0.00%
61.18%

Color #526363 in popluar number systems.

HEX 52 63 63
Decimal 82 99 99
Binary 1010010 1100011 1100011
Octal 122 143 143

Shades and tints

Shades of #526363

#526363
(82,99,99)
#4B5A5A
(75,90,90)
#445151
(68,81,81)
#3D4848
(61,72,72)
#363F3F
(54,63,63)
#2F3636
(47,54,54)
#282D2D
(40,45,45)
#212424
(33,36,36)
#1A1B1B
(26,27,27)
#131212
(19,18,18)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #526363

#526363
(82,99,99)
#617171
(97,113,113)
#707F7F
(112,127,127)
#7F8D8D
(127,141,141)
#8E9B9B
(142,155,155)
#9DA9A9
(157,169,169)
#ACB7B7
(172,183,183)
#BBC5C5
(187,197,197)
#CAD3D3
(202,211,211)
#D9E1E1
(217,225,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526363; }

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

This text font color is #526363.

Background Color

.myBgColor { background-color: #526363; }

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

This div background color is #526363.

Border color

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

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

This div border color is #526363.

Opacity

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

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

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

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

This text has shadow with #526363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526363.

Preview

Color preview on black background

This text has color #526363 on black background.


Color preview on white background

This text has color #526363 on white background.


Black color preview on #526363 background

This text has black color on #526363 background.


White color preview on #526363 background

This text has white color on #526363 background.


Related colors

Complementary color

Complementary color for #hex is #AD9C9C.


I love getcolorcode.com