COLOR #221D34

HEX: #221D34
RGB: (34,29,52)

Color info

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

RGB color model

#221D34 color RGB value is (34,29,52).

  • red value is 34;
  • green value is 29;
  • blue value is 52.
RGB:
(34,29,52)
(13%,11%,20%)

RGB channels and saturation

R 34 of 255 = 13%
G 29 of 255 = 11%
B 52 of 255 = 20%

34
29
52

R + G + B ~ 15%. #221D34 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 29 + 52 = 115 (100%)
R 34 of 115 ~ 29.57%
G 29 of 115 ~ 25.22%
B 52 of 115 ~ 45.22%

%29.57
%25.22
%45.22

CMYK color model

#221D34 color CMYK value is (35,44,0,80).

  • cyan value is 34.62%
  • magenta value is 44.23%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(35,44,0,80)
C35M44Y0K80 
(35%,44%,0%,80%)
(0.35/0.44/0.00/0.80)	

CMYK percentages

%34.62
%44.23
%0
%79.61

Codes

Color #221D34 in popluar color models

221D34
RGB342952
HSL253°28.40%15.88%
HSB/HSV253°44.23%20.39%
CMYK34.62%44.23%0.00%
79.61%

Color #221D34 in popluar number systems.

HEX221D34
Decimal342952
Binary10001011101110100
Octal423564

Shades and tints

Shades of #221D34

#221D34
(34,29,52)
#1F1B30
(31,27,48)
#1C192C
(28,25,44)
#191728
(25,23,40)
#161524
(22,21,36)
#131320
(19,19,32)
#10111C
(16,17,28)
#0D0F18
(13,15,24)
#0A0D14
(10,13,20)
#070B10
(7,11,16)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #221D34

#221D34
(34,29,52)
#363146
(54,49,70)
#4A4558
(74,69,88)
#5E596A
(94,89,106)
#726D7C
(114,109,124)
#86818E
(134,129,142)
#9A95A0
(154,149,160)
#AEA9B2
(174,169,178)
#C2BDC4
(194,189,196)
#D6D1D6
(214,209,214)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221D34 color. Also use rgb(34,29,52) instead hex code.

Text Font Color

.myTextColor { color: #221D34; }

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

This text font color is #221D34.


Background Color

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

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

This div background color is #221D34.


Border color

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

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

This div border color is #221D34.


Opacity

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

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

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

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

This text has shadow with #221D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221D34 on black background.


Color preview on white background

This text has color #221D34 on white background.



Black color preview on #221D34 background

This text has black color on #221D34 background.


White color preview on #221D34 background

This text has white color on #221D34 background.