COLOR #52664F

HEX: #52664F
RGB: (82,102,79)

Color info

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

RGB color model

#52664F color RGB value is (82,102,79).

  • red value is 82;
  • green value is 102;
  • blue value is 79.
RGB:
(82,102,79)
(32%,40%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 79 of 255 = 31%

82
102
79

R + G + B ~ 34%. #52664F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 79 = 263 (100%)
R 82 of 263 ~ 31.18%
G 102 of 263 ~ 38.78%
B 79 of 263 ~ 30.04%

%31.18
%38.78
%30.04

CMYK color model

#52664F color CMYK value is (20,0,23,60).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 60.00%
CMYK:
(20,0,23,60)
C20M0Y23K60 
(20%,0%,23%,60%)
(0.20/0.00/0.23/0.60)	

CMYK percentages

%19.61
%0
%22.55
%60

Codes

Color #52664F in popluar color models

52664F
RGB8210279
HSL112°12.71%35.49%
HSB/HSV112°22.55%40.00%
CMYK19.61%0.00%22.55%
60.00%

Color #52664F in popluar number systems.

HEX52664F
Decimal8210279
Binary101001011001101001111
Octal122146117

Shades and tints

Shades of #52664F

#52664F
(82,102,79)
#4B5D48
(75,93,72)
#445441
(68,84,65)
#3D4B3A
(61,75,58)
#364233
(54,66,51)
#2F392C
(47,57,44)
#283025
(40,48,37)
#21271E
(33,39,30)
#1A1E17
(26,30,23)
#131510
(19,21,16)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #52664F

#52664F
(82,102,79)
#61735F
(97,115,95)
#70806F
(112,128,111)
#7F8D7F
(127,141,127)
#8E9A8F
(142,154,143)
#9DA79F
(157,167,159)
#ACB4AF
(172,180,175)
#BBC1BF
(187,193,191)
#CACECF
(202,206,207)
#D9DBDF
(217,219,223)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52664F color. Also use rgb(82,102,79) instead hex code.

Text Font Color

.myTextColor { color: #52664F; }

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

This text font color is #52664F.


Background Color

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

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

This div background color is #52664F.


Border color

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

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

This div border color is #52664F.


Opacity

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

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

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

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

This text has shadow with #52664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52664F on black background.


Color preview on white background

This text has color #52664F on white background.



Black color preview on #52664F background

This text has black color on #52664F background.


White color preview on #52664F background

This text has white color on #52664F background.