COLOR #52636A

HEX: #52636A
RGB: (82,99,106)

Color info

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

RGB color model

#52636A color RGB value is (82,99,106).

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

RGB channels and saturation

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

82
99
106

R + G + B ~ 38%. #52636A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 106 = 287 (100%)
R 82 of 287 ~ 28.57%
G 99 of 287 ~ 34.49%
B 106 of 287 ~ 36.93%

%28.57
%34.49
%36.93

CMYK color model

#52636A color CMYK value is (23,7,0,58).

  • cyan value is 22.64%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(23,7,0,58)
C23M7Y0K58 
(23%,7%,0%,58%)
(0.23/0.07/0.00/0.58)	

CMYK percentages

%22.64
%6.6
%0
%58.43

Codes

Color #52636A in popluar color models

52636A
RGB8299106
HSL198°12.77%36.86%
HSB/HSV198°22.64%41.57%
CMYK22.64%6.60%0.00%
58.43%

Color #52636A in popluar number systems.

HEX52636A
Decimal8299106
Binary101001011000111101010
Octal122143152

Shades and tints

Shades of #52636A

#52636A
(82,99,106)
#4B5A61
(75,90,97)
#445158
(68,81,88)
#3D484F
(61,72,79)
#363F46
(54,63,70)
#2F363D
(47,54,61)
#282D34
(40,45,52)
#21242B
(33,36,43)
#1A1B22
(26,27,34)
#131219
(19,18,25)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #52636A

#52636A
(82,99,106)
#617177
(97,113,119)
#707F84
(112,127,132)
#7F8D91
(127,141,145)
#8E9B9E
(142,155,158)
#9DA9AB
(157,169,171)
#ACB7B8
(172,183,184)
#BBC5C5
(187,197,197)
#CAD3D2
(202,211,210)
#D9E1DF
(217,225,223)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52636A; }

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

This text font color is #52636A.


Background Color

.myBgColor { background-color: #52636A; }

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

This div background color is #52636A.


Border color

.myBorderColor { border: 1px solid #52636A; }

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

This div border color is #52636A.


Opacity

.myOpacity80 { color: #52636A; opacity: 0.8; }

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

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

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

This text has shadow with #52636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52636A on black background.


Color preview on white background

This text has color #52636A on white background.



Black color preview on #52636A background

This text has black color on #52636A background.


White color preview on #52636A background

This text has white color on #52636A background.