COLOR #522741

HEX: #522741
RGB: (82,39,65)

Color info

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

RGB color model

#522741 color RGB value is (82,39,65).

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

RGB channels and saturation

R 82 of 255 = 32%
G 39 of 255 = 15%
B 65 of 255 = 25%

82
39
65

R + G + B ~ 24%. #522741 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 39 + 65 = 186 (100%)
R 82 of 186 ~ 44.09%
G 39 of 186 ~ 20.97%
B 65 of 186 ~ 34.95%

%44.09
%20.97
%34.95

CMYK color model

#522741 color CMYK value is (0,52,21,68).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(0,52,21,68)
C0M52Y21K68 
(0%,52%,21%,68%)
(0.00/0.52/0.21/0.68)	

CMYK percentages

%0
%52.44
%20.73
%67.84

Codes

Color #522741 in popluar color models

522741
RGB823965
HSL324°35.54%23.73%
HSB/HSV324°52.44%32.16%
CMYK0.00%52.44%20.73%
67.84%

Color #522741 in popluar number systems.

HEX522741
Decimal823965
Binary10100101001111000001
Octal12247101

Shades and tints

Shades of #522741

#522741
(82,39,65)
#4B243C
(75,36,60)
#442137
(68,33,55)
#3D1E32
(61,30,50)
#361B2D
(54,27,45)
#2F1828
(47,24,40)
#281523
(40,21,35)
#21121E
(33,18,30)
#1A0F19
(26,15,25)
#130C14
(19,12,20)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #522741

#522741
(82,39,65)
#613A52
(97,58,82)
#704D63
(112,77,99)
#7F6074
(127,96,116)
#8E7385
(142,115,133)
#9D8696
(157,134,150)
#AC99A7
(172,153,167)
#BBACB8
(187,172,184)
#CABFC9
(202,191,201)
#D9D2DA
(217,210,218)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522741; }

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

This text font color is #522741.


Background Color

.myBgColor { background-color: #522741; }

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

This div background color is #522741.


Border color

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

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

This div border color is #522741.


Opacity

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

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

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

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

This text has shadow with #522741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522741 on black background.


Color preview on white background

This text has color #522741 on white background.



Black color preview on #522741 background

This text has black color on #522741 background.


White color preview on #522741 background

This text has white color on #522741 background.