COLOR #522746

HEX: #522746
RGB: (82,39,70)

Color info

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

RGB color model

#522746 color RGB value is (82,39,70).

  • red value is 82;
  • green value is 39;
  • blue value is 70.
RGB:
(82,39,70)
(32%,15%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 39 of 255 = 15%
B 70 of 255 = 27%

82
39
70

R + G + B ~ 25%. #522746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 39 + 70 = 191 (100%)
R 82 of 191 ~ 42.93%
G 39 of 191 ~ 20.42%
B 70 of 191 ~ 36.65%

%42.93
%20.42
%36.65

CMYK color model

#522746 color CMYK value is (0,52,15,68).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 14.63%
  • key color value is 67.84%
CMYK:
(0,52,15,68)
C0M52Y15K68 
(0%,52%,15%,68%)
(0.00/0.52/0.15/0.68)	

CMYK percentages

%0
%52.44
%14.63
%67.84

Codes

Color #522746 in popluar color models

522746
RGB823970
HSL317°35.54%23.73%
HSB/HSV317°52.44%32.16%
CMYK0.00%52.44%14.63%
67.84%

Color #522746 in popluar number systems.

HEX522746
Decimal823970
Binary10100101001111000110
Octal12247106

Shades and tints

Shades of #522746

#522746
(82,39,70)
#4B2440
(75,36,64)
#44213A
(68,33,58)
#3D1E34
(61,30,52)
#361B2E
(54,27,46)
#2F1828
(47,24,40)
#281522
(40,21,34)
#21121C
(33,18,28)
#1A0F16
(26,15,22)
#130C10
(19,12,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #522746

#522746
(82,39,70)
#613A56
(97,58,86)
#704D66
(112,77,102)
#7F6076
(127,96,118)
#8E7386
(142,115,134)
#9D8696
(157,134,150)
#AC99A6
(172,153,166)
#BBACB6
(187,172,182)
#CABFC6
(202,191,198)
#D9D2D6
(217,210,214)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522746 color. Also use rgb(82,39,70) instead hex code.

Text Font Color

.myTextColor { color: #522746; }

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

This text font color is #522746.


Background Color

.myBgColor { background-color: #522746; }

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

This div background color is #522746.


Border color

.myBorderColor { border: 1px solid #522746; }

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

This div border color is #522746.


Opacity

.myOpacity80 { color: #522746; opacity: 0.8; }

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

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

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

This text has shadow with #522746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522746 on black background.


Color preview on white background

This text has color #522746 on white background.



Black color preview on #522746 background

This text has black color on #522746 background.


White color preview on #522746 background

This text has white color on #522746 background.