COLOR #211711

HEX: #211711
RGB: (33,23,17)

Color info

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

RGB color model

#211711 color RGB value is (33,23,17).

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

RGB channels and saturation

R 33 of 255 = 13%
G 23 of 255 = 9%
B 17 of 255 = 7%

33
23
17

R + G + B ~ 10%. #211711 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 23 + 17 = 73 (100%)
R 33 of 73 ~ 45.21%
G 23 of 73 ~ 31.51%
B 17 of 73 ~ 23.29%

%45.21
%31.51
%23.29

CMYK color model

#211711 color CMYK value is (0,30,48,87).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 48.48%
  • key color value is 87.06%
CMYK:
(0,30,48,87)
C0M30Y48K87 
(0%,30%,48%,87%)
(0.00/0.30/0.48/0.87)	

CMYK percentages

%0
%30.3
%48.48
%87.06

Codes

Color #211711 in popluar color models

211711
RGB332317
HSL23°32.00%9.80%
HSB/HSV23°48.48%12.94%
CMYK0.00%30.30%48.48%
87.06%

Color #211711 in popluar number systems.

HEX211711
Decimal332317
Binary1000011011110001
Octal412721

Shades and tints

Shades of #211711

#211711
(33,23,17)
#1E1510
(30,21,16)
#1B130F
(27,19,15)
#18110E
(24,17,14)
#150F0D
(21,15,13)
#120D0C
(18,13,12)
#0F0B0B
(15,11,11)
#0C090A
(12,9,10)
#090709
(9,7,9)
#060508
(6,5,8)
#030307
(3,3,7)
#000000
(0,0,0)

Tints of #211711

#211711
(33,23,17)
#352C26
(53,44,38)
#49413B
(73,65,59)
#5D5650
(93,86,80)
#716B65
(113,107,101)
#85807A
(133,128,122)
#99958F
(153,149,143)
#ADAAA4
(173,170,164)
#C1BFB9
(193,191,185)
#D5D4CE
(213,212,206)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211711; }

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

This text font color is #211711.


Background Color

.myBgColor { background-color: #211711; }

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

This div background color is #211711.


Border color

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

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

This div border color is #211711.


Opacity

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

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

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

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

This text has shadow with #211711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211711 on black background.


Color preview on white background

This text has color #211711 on white background.



Black color preview on #211711 background

This text has black color on #211711 background.


White color preview on #211711 background

This text has white color on #211711 background.