COLOR #52344A

HEX: #52344A
RGB: (82,52,74)

Color info

#52344A contains red, green and blue colors in about the same proportion. Web safe color of #52344A is #663333 (or #633).

RGB color model

#52344A color RGB value is (82,52,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 52 of 255 = 20%
B 74 of 255 = 29%

82
52
74

R + G + B ~ 27%. #52344A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 52 + 74 = 208 (100%)
R 82 of 208 ~ 39.42%
G 52 of 208 ~ 25%
B 74 of 208 ~ 35.58%

%39.42
%25
%35.58

CMYK color model

#52344A color CMYK value is (0,37,10,68).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(0,37,10,68)
C0M37Y10K68 
(0%,37%,10%,68%)
(0.00/0.37/0.10/0.68)	

CMYK percentages

%0
%36.59
%9.76
%67.84

Codes

Color #52344A in popluar color models

52344A
RGB825274
HSL316°22.39%26.27%
HSB/HSV316°36.59%32.16%
CMYK0.00%36.59%9.76%
67.84%

Color #52344A in popluar number systems.

HEX52344A
Decimal825274
Binary10100101101001001010
Octal12264112

Shades and tints

Shades of #52344A

#52344A
(82,52,74)
#4B3044
(75,48,68)
#442C3E
(68,44,62)
#3D2838
(61,40,56)
#362432
(54,36,50)
#2F202C
(47,32,44)
#281C26
(40,28,38)
#211820
(33,24,32)
#1A141A
(26,20,26)
#131014
(19,16,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #52344A

#52344A
(82,52,74)
#61465A
(97,70,90)
#70586A
(112,88,106)
#7F6A7A
(127,106,122)
#8E7C8A
(142,124,138)
#9D8E9A
(157,142,154)
#ACA0AA
(172,160,170)
#BBB2BA
(187,178,186)
#CAC4CA
(202,196,202)
#D9D6DA
(217,214,218)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52344A; }

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

This text font color is #52344A.


Background Color

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

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

This div background color is #52344A.


Border color

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

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

This div border color is #52344A.


Opacity

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

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

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

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

This text has shadow with #52344A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52344A on black background.


Color preview on white background

This text has color #52344A on white background.



Black color preview on #52344A background

This text has black color on #52344A background.


White color preview on #52344A background

This text has white color on #52344A background.