COLOR #212415

HEX: #212415
RGB: (33,36,21)

Color info

#212415 contains red, green and blue colors in about the same proportion. Web safe color of #212415 is #333300 (or #330).

RGB color model

#212415 color RGB value is (33,36,21).

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

RGB channels and saturation

R 33 of 255 = 13%
G 36 of 255 = 14%
B 21 of 255 = 8%

33
36
21

R + G + B ~ 12%. #212415 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 36 + 21 = 90 (100%)
R 33 of 90 ~ 36.67%
G 36 of 90 ~ 40%
B 21 of 90 ~ 23.33%

%36.67
%40
%23.33

CMYK color model

#212415 color CMYK value is (8,0,42,86).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 85.88%
CMYK:
(8,0,42,86)
C8M0Y42K86 
(8%,0%,42%,86%)
(0.08/0.00/0.42/0.86)	

CMYK percentages

%8.33
%0
%41.67
%85.88

Codes

Color #212415 in popluar color models

212415
RGB333621
HSL72°26.32%11.18%
HSB/HSV72°41.67%14.12%
CMYK8.33%0.00%41.67%
85.88%

Color #212415 in popluar number systems.

HEX212415
Decimal333621
Binary10000110010010101
Octal414425

Shades and tints

Shades of #212415

#212415
(33,36,21)
#1E2114
(30,33,20)
#1B1E13
(27,30,19)
#181B12
(24,27,18)
#151811
(21,24,17)
#121510
(18,21,16)
#0F120F
(15,18,15)
#0C0F0E
(12,15,14)
#090C0D
(9,12,13)
#06090C
(6,9,12)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #212415

#212415
(33,36,21)
#35372A
(53,55,42)
#494A3F
(73,74,63)
#5D5D54
(93,93,84)
#717069
(113,112,105)
#85837E
(133,131,126)
#999693
(153,150,147)
#ADA9A8
(173,169,168)
#C1BCBD
(193,188,189)
#D5CFD2
(213,207,210)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212415; }

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

This text font color is #212415.


Background Color

.myBgColor { background-color: #212415; }

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

This div background color is #212415.


Border color

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

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

This div border color is #212415.


Opacity

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

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

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

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

This text has shadow with #212415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212415 on black background.


Color preview on white background

This text has color #212415 on white background.



Black color preview on #212415 background

This text has black color on #212415 background.


White color preview on #212415 background

This text has white color on #212415 background.