COLOR #210511

HEX: #210511 RGB: (33,5,17)

Color info

#210511 contains red, green and blue colors in about the same proportion. Web safe color of #210511 is #330000 (or #300).

RGB color model

#210511 color RGB value is (33,5,17).

RGB: (33,5,17) (13%, 2%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 5 of 255 = 2%
B 17 of 255 = 7%

33
5
17

R + G + B ~ 7%. #210511 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 5 + 17 = 55 (100%)
R 33 of 55 ~ 60%
G 5 of 55 ~ 9.09%
B 17 of 55 ~ 30.91'%

%60
%30.91

CMYK color model

#210511 color CMYK value is (0,85,48,87).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 48.48%
  • key color value is 87.06%

CMYK: (0,85,48,87)
C0M85Y48K87 (0%, 85%, 48%, 87%)
(0.00 / 0.85 / 0.48 / 0.87)

CMYK percentages

%0
%84.85
%48.48
%87.06

Codes

Color #210511 in popluar color models

21 05 11
RGB 33 5 17
HSL 334° 73.68% 7.45%
HSB/HSV 334° 84.85% 12.94%
CMYK 0.00% 84.85% 48.48%
87.06%

Color #210511 in popluar number systems.

HEX 21 05 11
Decimal 33 5 17
Binary 100001 101 10001
Octal 41 5 21

Shades and tints

Shades of #210511

#210511
(33,5,17)
#1E0510
(30,5,16)
#1B050F
(27,5,15)
#18050E
(24,5,14)
#15050D
(21,5,13)
#12050C
(18,5,12)
#0F050B
(15,5,11)
#0C050A
(12,5,10)
#090509
(9,5,9)
#060508
(6,5,8)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #210511

#210511
(33,5,17)
#351B26
(53,27,38)
#49313B
(73,49,59)
#5D4750
(93,71,80)
#715D65
(113,93,101)
#85737A
(133,115,122)
#99898F
(153,137,143)
#AD9FA4
(173,159,164)
#C1B5B9
(193,181,185)
#D5CBCE
(213,203,206)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #210511 color. Also use rgb(33,5,17) instead hex code.

Text Font Color

.myTextColor { color: #210511; }

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

This text font color is #210511.

Background Color

.myBgColor { background-color: #210511; }

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

This div background color is #210511.

Border color

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

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

This div border color is #210511.

Opacity

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

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

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

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

This text has shadow with #210511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #210511.

Preview

Color preview on black background

This text has color #210511 on black background.


Color preview on white background

This text has color #210511 on white background.


Black color preview on #210511 background

This text has black color on #210511 background.


White color preview on #210511 background

This text has white color on #210511 background.


Related colors

Complementary color

Complementary color for #hex is #DEFAEE.


I love getcolorcode.com

Triadic colors

1 #112105 and #051121 with #210511 are triadic colors.

2 #110521 and #052111 with #210511 are triadic colors.