COLOR #221E18

HEX: #221E18
RGB: (34,30,24)

Color info

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

RGB color model

#221E18 color RGB value is (34,30,24).

  • red value is 34;
  • green value is 30;
  • blue value is 24.
RGB:
(34,30,24)
(13%,12%,9%)

RGB channels and saturation

R 34 of 255 = 13%
G 30 of 255 = 12%
B 24 of 255 = 9%

34
30
24

R + G + B ~ 11%. #221E18 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 30 + 24 = 88 (100%)
R 34 of 88 ~ 38.64%
G 30 of 88 ~ 34.09%
B 24 of 88 ~ 27.27%

%38.64
%34.09
%27.27

CMYK color model

#221E18 color CMYK value is (0,12,29,87).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 29.41%
  • key color value is 86.67%
CMYK:
(0,12,29,87)
C0M12Y29K87 
(0%,12%,29%,87%)
(0.00/0.12/0.29/0.87)	

CMYK percentages

%0
%11.76
%29.41
%86.67

Codes

Color #221E18 in popluar color models

221E18
RGB343024
HSL36°17.24%11.37%
HSB/HSV36°29.41%13.33%
CMYK0.00%11.76%29.41%
86.67%

Color #221E18 in popluar number systems.

HEX221E18
Decimal343024
Binary1000101111011000
Octal423630

Shades and tints

Shades of #221E18

#221E18
(34,30,24)
#1F1C16
(31,28,22)
#1C1A14
(28,26,20)
#191812
(25,24,18)
#161610
(22,22,16)
#13140E
(19,20,14)
#10120C
(16,18,12)
#0D100A
(13,16,10)
#0A0E08
(10,14,8)
#070C06
(7,12,6)
#040A04
(4,10,4)
#000000
(0,0,0)

Tints of #221E18

#221E18
(34,30,24)
#36322D
(54,50,45)
#4A4642
(74,70,66)
#5E5A57
(94,90,87)
#726E6C
(114,110,108)
#868281
(134,130,129)
#9A9696
(154,150,150)
#AEAAAB
(174,170,171)
#C2BEC0
(194,190,192)
#D6D2D5
(214,210,213)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221E18 color. Also use rgb(34,30,24) instead hex code.

Text Font Color

.myTextColor { color: #221E18; }

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

This text font color is #221E18.


Background Color

.myBgColor { background-color: #221E18; }

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

This div background color is #221E18.


Border color

.myBorderColor { border: 1px solid #221E18; }

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

This div border color is #221E18.


Opacity

.myOpacity80 { color: #221E18; opacity: 0.8; }

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

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

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

This text has shadow with #221E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221E18 on black background.


Color preview on white background

This text has color #221E18 on white background.



Black color preview on #221E18 background

This text has black color on #221E18 background.


White color preview on #221E18 background

This text has white color on #221E18 background.