COLOR #52664A

HEX: #52664A
RGB: (82,102,74)

Color info

#52664A contains red, green and blue colors in about the same proportion. Web safe color of #52664A is #666633 (or #663).

RGB color model

#52664A color RGB value is (82,102,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 74 of 255 = 29%

82
102
74

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

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 74 = 258 (100%)
R 82 of 258 ~ 31.78%
G 102 of 258 ~ 39.53%
B 74 of 258 ~ 28.68%

%31.78
%39.53
%28.68

CMYK color model

#52664A color CMYK value is (20,0,27,60).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(20,0,27,60)
C20M0Y27K60 
(20%,0%,27%,60%)
(0.20/0.00/0.27/0.60)	

CMYK percentages

%19.61
%0
%27.45
%60

Codes

Color #52664A in popluar color models

52664A
RGB8210274
HSL103°15.91%34.51%
HSB/HSV103°27.45%40.00%
CMYK19.61%0.00%27.45%
60.00%

Color #52664A in popluar number systems.

HEX52664A
Decimal8210274
Binary101001011001101001010
Octal122146112

Shades and tints

Shades of #52664A

#52664A
(82,102,74)
#4B5D44
(75,93,68)
#44543E
(68,84,62)
#3D4B38
(61,75,56)
#364232
(54,66,50)
#2F392C
(47,57,44)
#283026
(40,48,38)
#212720
(33,39,32)
#1A1E1A
(26,30,26)
#131514
(19,21,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #52664A

#52664A
(82,102,74)
#61735A
(97,115,90)
#70806A
(112,128,106)
#7F8D7A
(127,141,122)
#8E9A8A
(142,154,138)
#9DA79A
(157,167,154)
#ACB4AA
(172,180,170)
#BBC1BA
(187,193,186)
#CACECA
(202,206,202)
#D9DBDA
(217,219,218)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52664A; }

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

This text font color is #52664A.


Background Color

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

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

This div background color is #52664A.


Border color

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

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

This div border color is #52664A.


Opacity

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

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

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

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

This text has shadow with #52664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52664A on black background.


Color preview on white background

This text has color #52664A on white background.



Black color preview on #52664A background

This text has black color on #52664A background.


White color preview on #52664A background

This text has white color on #52664A background.