COLOR #224440

HEX: #224440
RGB: (34,68,64)

Color info

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

RGB color model

#224440 color RGB value is (34,68,64).

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

RGB channels and saturation

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

34
68
64

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

Portions of RGB colors in percentages

R + G + B =
34 + 68 + 64 = 166 (100%)
R 34 of 166 ~ 20.48%
G 68 of 166 ~ 40.96%
B 64 of 166 ~ 38.55%

%20.48
%40.96
%38.55

CMYK color model

#224440 color CMYK value is (50,0,6,73).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 73.33%
CMYK:
(50,0,6,73)
C50M0Y6K73 
(50%,0%,6%,73%)
(0.50/0.00/0.06/0.73)	

CMYK percentages

%50
%0
%5.88
%73.33

Codes

Color #224440 in popluar color models

224440
RGB346864
HSL173°33.33%20.00%
HSB/HSV173°50.00%26.67%
CMYK50.00%0.00%5.88%
73.33%

Color #224440 in popluar number systems.

HEX224440
Decimal346864
Binary10001010001001000000
Octal42104100

Shades and tints

Shades of #224440

#224440
(34,68,64)
#1F3E3B
(31,62,59)
#1C3836
(28,56,54)
#193231
(25,50,49)
#162C2C
(22,44,44)
#132627
(19,38,39)
#102022
(16,32,34)
#0D1A1D
(13,26,29)
#0A1418
(10,20,24)
#070E13
(7,14,19)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #224440

#224440
(34,68,64)
#365551
(54,85,81)
#4A6662
(74,102,98)
#5E7773
(94,119,115)
#728884
(114,136,132)
#869995
(134,153,149)
#9AAAA6
(154,170,166)
#AEBBB7
(174,187,183)
#C2CCC8
(194,204,200)
#D6DDD9
(214,221,217)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224440; }

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

This text font color is #224440.


Background Color

.myBgColor { background-color: #224440; }

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

This div background color is #224440.


Border color

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

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

This div border color is #224440.


Opacity

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

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

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

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

This text has shadow with #224440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224440 on black background.


Color preview on white background

This text has color #224440 on white background.



Black color preview on #224440 background

This text has black color on #224440 background.


White color preview on #224440 background

This text has white color on #224440 background.