COLOR #521F25

HEX: #521F25
RGB: (82,31,37)

Color info

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

RGB color model

#521F25 color RGB value is (82,31,37).

  • red value is 82;
  • green value is 31;
  • blue value is 37.
RGB:
(82,31,37)
(32%,12%,15%)

RGB channels and saturation

R 82 of 255 = 32%
G 31 of 255 = 12%
B 37 of 255 = 15%

82
31
37

R + G + B ~ 20%. #521F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 31 + 37 = 150 (100%)
R 82 of 150 ~ 54.67%
G 31 of 150 ~ 20.67%
B 37 of 150 ~ 24.67%

%54.67
%20.67
%24.67

CMYK color model

#521F25 color CMYK value is (0,62,55,68).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 54.88%
  • key color value is 67.84%
CMYK:
(0,62,55,68)
C0M62Y55K68 
(0%,62%,55%,68%)
(0.00/0.62/0.55/0.68)	

CMYK percentages

%0
%62.2
%54.88
%67.84

Codes

Color #521F25 in popluar color models

521F25
RGB823137
HSL353°45.13%22.16%
HSB/HSV353°62.20%32.16%
CMYK0.00%62.20%54.88%
67.84%

Color #521F25 in popluar number systems.

HEX521F25
Decimal823137
Binary101001011111100101
Octal1223745

Shades and tints

Shades of #521F25

#521F25
(82,31,37)
#4B1D22
(75,29,34)
#441B1F
(68,27,31)
#3D191C
(61,25,28)
#361719
(54,23,25)
#2F1516
(47,21,22)
#281313
(40,19,19)
#211110
(33,17,16)
#1A0F0D
(26,15,13)
#130D0A
(19,13,10)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #521F25

#521F25
(82,31,37)
#613338
(97,51,56)
#70474B
(112,71,75)
#7F5B5E
(127,91,94)
#8E6F71
(142,111,113)
#9D8384
(157,131,132)
#AC9797
(172,151,151)
#BBABAA
(187,171,170)
#CABFBD
(202,191,189)
#D9D3D0
(217,211,208)
#E8E7E3
(232,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521F25 color. Also use rgb(82,31,37) instead hex code.

Text Font Color

.myTextColor { color: #521F25; }

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

This text font color is #521F25.


Background Color

.myBgColor { background-color: #521F25; }

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

This div background color is #521F25.


Border color

.myBorderColor { border: 1px solid #521F25; }

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

This div border color is #521F25.


Opacity

.myOpacity80 { color: #521F25; opacity: 0.8; }

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

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

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

This text has shadow with #521F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521F25 on black background.


Color preview on white background

This text has color #521F25 on white background.



Black color preview on #521F25 background

This text has black color on #521F25 background.


White color preview on #521F25 background

This text has white color on #521F25 background.