COLOR #52676B

HEX: #52676B
RGB: (82,103,107)

Color info

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

RGB color model

#52676B color RGB value is (82,103,107).

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

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 107 of 255 = 42%

82
103
107

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

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 107 = 292 (100%)
R 82 of 292 ~ 28.08%
G 103 of 292 ~ 35.27%
B 107 of 292 ~ 36.64%

%28.08
%35.27
%36.64

CMYK color model

#52676B color CMYK value is (23,4,0,58).

  • cyan value is 23.36%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(23,4,0,58)
C23M4Y0K58 
(23%,4%,0%,58%)
(0.23/0.04/0.00/0.58)	

CMYK percentages

%23.36
%3.74
%0
%58.04

Codes

Color #52676B in popluar color models

52676B
RGB82103107
HSL190°13.23%37.06%
HSB/HSV190°23.36%41.96%
CMYK23.36%3.74%0.00%
58.04%

Color #52676B in popluar number systems.

HEX52676B
Decimal82103107
Binary101001011001111101011
Octal122147153

Shades and tints

Shades of #52676B

#52676B
(82,103,107)
#4B5E62
(75,94,98)
#445559
(68,85,89)
#3D4C50
(61,76,80)
#364347
(54,67,71)
#2F3A3E
(47,58,62)
#283135
(40,49,53)
#21282C
(33,40,44)
#1A1F23
(26,31,35)
#13161A
(19,22,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #52676B

#52676B
(82,103,107)
#617478
(97,116,120)
#708185
(112,129,133)
#7F8E92
(127,142,146)
#8E9B9F
(142,155,159)
#9DA8AC
(157,168,172)
#ACB5B9
(172,181,185)
#BBC2C6
(187,194,198)
#CACFD3
(202,207,211)
#D9DCE0
(217,220,224)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52676B; }

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

This text font color is #52676B.


Background Color

.myBgColor { background-color: #52676B; }

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

This div background color is #52676B.


Border color

.myBorderColor { border: 1px solid #52676B; }

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

This div border color is #52676B.


Opacity

.myOpacity80 { color: #52676B; opacity: 0.8; }

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

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

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

This text has shadow with #52676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52676B on black background.


Color preview on white background

This text has color #52676B on white background.



Black color preview on #52676B background

This text has black color on #52676B background.


White color preview on #52676B background

This text has white color on #52676B background.