COLOR #224144

HEX: #224144 RGB: (34,65,68)

Color info

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

RGB color model

#224144 color RGB value is (34,65,68).

RGB: (34,65,68) (13%, 25%, 27%)

RGB channels and saturation

R 34 of 255 = 13%
G 65 of 255 = 25%
B 68 of 255 = 27%

34
65
68

R + G + B ~ 22%. #224144 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 65 + 68 = 167 (100%)
R 34 of 167 ~ 20.36%
G 65 of 167 ~ 38.92%
B 68 of 167 ~ 40.72'%

%20.36
%38.92
%40.72

CMYK color model

#224144 color CMYK value is (50,4,0,73).

  • cyan value is 50.00%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (50,4,0,73)
C50M4Y0K73 (50%, 4%, 0%, 73%)
(0.50 / 0.04 / 0.00 / 0.73)

CMYK percentages

%50
%4.41
%0
%73.33

Codes

Color #224144 in popluar color models

22 41 44
RGB 34 65 68
HSL 185° 33.33% 20.00%
HSB/HSV 185° 50.00% 26.67%
CMYK 50.00% 4.41% 0.00%
73.33%

Color #224144 in popluar number systems.

HEX 22 41 44
Decimal 34 65 68
Binary 100010 1000001 1000100
Octal 42 101 104

Shades and tints

Shades of #224144

#224144
(34,65,68)
#1F3C3E
(31,60,62)
#1C3738
(28,55,56)
#193232
(25,50,50)
#162D2C
(22,45,44)
#132826
(19,40,38)
#102320
(16,35,32)
#0D1E1A
(13,30,26)
#0A1914
(10,25,20)
#07140E
(7,20,14)
#040F08
(4,15,8)
#000000
(0,0,0)

Tints of #224144

#224144
(34,65,68)
#365255
(54,82,85)
#4A6366
(74,99,102)
#5E7477
(94,116,119)
#728588
(114,133,136)
#869699
(134,150,153)
#9AA7AA
(154,167,170)
#AEB8BB
(174,184,187)
#C2C9CC
(194,201,204)
#D6DADD
(214,218,221)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224144 color. Also use rgb(34,65,68) instead hex code.

Text Font Color

.myTextColor { color: #224144; }

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

This text font color is #224144.

Background Color

.myBgColor { background-color: #224144; }

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

This div background color is #224144.

Border color

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

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

This div border color is #224144.

Opacity

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

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

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

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

This text has shadow with #224144 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224144.

Preview

Color preview on black background

This text has color #224144 on black background.


Color preview on white background

This text has color #224144 on white background.


Black color preview on #224144 background

This text has black color on #224144 background.


White color preview on #224144 background

This text has white color on #224144 background.


Related colors

Complementary color

Complementary color for #hex is #DDBEBB.


I love getcolorcode.com

Triadic colors

1 #442241 and #414422 with #224144 are triadic colors.

2 #444122 and #412244 with #224144 are triadic colors.