COLOR #212315

HEX: #212315
RGB: (33,35,21)

Color info

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

RGB color model

#212315 color RGB value is (33,35,21).

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

RGB channels and saturation

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

33
35
21

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

Portions of RGB colors in percentages

R + G + B =
33 + 35 + 21 = 89 (100%)
R 33 of 89 ~ 37.08%
G 35 of 89 ~ 39.33%
B 21 of 89 ~ 23.6%

%37.08
%39.33
%23.6

CMYK color model

#212315 color CMYK value is (6,0,40,86).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 86.27%
CMYK:
(6,0,40,86)
C6M0Y40K86 
(6%,0%,40%,86%)
(0.06/0.00/0.40/0.86)	

CMYK percentages

%5.71
%0
%40
%86.27

Codes

Color #212315 in popluar color models

212315
RGB333521
HSL69°25.00%10.98%
HSB/HSV69°40.00%13.73%
CMYK5.71%0.00%40.00%
86.27%

Color #212315 in popluar number systems.

HEX212315
Decimal333521
Binary10000110001110101
Octal414325

Shades and tints

Shades of #212315

#212315
(33,35,21)
#1E2014
(30,32,20)
#1B1D13
(27,29,19)
#181A12
(24,26,18)
#151711
(21,23,17)
#121410
(18,20,16)
#0F110F
(15,17,15)
#0C0E0E
(12,14,14)
#090B0D
(9,11,13)
#06080C
(6,8,12)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #212315

#212315
(33,35,21)
#35372A
(53,55,42)
#494B3F
(73,75,63)
#5D5F54
(93,95,84)
#717369
(113,115,105)
#85877E
(133,135,126)
#999B93
(153,155,147)
#ADAFA8
(173,175,168)
#C1C3BD
(193,195,189)
#D5D7D2
(213,215,210)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212315; }

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

This text font color is #212315.


Background Color

.myBgColor { background-color: #212315; }

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

This div background color is #212315.


Border color

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

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

This div border color is #212315.


Opacity

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

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

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

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

This text has shadow with #212315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212315 on black background.


Color preview on white background

This text has color #212315 on white background.



Black color preview on #212315 background

This text has black color on #212315 background.


White color preview on #212315 background

This text has white color on #212315 background.