COLOR #221E29

HEX: #221E29
RGB: (34,30,41)

Color info

#221E29 contains red, green and blue colors in about the same proportion. Web safe color of #221E29 is #333333 (or #333).

RGB color model

#221E29 color RGB value is (34,30,41).

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

RGB channels and saturation

R 34 of 255 = 13%
G 30 of 255 = 12%
B 41 of 255 = 16%

34
30
41

R + G + B ~ 14%. #221E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 30 + 41 = 105 (100%)
R 34 of 105 ~ 32.38%
G 30 of 105 ~ 28.57%
B 41 of 105 ~ 39.05%

%32.38
%28.57
%39.05

CMYK color model

#221E29 color CMYK value is (17,27,0,84).

  • cyan value is 17.07%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(17,27,0,84)
C17M27Y0K84 
(17%,27%,0%,84%)
(0.17/0.27/0.00/0.84)	

CMYK percentages

%17.07
%26.83
%0
%83.92

Codes

Color #221E29 in popluar color models

221E29
RGB343041
HSL262°15.49%13.92%
HSB/HSV262°26.83%16.08%
CMYK17.07%26.83%0.00%
83.92%

Color #221E29 in popluar number systems.

HEX221E29
Decimal343041
Binary10001011110101001
Octal423651

Shades and tints

Shades of #221E29

#221E29
(34,30,41)
#1F1C26
(31,28,38)
#1C1A23
(28,26,35)
#191820
(25,24,32)
#16161D
(22,22,29)
#13141A
(19,20,26)
#101217
(16,18,23)
#0D1014
(13,16,20)
#0A0E11
(10,14,17)
#070C0E
(7,12,14)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #221E29

#221E29
(34,30,41)
#36323C
(54,50,60)
#4A464F
(74,70,79)
#5E5A62
(94,90,98)
#726E75
(114,110,117)
#868288
(134,130,136)
#9A969B
(154,150,155)
#AEAAAE
(174,170,174)
#C2BEC1
(194,190,193)
#D6D2D4
(214,210,212)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221E29; }

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

This text font color is #221E29.


Background Color

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

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

This div background color is #221E29.


Border color

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

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

This div border color is #221E29.


Opacity

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

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

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

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

This text has shadow with #221E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221E29 on black background.


Color preview on white background

This text has color #221E29 on white background.



Black color preview on #221E29 background

This text has black color on #221E29 background.


White color preview on #221E29 background

This text has white color on #221E29 background.