COLOR #21130B

HEX: #21130B
RGB: (33,19,11)

Color info

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

RGB color model

#21130B color RGB value is (33,19,11).

  • red value is 33;
  • green value is 19;
  • blue value is 11.
RGB:
(33,19,11)
(13%,7%,4%)

RGB channels and saturation

R 33 of 255 = 13%
G 19 of 255 = 7%
B 11 of 255 = 4%

33
19
11

R + G + B ~ 8%. #21130B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 19 + 11 = 63 (100%)
R 33 of 63 ~ 52.38%
G 19 of 63 ~ 30.16%
B 11 of 63 ~ 17.46%

%52.38
%30.16
%17.46

CMYK color model

#21130B color CMYK value is (0,42,67,87).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 66.67%
  • key color value is 87.06%
CMYK:
(0,42,67,87)
C0M42Y67K87 
(0%,42%,67%,87%)
(0.00/0.42/0.67/0.87)	

CMYK percentages

%0
%42.42
%66.67
%87.06

Codes

Color #21130B in popluar color models

21130B
RGB331911
HSL22°50.00%8.63%
HSB/HSV22°66.67%12.94%
CMYK0.00%42.42%66.67%
87.06%

Color #21130B in popluar number systems.

HEX21130B
Decimal331911
Binary100001100111011
Octal412313

Shades and tints

Shades of #21130B

#21130B
(33,19,11)
#1E120A
(30,18,10)
#1B1109
(27,17,9)
#181008
(24,16,8)
#150F07
(21,15,7)
#120E06
(18,14,6)
#0F0D05
(15,13,5)
#0C0C04
(12,12,4)
#090B03
(9,11,3)
#060A02
(6,10,2)
#030901
(3,9,1)
#000000
(0,0,0)

Tints of #21130B

#21130B
(33,19,11)
#352821
(53,40,33)
#493D37
(73,61,55)
#5D524D
(93,82,77)
#716763
(113,103,99)
#857C79
(133,124,121)
#99918F
(153,145,143)
#ADA6A5
(173,166,165)
#C1BBBB
(193,187,187)
#D5D0D1
(213,208,209)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21130B color. Also use rgb(33,19,11) instead hex code.

Text Font Color

.myTextColor { color: #21130B; }

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

This text font color is #21130B.


Background Color

.myBgColor { background-color: #21130B; }

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

This div background color is #21130B.


Border color

.myBorderColor { border: 1px solid #21130B; }

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

This div border color is #21130B.


Opacity

.myOpacity80 { color: #21130B; opacity: 0.8; }

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

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

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

This text has shadow with #21130B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21130B on black background.


Color preview on white background

This text has color #21130B on white background.



Black color preview on #21130B background

This text has black color on #21130B background.


White color preview on #21130B background

This text has white color on #21130B background.