COLOR #521735

HEX: #521735
RGB: (82,23,53)

Color info

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

RGB color model

#521735 color RGB value is (82,23,53).

  • red value is 82;
  • green value is 23;
  • blue value is 53.
RGB:
(82,23,53)
(32%,9%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 23 of 255 = 9%
B 53 of 255 = 21%

82
23
53

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

Portions of RGB colors in percentages

R + G + B =
82 + 23 + 53 = 158 (100%)
R 82 of 158 ~ 51.9%
G 23 of 158 ~ 14.56%
B 53 of 158 ~ 33.54%

%51.9
%14.56
%33.54

CMYK color model

#521735 color CMYK value is (0,72,35,68).

  • cyan value is 0.00%
  • magenta value is 71.95%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,72,35,68)
C0M72Y35K68 
(0%,72%,35%,68%)
(0.00/0.72/0.35/0.68)	

CMYK percentages

%0
%71.95
%35.37
%67.84

Codes

Color #521735 in popluar color models

521735
RGB822353
HSL329°56.19%20.59%
HSB/HSV329°71.95%32.16%
CMYK0.00%71.95%35.37%
67.84%

Color #521735 in popluar number systems.

HEX521735
Decimal822353
Binary101001010111110101
Octal1222765

Shades and tints

Shades of #521735

#521735
(82,23,53)
#4B1531
(75,21,49)
#44132D
(68,19,45)
#3D1129
(61,17,41)
#360F25
(54,15,37)
#2F0D21
(47,13,33)
#280B1D
(40,11,29)
#210919
(33,9,25)
#1A0715
(26,7,21)
#130511
(19,5,17)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #521735

#521735
(82,23,53)
#612C47
(97,44,71)
#704159
(112,65,89)
#7F566B
(127,86,107)
#8E6B7D
(142,107,125)
#9D808F
(157,128,143)
#AC95A1
(172,149,161)
#BBAAB3
(187,170,179)
#CABFC5
(202,191,197)
#D9D4D7
(217,212,215)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521735 color. Also use rgb(82,23,53) instead hex code.

Text Font Color

.myTextColor { color: #521735; }

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

This text font color is #521735.


Background Color

.myBgColor { background-color: #521735; }

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

This div background color is #521735.


Border color

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

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

This div border color is #521735.


Opacity

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

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

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

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

This text has shadow with #521735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521735 on black background.


Color preview on white background

This text has color #521735 on white background.



Black color preview on #521735 background

This text has black color on #521735 background.


White color preview on #521735 background

This text has white color on #521735 background.