COLOR #520F25

HEX: #520F25 RGB: (82,15,37)

Color info

#520F25 contains mainly red and blue colors. Web safe color of #520F25 is #660033 (or #603).

RGB color model

#520F25 color RGB value is (82,15,37).

RGB: (82,15,37) (32%, 6%, 15%)

RGB channels and saturation

R 82 of 255 = 32%
G 15 of 255 = 6%
B 37 of 255 = 15%

82
15
37

R + G + B ~ 18%. #520F25 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 15 + 37 = 134 (100%)
R 82 of 134 ~ 61.19%
G 15 of 134 ~ 11.19%
B 37 of 134 ~ 27.61'%

%61.19
%11.19
%27.61

CMYK color model

#520F25 color CMYK value is (0,82,55,68).

  • cyan value is 0.00%
  • magenta value is 81.71%
  • yellow value is 54.88%
  • key color value is 67.84%
CMYK: (0,82,55,68) C0M82Y55K68 (0%,82%,55%,68%) (0.00/0.82/0.55/0.68) 

CMYK percentages

%0
%81.71
%54.88
%67.84

Codes

Color #520F25 in popluar color models

52 0F 25
RGB 82 15 37
HSL 340° 69.07% 19.02%
HSB/HSV 340° 81.71% 32.16%
CMYK 0.00% 81.71% 54.88%
67.84%

Color #520F25 in popluar number systems.

HEX 52 0F 25
Decimal 82 15 37
Binary 1010010 1111 100101
Octal 122 17 45

Shades and tints

Shades of #520F25

#520F25
(82,15,37)
#4B0E22
(75,14,34)
#440D1F
(68,13,31)
#3D0C1C
(61,12,28)
#360B19
(54,11,25)
#2F0A16
(47,10,22)
#280913
(40,9,19)
#210810
(33,8,16)
#1A070D
(26,7,13)
#13060A
(19,6,10)
#0C0507
(12,5,7)
#000000
(0,0,0)

Tints of #520F25

#520F25
(82,15,37)
#612438
(97,36,56)
#70394B
(112,57,75)
#7F4E5E
(127,78,94)
#8E6371
(142,99,113)
#9D7884
(157,120,132)
#AC8D97
(172,141,151)
#BBA2AA
(187,162,170)
#CAB7BD
(202,183,189)
#D9CCD0
(217,204,208)
#E8E1E3
(232,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520F25; }

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

This text font color is #520F25.

Background Color

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

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

This div background color is #520F25.

Border color

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

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

This div border color is #520F25.

Opacity

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

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

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

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

This text has shadow with #520F25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520F25.

Preview

Color preview on black background

This text has color #520F25 on black background.


Color preview on white background

This text has color #520F25 on white background.


Black color preview on #520F25 background

This text has black color on #520F25 background.


White color preview on #520F25 background

This text has white color on #520F25 background.


Related colors

Complementary color

Complementary color for #hex is #ADF0DA.


I love getcolorcode.com

Triadic colors

1 #25520F and #0F2552 with #520F25 are triadic colors.

2 #250F52 and #0F5225 with #520F25 are triadic colors.