COLOR #52746D

HEX: #52746D
RGB: (82,116,109)

Color info

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

RGB color model

#52746D color RGB value is (82,116,109).

  • red value is 82;
  • green value is 116;
  • blue value is 109.
RGB:
(82,116,109)
(32%,45%,43%)

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 109 of 255 = 43%

82
116
109

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

Portions of RGB colors in percentages

R + G + B =
82 + 116 + 109 = 307 (100%)
R 82 of 307 ~ 26.71%
G 116 of 307 ~ 37.79%
B 109 of 307 ~ 35.5%

%26.71
%37.79
%35.5

CMYK color model

#52746D color CMYK value is (29,0,6,55).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(29,0,6,55)
C29M0Y6K55 
(29%,0%,6%,55%)
(0.29/0.00/0.06/0.55)	

CMYK percentages

%29.31
%0
%6.03
%54.51

Codes

Color #52746D in popluar color models

52746D
RGB82116109
HSL168°17.17%38.82%
HSB/HSV168°29.31%45.49%
CMYK29.31%0.00%6.03%
54.51%

Color #52746D in popluar number systems.

HEX52746D
Decimal82116109
Binary101001011101001101101
Octal122164155

Shades and tints

Shades of #52746D

#52746D
(82,116,109)
#4B6A64
(75,106,100)
#44605B
(68,96,91)
#3D5652
(61,86,82)
#364C49
(54,76,73)
#2F4240
(47,66,64)
#283837
(40,56,55)
#212E2E
(33,46,46)
#1A2425
(26,36,37)
#131A1C
(19,26,28)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #52746D

#52746D
(82,116,109)
#61807A
(97,128,122)
#708C87
(112,140,135)
#7F9894
(127,152,148)
#8EA4A1
(142,164,161)
#9DB0AE
(157,176,174)
#ACBCBB
(172,188,187)
#BBC8C8
(187,200,200)
#CAD4D5
(202,212,213)
#D9E0E2
(217,224,226)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52746D color. Also use rgb(82,116,109) instead hex code.

Text Font Color

.myTextColor { color: #52746D; }

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

This text font color is #52746D.


Background Color

.myBgColor { background-color: #52746D; }

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

This div background color is #52746D.


Border color

.myBorderColor { border: 1px solid #52746D; }

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

This div border color is #52746D.


Opacity

.myOpacity80 { color: #52746D; opacity: 0.8; }

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

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

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

This text has shadow with #52746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52746D on black background.


Color preview on white background

This text has color #52746D on white background.



Black color preview on #52746D background

This text has black color on #52746D background.


White color preview on #52746D background

This text has white color on #52746D background.