COLOR #52736F

HEX: #52736F
RGB: (82,115,111)

Color info

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

RGB color model

#52736F color RGB value is (82,115,111).

  • red value is 82;
  • green value is 115;
  • blue value is 111.
RGB:
(82,115,111)
(32%,45%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 111 of 255 = 44%

82
115
111

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

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 111 = 308 (100%)
R 82 of 308 ~ 26.62%
G 115 of 308 ~ 37.34%
B 111 of 308 ~ 36.04%

%26.62
%37.34
%36.04

CMYK color model

#52736F color CMYK value is (29,0,3,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(29,0,3,55)
C29M0Y3K55 
(29%,0%,3%,55%)
(0.29/0.00/0.03/0.55)	

CMYK percentages

%28.7
%0
%3.48
%54.9

Codes

Color #52736F in popluar color models

52736F
RGB82115111
HSL173°16.75%38.63%
HSB/HSV173°28.70%45.10%
CMYK28.70%0.00%3.48%
54.90%

Color #52736F in popluar number systems.

HEX52736F
Decimal82115111
Binary101001011100111101111
Octal122163157

Shades and tints

Shades of #52736F

#52736F
(82,115,111)
#4B6965
(75,105,101)
#445F5B
(68,95,91)
#3D5551
(61,85,81)
#364B47
(54,75,71)
#2F413D
(47,65,61)
#283733
(40,55,51)
#212D29
(33,45,41)
#1A231F
(26,35,31)
#131915
(19,25,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #52736F

#52736F
(82,115,111)
#617F7C
(97,127,124)
#708B89
(112,139,137)
#7F9796
(127,151,150)
#8EA3A3
(142,163,163)
#9DAFB0
(157,175,176)
#ACBBBD
(172,187,189)
#BBC7CA
(187,199,202)
#CAD3D7
(202,211,215)
#D9DFE4
(217,223,228)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52736F color. Also use rgb(82,115,111) instead hex code.

Text Font Color

.myTextColor { color: #52736F; }

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

This text font color is #52736F.


Background Color

.myBgColor { background-color: #52736F; }

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

This div background color is #52736F.


Border color

.myBorderColor { border: 1px solid #52736F; }

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

This div border color is #52736F.


Opacity

.myOpacity80 { color: #52736F; opacity: 0.8; }

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

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

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

This text has shadow with #52736F color.

.textShadow {text-shadow: 3px 3px 1px #52736F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52736F on black background.


Color preview on white background

This text has color #52736F on white background.



Black color preview on #52736F background

This text has black color on #52736F background.


White color preview on #52736F background

This text has white color on #52736F background.