COLOR #521945

HEX: #521945
RGB: (82,25,69)

Color info

#521945 contains red, green and blue colors in about the same proportion. Web safe color of #521945 is #660033 (or #603).

RGB color model

#521945 color RGB value is (82,25,69).

  • red value is 82;
  • green value is 25;
  • blue value is 69.
RGB:
(82,25,69)
(32%,10%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 25 of 255 = 10%
B 69 of 255 = 27%

82
25
69

R + G + B ~ 23%. #521945 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 25 + 69 = 176 (100%)
R 82 of 176 ~ 46.59%
G 25 of 176 ~ 14.2%
B 69 of 176 ~ 39.2%

%46.59
%14.2
%39.2

CMYK color model

#521945 color CMYK value is (0,70,16,68).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 15.85%
  • key color value is 67.84%
CMYK:
(0,70,16,68)
C0M70Y16K68 
(0%,70%,16%,68%)
(0.00/0.70/0.16/0.68)	

CMYK percentages

%0
%69.51
%15.85
%67.84

Codes

Color #521945 in popluar color models

521945
RGB822569
HSL314°53.27%20.98%
HSB/HSV314°69.51%32.16%
CMYK0.00%69.51%15.85%
67.84%

Color #521945 in popluar number systems.

HEX521945
Decimal822569
Binary1010010110011000101
Octal12231105

Shades and tints

Shades of #521945

#521945
(82,25,69)
#4B173F
(75,23,63)
#441539
(68,21,57)
#3D1333
(61,19,51)
#36112D
(54,17,45)
#2F0F27
(47,15,39)
#280D21
(40,13,33)
#210B1B
(33,11,27)
#1A0915
(26,9,21)
#13070F
(19,7,15)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #521945

#521945
(82,25,69)
#612D55
(97,45,85)
#704165
(112,65,101)
#7F5575
(127,85,117)
#8E6985
(142,105,133)
#9D7D95
(157,125,149)
#AC91A5
(172,145,165)
#BBA5B5
(187,165,181)
#CAB9C5
(202,185,197)
#D9CDD5
(217,205,213)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521945 color. Also use rgb(82,25,69) instead hex code.

Text Font Color

.myTextColor { color: #521945; }

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

This text font color is #521945.


Background Color

.myBgColor { background-color: #521945; }

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

This div background color is #521945.


Border color

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

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

This div border color is #521945.


Opacity

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

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

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

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

This text has shadow with #521945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521945 on black background.


Color preview on white background

This text has color #521945 on white background.



Black color preview on #521945 background

This text has black color on #521945 background.


White color preview on #521945 background

This text has white color on #521945 background.