COLOR #221D35

HEX: #221D35
RGB: (34,29,53)

Color info

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

RGB color model

#221D35 color RGB value is (34,29,53).

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

RGB channels and saturation

R 34 of 255 = 13%
G 29 of 255 = 11%
B 53 of 255 = 21%

34
29
53

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

Portions of RGB colors in percentages

R + G + B =
34 + 29 + 53 = 116 (100%)
R 34 of 116 ~ 29.31%
G 29 of 116 ~ 25%
B 53 of 116 ~ 45.69%

%29.31
%25
%45.69

CMYK color model

#221D35 color CMYK value is (36,45,0,79).

  • cyan value is 35.85%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(36,45,0,79)
C36M45Y0K79 
(36%,45%,0%,79%)
(0.36/0.45/0.00/0.79)	

CMYK percentages

%35.85
%45.28
%0
%79.22

Codes

Color #221D35 in popluar color models

221D35
RGB342953
HSL253°29.27%16.08%
HSB/HSV253°45.28%20.78%
CMYK35.85%45.28%0.00%
79.22%

Color #221D35 in popluar number systems.

HEX221D35
Decimal342953
Binary10001011101110101
Octal423565

Shades and tints

Shades of #221D35

#221D35
(34,29,53)
#1F1B31
(31,27,49)
#1C192D
(28,25,45)
#191729
(25,23,41)
#161525
(22,21,37)
#131321
(19,19,33)
#10111D
(16,17,29)
#0D0F19
(13,15,25)
#0A0D15
(10,13,21)
#070B11
(7,11,17)
#04090D
(4,9,13)
#000000
(0,0,0)

Tints of #221D35

#221D35
(34,29,53)
#363147
(54,49,71)
#4A4559
(74,69,89)
#5E596B
(94,89,107)
#726D7D
(114,109,125)
#86818F
(134,129,143)
#9A95A1
(154,149,161)
#AEA9B3
(174,169,179)
#C2BDC5
(194,189,197)
#D6D1D7
(214,209,215)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221D35; }

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

This text font color is #221D35.


Background Color

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

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

This div background color is #221D35.


Border color

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

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

This div border color is #221D35.


Opacity

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

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

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

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

This text has shadow with #221D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221D35 on black background.


Color preview on white background

This text has color #221D35 on white background.



Black color preview on #221D35 background

This text has black color on #221D35 background.


White color preview on #221D35 background

This text has white color on #221D35 background.