COLOR #521934

HEX: #521934
RGB: (82,25,52)

Color info

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

RGB color model

#521934 color RGB value is (82,25,52).

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

RGB channels and saturation

R 82 of 255 = 32%
G 25 of 255 = 10%
B 52 of 255 = 20%

82
25
52

R + G + B ~ 21%. #521934 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 25 + 52 = 159 (100%)
R 82 of 159 ~ 51.57%
G 25 of 159 ~ 15.72%
B 52 of 159 ~ 32.7%

%51.57
%15.72
%32.7

CMYK color model

#521934 color CMYK value is (0,70,37,68).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 36.59%
  • key color value is 67.84%
CMYK:
(0,70,37,68)
C0M70Y37K68 
(0%,70%,37%,68%)
(0.00/0.70/0.37/0.68)	

CMYK percentages

%0
%69.51
%36.59
%67.84

Codes

Color #521934 in popluar color models

521934
RGB822552
HSL332°53.27%20.98%
HSB/HSV332°69.51%32.16%
CMYK0.00%69.51%36.59%
67.84%

Color #521934 in popluar number systems.

HEX521934
Decimal822552
Binary101001011001110100
Octal1223164

Shades and tints

Shades of #521934

#521934
(82,25,52)
#4B1730
(75,23,48)
#44152C
(68,21,44)
#3D1328
(61,19,40)
#361124
(54,17,36)
#2F0F20
(47,15,32)
#280D1C
(40,13,28)
#210B18
(33,11,24)
#1A0914
(26,9,20)
#130710
(19,7,16)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #521934

#521934
(82,25,52)
#612D46
(97,45,70)
#704158
(112,65,88)
#7F556A
(127,85,106)
#8E697C
(142,105,124)
#9D7D8E
(157,125,142)
#AC91A0
(172,145,160)
#BBA5B2
(187,165,178)
#CAB9C4
(202,185,196)
#D9CDD6
(217,205,214)
#E8E1E8
(232,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521934; }

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

This text font color is #521934.


Background Color

.myBgColor { background-color: #521934; }

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

This div background color is #521934.


Border color

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

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

This div border color is #521934.


Opacity

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

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

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

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

This text has shadow with #521934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521934 on black background.


Color preview on white background

This text has color #521934 on white background.



Black color preview on #521934 background

This text has black color on #521934 background.


White color preview on #521934 background

This text has white color on #521934 background.