COLOR #212512

HEX: #212512
RGB: (33,37,18)

Color info

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

RGB color model

#212512 color RGB value is (33,37,18).

  • red value is 33;
  • green value is 37;
  • blue value is 18.
RGB:
(33,37,18)
(13%,15%,7%)

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 18 of 255 = 7%

33
37
18

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

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 18 = 88 (100%)
R 33 of 88 ~ 37.5%
G 37 of 88 ~ 42.05%
B 18 of 88 ~ 20.45%

%37.5
%42.05
%20.45

CMYK color model

#212512 color CMYK value is (11,0,51,85).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(11,0,51,85)
C11M0Y51K85 
(11%,0%,51%,85%)
(0.11/0.00/0.51/0.85)	

CMYK percentages

%10.81
%0
%51.35
%85.49

Codes

Color #212512 in popluar color models

212512
RGB333718
HSL73°34.55%10.78%
HSB/HSV73°51.35%14.51%
CMYK10.81%0.00%51.35%
85.49%

Color #212512 in popluar number systems.

HEX212512
Decimal333718
Binary10000110010110010
Octal414522

Shades and tints

Shades of #212512

#212512
(33,37,18)
#1E2211
(30,34,17)
#1B1F10
(27,31,16)
#181C0F
(24,28,15)
#15190E
(21,25,14)
#12160D
(18,22,13)
#0F130C
(15,19,12)
#0C100B
(12,16,11)
#090D0A
(9,13,10)
#060A09
(6,10,9)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #212512

#212512
(33,37,18)
#353827
(53,56,39)
#494B3C
(73,75,60)
#5D5E51
(93,94,81)
#717166
(113,113,102)
#85847B
(133,132,123)
#999790
(153,151,144)
#ADAAA5
(173,170,165)
#C1BDBA
(193,189,186)
#D5D0CF
(213,208,207)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212512 color. Also use rgb(33,37,18) instead hex code.

Text Font Color

.myTextColor { color: #212512; }

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

This text font color is #212512.


Background Color

.myBgColor { background-color: #212512; }

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

This div background color is #212512.


Border color

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

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

This div border color is #212512.


Opacity

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

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

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

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

This text has shadow with #212512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212512 on black background.


Color preview on white background

This text has color #212512 on white background.



Black color preview on #212512 background

This text has black color on #212512 background.


White color preview on #212512 background

This text has white color on #212512 background.