COLOR #52604A

HEX: #52604A
RGB: (82,96,74)

Color info

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

RGB color model

#52604A color RGB value is (82,96,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 96 of 255 = 38%
B 74 of 255 = 29%

82
96
74

R + G + B ~ 33%. #52604A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 74 = 252 (100%)
R 82 of 252 ~ 32.54%
G 96 of 252 ~ 38.1%
B 74 of 252 ~ 29.37%

%32.54
%38.1
%29.37

CMYK color model

#52604A color CMYK value is (15,0,23,62).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(15,0,23,62)
C15M0Y23K62 
(15%,0%,23%,62%)
(0.15/0.00/0.23/0.62)	

CMYK percentages

%14.58
%0
%22.92
%62.35

Codes

Color #52604A in popluar color models

52604A
RGB829674
HSL98°12.94%33.33%
HSB/HSV98°22.92%37.65%
CMYK14.58%0.00%22.92%
62.35%

Color #52604A in popluar number systems.

HEX52604A
Decimal829674
Binary101001011000001001010
Octal122140112

Shades and tints

Shades of #52604A

#52604A
(82,96,74)
#4B5844
(75,88,68)
#44503E
(68,80,62)
#3D4838
(61,72,56)
#364032
(54,64,50)
#2F382C
(47,56,44)
#283026
(40,48,38)
#212820
(33,40,32)
#1A201A
(26,32,26)
#131814
(19,24,20)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #52604A

#52604A
(82,96,74)
#616E5A
(97,110,90)
#707C6A
(112,124,106)
#7F8A7A
(127,138,122)
#8E988A
(142,152,138)
#9DA69A
(157,166,154)
#ACB4AA
(172,180,170)
#BBC2BA
(187,194,186)
#CAD0CA
(202,208,202)
#D9DEDA
(217,222,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52604A; }

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

This text font color is #52604A.


Background Color

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

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

This div background color is #52604A.


Border color

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

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

This div border color is #52604A.


Opacity

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

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

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

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

This text has shadow with #52604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52604A on black background.


Color preview on white background

This text has color #52604A on white background.



Black color preview on #52604A background

This text has black color on #52604A background.


White color preview on #52604A background

This text has white color on #52604A background.