COLOR #212711

HEX: #212711
RGB: (33,39,17)

Color info

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

RGB color model

#212711 color RGB value is (33,39,17).

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

RGB channels and saturation

R 33 of 255 = 13%
G 39 of 255 = 15%
B 17 of 255 = 7%

33
39
17

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

Portions of RGB colors in percentages

R + G + B =
33 + 39 + 17 = 89 (100%)
R 33 of 89 ~ 37.08%
G 39 of 89 ~ 43.82%
B 17 of 89 ~ 19.1%

%37.08
%43.82
%19.1

CMYK color model

#212711 color CMYK value is (15,0,56,85).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 56.41%
  • key color value is 84.71%
CMYK:
(15,0,56,85)
C15M0Y56K85 
(15%,0%,56%,85%)
(0.15/0.00/0.56/0.85)	

CMYK percentages

%15.38
%0
%56.41
%84.71

Codes

Color #212711 in popluar color models

212711
RGB333917
HSL76°39.29%10.98%
HSB/HSV76°56.41%15.29%
CMYK15.38%0.00%56.41%
84.71%

Color #212711 in popluar number systems.

HEX212711
Decimal333917
Binary10000110011110001
Octal414721

Shades and tints

Shades of #212711

#212711
(33,39,17)
#1E2410
(30,36,16)
#1B210F
(27,33,15)
#181E0E
(24,30,14)
#151B0D
(21,27,13)
#12180C
(18,24,12)
#0F150B
(15,21,11)
#0C120A
(12,18,10)
#090F09
(9,15,9)
#060C08
(6,12,8)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #212711

#212711
(33,39,17)
#353A26
(53,58,38)
#494D3B
(73,77,59)
#5D6050
(93,96,80)
#717365
(113,115,101)
#85867A
(133,134,122)
#99998F
(153,153,143)
#ADACA4
(173,172,164)
#C1BFB9
(193,191,185)
#D5D2CE
(213,210,206)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212711 color. Also use rgb(33,39,17) instead hex code.

Text Font Color

.myTextColor { color: #212711; }

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

This text font color is #212711.


Background Color

.myBgColor { background-color: #212711; }

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

This div background color is #212711.


Border color

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

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

This div border color is #212711.


Opacity

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

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

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

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

This text has shadow with #212711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212711 on black background.


Color preview on white background

This text has color #212711 on white background.



Black color preview on #212711 background

This text has black color on #212711 background.


White color preview on #212711 background

This text has white color on #212711 background.