COLOR #1B2211

HEX: #1B2211
RGB: (27,34,17)

Color info

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

RGB color model

#1B2211 color RGB value is (27,34,17).

  • red value is 27;
  • green value is 34;
  • blue value is 17.
RGB:
(27,34,17)
(11%,13%,7%)

RGB channels and saturation

R 27 of 255 = 11%
G 34 of 255 = 13%
B 17 of 255 = 7%

27
34
17

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

Portions of RGB colors in percentages

R + G + B =
27 + 34 + 17 = 78 (100%)
R 27 of 78 ~ 34.62%
G 34 of 78 ~ 43.59%
B 17 of 78 ~ 21.79%

%34.62
%43.59
%21.79

CMYK color model

#1B2211 color CMYK value is (21,0,50,87).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 86.67%
CMYK:
(21,0,50,87)
C21M0Y50K87 
(21%,0%,50%,87%)
(0.21/0.00/0.50/0.87)	

CMYK percentages

%20.59
%0
%50
%86.67

Codes

Color #1B2211 in popluar color models

1B2211
RGB273417
HSL85°33.33%10.00%
HSB/HSV85°50.00%13.33%
CMYK20.59%0.00%50.00%
86.67%

Color #1B2211 in popluar number systems.

HEX1B2211
Decimal273417
Binary1101110001010001
Octal334221

Shades and tints

Shades of #1B2211

#1B2211
(27,34,17)
#191F10
(25,31,16)
#171C0F
(23,28,15)
#15190E
(21,25,14)
#13160D
(19,22,13)
#11130C
(17,19,12)
#0F100B
(15,16,11)
#0D0D0A
(13,13,10)
#0B0A09
(11,10,9)
#090708
(9,7,8)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #1B2211

#1B2211
(27,34,17)
#2F3626
(47,54,38)
#434A3B
(67,74,59)
#575E50
(87,94,80)
#6B7265
(107,114,101)
#7F867A
(127,134,122)
#939A8F
(147,154,143)
#A7AEA4
(167,174,164)
#BBC2B9
(187,194,185)
#CFD6CE
(207,214,206)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B2211 color. Also use rgb(27,34,17) instead hex code.

Text Font Color

.myTextColor { color: #1B2211; }

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

This text font color is #1B2211.


Background Color

.myBgColor { background-color: #1B2211; }

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

This div background color is #1B2211.


Border color

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

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

This div border color is #1B2211.


Opacity

.myOpacity80 { color: #1B2211; opacity: 0.8; }

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

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

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

This text has shadow with #1B2211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2211 on black background.


Color preview on white background

This text has color #1B2211 on white background.



Black color preview on #1B2211 background

This text has black color on #1B2211 background.


White color preview on #1B2211 background

This text has white color on #1B2211 background.