COLOR #221836

HEX: #221836
RGB: (34,24,54)

Color info

#221836 contains red, green and blue colors in about the same proportion. Web safe color of #221836 is #330033 (or #303).

RGB color model

#221836 color RGB value is (34,24,54).

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

RGB channels and saturation

R 34 of 255 = 13%
G 24 of 255 = 9%
B 54 of 255 = 21%

34
24
54

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

Portions of RGB colors in percentages

R + G + B =
34 + 24 + 54 = 112 (100%)
R 34 of 112 ~ 30.36%
G 24 of 112 ~ 21.43%
B 54 of 112 ~ 48.21%

%30.36
%21.43
%48.21

CMYK color model

#221836 color CMYK value is (37,56,0,79).

  • cyan value is 37.04%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(37,56,0,79)
C37M56Y0K79 
(37%,56%,0%,79%)
(0.37/0.56/0.00/0.79)	

CMYK percentages

%37.04
%55.56
%0
%78.82

Codes

Color #221836 in popluar color models

221836
RGB342454
HSL260°38.46%15.29%
HSB/HSV260°55.56%21.18%
CMYK37.04%55.56%0.00%
78.82%

Color #221836 in popluar number systems.

HEX221836
Decimal342454
Binary10001011000110110
Octal423066

Shades and tints

Shades of #221836

#221836
(34,24,54)
#1F1632
(31,22,50)
#1C142E
(28,20,46)
#19122A
(25,18,42)
#161026
(22,16,38)
#130E22
(19,14,34)
#100C1E
(16,12,30)
#0D0A1A
(13,10,26)
#0A0816
(10,8,22)
#070612
(7,6,18)
#04040E
(4,4,14)
#000000
(0,0,0)

Tints of #221836

#221836
(34,24,54)
#362D48
(54,45,72)
#4A425A
(74,66,90)
#5E576C
(94,87,108)
#726C7E
(114,108,126)
#868190
(134,129,144)
#9A96A2
(154,150,162)
#AEABB4
(174,171,180)
#C2C0C6
(194,192,198)
#D6D5D8
(214,213,216)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221836; }

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

This text font color is #221836.


Background Color

.myBgColor { background-color: #221836; }

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

This div background color is #221836.


Border color

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

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

This div border color is #221836.


Opacity

.myOpacity80 { color: #221836; opacity: 0.8; }

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

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

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

This text has shadow with #221836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221836 on black background.


Color preview on white background

This text has color #221836 on white background.



Black color preview on #221836 background

This text has black color on #221836 background.


White color preview on #221836 background

This text has white color on #221836 background.