COLOR #52726B

HEX: #52726B
RGB: (82,114,107)

Color info

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

RGB color model

#52726B color RGB value is (82,114,107).

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

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 107 of 255 = 42%

82
114
107

R + G + B ~ 40%. #52726B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 107 = 303 (100%)
R 82 of 303 ~ 27.06%
G 114 of 303 ~ 37.62%
B 107 of 303 ~ 35.31%

%27.06
%37.62
%35.31

CMYK color model

#52726B color CMYK value is (28,0,6,55).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(28,0,6,55)
C28M0Y6K55 
(28%,0%,6%,55%)
(0.28/0.00/0.06/0.55)	

CMYK percentages

%28.07
%0
%6.14
%55.29

Codes

Color #52726B in popluar color models

52726B
RGB82114107
HSL167°16.33%38.43%
HSB/HSV167°28.07%44.71%
CMYK28.07%0.00%6.14%
55.29%

Color #52726B in popluar number systems.

HEX52726B
Decimal82114107
Binary101001011100101101011
Octal122162153

Shades and tints

Shades of #52726B

#52726B
(82,114,107)
#4B6862
(75,104,98)
#445E59
(68,94,89)
#3D5450
(61,84,80)
#364A47
(54,74,71)
#2F403E
(47,64,62)
#283635
(40,54,53)
#212C2C
(33,44,44)
#1A2223
(26,34,35)
#13181A
(19,24,26)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #52726B

#52726B
(82,114,107)
#617E78
(97,126,120)
#708A85
(112,138,133)
#7F9692
(127,150,146)
#8EA29F
(142,162,159)
#9DAEAC
(157,174,172)
#ACBAB9
(172,186,185)
#BBC6C6
(187,198,198)
#CAD2D3
(202,210,211)
#D9DEE0
(217,222,224)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52726B; }

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

This text font color is #52726B.


Background Color

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

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

This div background color is #52726B.


Border color

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

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

This div border color is #52726B.


Opacity

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

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

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

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

This text has shadow with #52726B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52726B on black background.


Color preview on white background

This text has color #52726B on white background.



Black color preview on #52726B background

This text has black color on #52726B background.


White color preview on #52726B background

This text has white color on #52726B background.