COLOR #21150D

HEX: #21150D
RGB: (33,21,13)

Color info

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

RGB color model

#21150D color RGB value is (33,21,13).

  • red value is 33;
  • green value is 21;
  • blue value is 13.
RGB:
(33,21,13)
(13%,8%,5%)

RGB channels and saturation

R 33 of 255 = 13%
G 21 of 255 = 8%
B 13 of 255 = 5%

33
21
13

R + G + B ~ 9%. #21150D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 21 + 13 = 67 (100%)
R 33 of 67 ~ 49.25%
G 21 of 67 ~ 31.34%
B 13 of 67 ~ 19.4%

%49.25
%31.34
%19.4

CMYK color model

#21150D color CMYK value is (0,36,61,87).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 60.61%
  • key color value is 87.06%
CMYK:
(0,36,61,87)
C0M36Y61K87 
(0%,36%,61%,87%)
(0.00/0.36/0.61/0.87)	

CMYK percentages

%0
%36.36
%60.61
%87.06

Codes

Color #21150D in popluar color models

21150D
RGB332113
HSL24°43.48%9.02%
HSB/HSV24°60.61%12.94%
CMYK0.00%36.36%60.61%
87.06%

Color #21150D in popluar number systems.

HEX21150D
Decimal332113
Binary100001101011101
Octal412515

Shades and tints

Shades of #21150D

#21150D
(33,21,13)
#1E140C
(30,20,12)
#1B130B
(27,19,11)
#18120A
(24,18,10)
#151109
(21,17,9)
#121008
(18,16,8)
#0F0F07
(15,15,7)
#0C0E06
(12,14,6)
#090D05
(9,13,5)
#060C04
(6,12,4)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #21150D

#21150D
(33,21,13)
#352A23
(53,42,35)
#493F39
(73,63,57)
#5D544F
(93,84,79)
#716965
(113,105,101)
#857E7B
(133,126,123)
#999391
(153,147,145)
#ADA8A7
(173,168,167)
#C1BDBD
(193,189,189)
#D5D2D3
(213,210,211)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21150D color. Also use rgb(33,21,13) instead hex code.

Text Font Color

.myTextColor { color: #21150D; }

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

This text font color is #21150D.


Background Color

.myBgColor { background-color: #21150D; }

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

This div background color is #21150D.


Border color

.myBorderColor { border: 1px solid #21150D; }

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

This div border color is #21150D.


Opacity

.myOpacity80 { color: #21150D; opacity: 0.8; }

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

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

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

This text has shadow with #21150D color.

.textShadow {text-shadow: 3px 3px 1px #21150D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21150D on black background.


Color preview on white background

This text has color #21150D on white background.



Black color preview on #21150D background

This text has black color on #21150D background.


White color preview on #21150D background

This text has white color on #21150D background.