COLOR #224446

HEX: #224446
RGB: (34,68,70)

Color info

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

RGB color model

#224446 color RGB value is (34,68,70).

  • red value is 34;
  • green value is 68;
  • blue value is 70.
RGB:
(34,68,70)
(13%,27%,27%)

RGB channels and saturation

R 34 of 255 = 13%
G 68 of 255 = 27%
B 70 of 255 = 27%

34
68
70

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

Portions of RGB colors in percentages

R + G + B =
34 + 68 + 70 = 172 (100%)
R 34 of 172 ~ 19.77%
G 68 of 172 ~ 39.53%
B 70 of 172 ~ 40.7%

%19.77
%39.53
%40.7

CMYK color model

#224446 color CMYK value is (51,3,0,73).

  • cyan value is 51.43%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(51,3,0,73)
C51M3Y0K73 
(51%,3%,0%,73%)
(0.51/0.03/0.00/0.73)	

CMYK percentages

%51.43
%2.86
%0
%72.55

Codes

Color #224446 in popluar color models

224446
RGB346870
HSL183°34.62%20.39%
HSB/HSV183°51.43%27.45%
CMYK51.43%2.86%0.00%
72.55%

Color #224446 in popluar number systems.

HEX224446
Decimal346870
Binary10001010001001000110
Octal42104106

Shades and tints

Shades of #224446

#224446
(34,68,70)
#1F3E40
(31,62,64)
#1C383A
(28,56,58)
#193234
(25,50,52)
#162C2E
(22,44,46)
#132628
(19,38,40)
#102022
(16,32,34)
#0D1A1C
(13,26,28)
#0A1416
(10,20,22)
#070E10
(7,14,16)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #224446

#224446
(34,68,70)
#365556
(54,85,86)
#4A6666
(74,102,102)
#5E7776
(94,119,118)
#728886
(114,136,134)
#869996
(134,153,150)
#9AAAA6
(154,170,166)
#AEBBB6
(174,187,182)
#C2CCC6
(194,204,198)
#D6DDD6
(214,221,214)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224446; }

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

This text font color is #224446.


Background Color

.myBgColor { background-color: #224446; }

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

This div background color is #224446.


Border color

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

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

This div border color is #224446.


Opacity

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

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

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

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

This text has shadow with #224446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224446 on black background.


Color preview on white background

This text has color #224446 on white background.



Black color preview on #224446 background

This text has black color on #224446 background.


White color preview on #224446 background

This text has white color on #224446 background.