COLOR #521B0B

HEX: #521B0B RGB: (82,27,11)

Color info

#521B0B contains mainly red and green colors. Web safe color of #521B0B is #663300 (or #630).

RGB color model

#521B0B color RGB value is (82,27,11).

RGB: (82,27,11) (32%, 11%, 4%)

RGB channels and saturation

R 82 of 255 = 32%
G 27 of 255 = 11%
B 11 of 255 = 4%

82
27
11

R + G + B ~ 16%. #521B0B is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 27 + 11 = 120 (100%)
R 82 of 120 ~ 68.33%
G 27 of 120 ~ 22.5%
B 11 of 120 ~ 9.17'%

%68.33
%22.5

CMYK color model

#521B0B color CMYK value is (0,67,87,68).

  • cyan value is 0.00%
  • magenta value is 67.07%
  • yellow value is 86.59%
  • key color value is 67.84%

CMYK: (0,67,87,68)
C0M67Y87K68 (0%, 67%, 87%, 68%)
(0.00 / 0.67 / 0.87 / 0.68)

CMYK percentages

%0
%67.07
%86.59
%67.84

Codes

Color #521B0B in popluar color models

52 1B 0B
RGB 82 27 11
HSL 14° 76.34% 18.24%
HSB/HSV 14° 86.59% 32.16%
CMYK 0.00% 67.07% 86.59%
67.84%

Color #521B0B in popluar number systems.

HEX 52 1B 0B
Decimal 82 27 11
Binary 1010010 11011 1011
Octal 122 33 13

Shades and tints

Shades of #521B0B

#521B0B
(82,27,11)
#4B190A
(75,25,10)
#441709
(68,23,9)
#3D1508
(61,21,8)
#361307
(54,19,7)
#2F1106
(47,17,6)
#280F05
(40,15,5)
#210D04
(33,13,4)
#1A0B03
(26,11,3)
#130902
(19,9,2)
#0C0701
(12,7,1)
#000000
(0,0,0)

Tints of #521B0B

#521B0B
(82,27,11)
#612F21
(97,47,33)
#704337
(112,67,55)
#7F574D
(127,87,77)
#8E6B63
(142,107,99)
#9D7F79
(157,127,121)
#AC938F
(172,147,143)
#BBA7A5
(187,167,165)
#CABBBB
(202,187,187)
#D9CFD1
(217,207,209)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521B0B color. Also use rgb(82,27,11) instead hex code.

Text Font Color

.myTextColor { color: #521B0B; }

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

This text font color is #521B0B.

Background Color

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

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

This div background color is #521B0B.

Border color

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

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

This div border color is #521B0B.

Opacity

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

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

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

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

This text has shadow with #521B0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521B0B.

Preview

Color preview on black background

This text has color #521B0B on black background.


Color preview on white background

This text has color #521B0B on white background.


Black color preview on #521B0B background

This text has black color on #521B0B background.


White color preview on #521B0B background

This text has white color on #521B0B background.


Related colors

Complementary color

Complementary color for #hex is #ADE4F4.


I love getcolorcode.com

Triadic colors

1 #0B521B and #1B0B52 with #521B0B are triadic colors.

2 #0B1B52 and #1B520B with #521B0B are triadic colors.