COLOR #211F17

HEX: #211F17
RGB: (33,31,23)

Color info

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

RGB color model

#211F17 color RGB value is (33,31,23).

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

RGB channels and saturation

R 33 of 255 = 13%
G 31 of 255 = 12%
B 23 of 255 = 9%

33
31
23

R + G + B ~ 11%. #211F17 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 31 + 23 = 87 (100%)
R 33 of 87 ~ 37.93%
G 31 of 87 ~ 35.63%
B 23 of 87 ~ 26.44%

%37.93
%35.63
%26.44

CMYK color model

#211F17 color CMYK value is (0,6,30,87).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(0,6,30,87)
C0M6Y30K87 
(0%,6%,30%,87%)
(0.00/0.06/0.30/0.87)	

CMYK percentages

%0
%6.06
%30.3
%87.06

Codes

Color #211F17 in popluar color models

211F17
RGB333123
HSL48°17.86%10.98%
HSB/HSV48°30.30%12.94%
CMYK0.00%6.06%30.30%
87.06%

Color #211F17 in popluar number systems.

HEX211F17
Decimal333123
Binary1000011111110111
Octal413727

Shades and tints

Shades of #211F17

#211F17
(33,31,23)
#1E1D15
(30,29,21)
#1B1B13
(27,27,19)
#181911
(24,25,17)
#15170F
(21,23,15)
#12150D
(18,21,13)
#0F130B
(15,19,11)
#0C1109
(12,17,9)
#090F07
(9,15,7)
#060D05
(6,13,5)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #211F17

#211F17
(33,31,23)
#35332C
(53,51,44)
#494741
(73,71,65)
#5D5B56
(93,91,86)
#716F6B
(113,111,107)
#858380
(133,131,128)
#999795
(153,151,149)
#ADABAA
(173,171,170)
#C1BFBF
(193,191,191)
#D5D3D4
(213,211,212)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211F17; }

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

This text font color is #211F17.


Background Color

.myBgColor { background-color: #211F17; }

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

This div background color is #211F17.


Border color

.myBorderColor { border: 1px solid #211F17; }

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

This div border color is #211F17.


Opacity

.myOpacity80 { color: #211F17; opacity: 0.8; }

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

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

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

This text has shadow with #211F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211F17 on black background.


Color preview on white background

This text has color #211F17 on white background.



Black color preview on #211F17 background

This text has black color on #211F17 background.


White color preview on #211F17 background

This text has white color on #211F17 background.