COLOR #224851

HEX: #224851 RGB: (34,72,81)

Color info

#224851 contains red, green and blue colors in about the same proportion. Web safe color of #224851 is #333366 (or #336).

RGB color model

#224851 color RGB value is (34,72,81).

RGB: (34,72,81) (13%, 28%, 32%)

RGB channels and saturation

R 34 of 255 = 13%
G 72 of 255 = 28%
B 81 of 255 = 32%

34
72
81

R + G + B ~ 24%. #224851 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 72 + 81 = 187 (100%)
R 34 of 187 ~ 18.18%
G 72 of 187 ~ 38.5%
B 81 of 187 ~ 43.32'%

%18.18
%38.5
%43.32

CMYK color model

#224851 color CMYK value is (58,11,0,68).

  • cyan value is 58.02%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (58,11,0,68)
C58M11Y0K68 (58%, 11%, 0%, 68%)
(0.58 / 0.11 / 0.00 / 0.68)

CMYK percentages

%58.02
%11.11
%0
%68.24

Codes

Color #224851 in popluar color models

22 48 51
RGB 34 72 81
HSL 191° 40.87% 22.55%
HSB/HSV 191° 58.02% 31.76%
CMYK 58.02% 11.11% 0.00%
68.24%

Color #224851 in popluar number systems.

HEX 22 48 51
Decimal 34 72 81
Binary 100010 1001000 1010001
Octal 42 110 121

Shades and tints

Shades of #224851

#224851
(34,72,81)
#1F424A
(31,66,74)
#1C3C43
(28,60,67)
#19363C
(25,54,60)
#163035
(22,48,53)
#132A2E
(19,42,46)
#102427
(16,36,39)
#0D1E20
(13,30,32)
#0A1819
(10,24,25)
#071212
(7,18,18)
#040C0B
(4,12,11)
#000000
(0,0,0)

Tints of #224851

#224851
(34,72,81)
#365860
(54,88,96)
#4A686F
(74,104,111)
#5E787E
(94,120,126)
#72888D
(114,136,141)
#86989C
(134,152,156)
#9AA8AB
(154,168,171)
#AEB8BA
(174,184,186)
#C2C8C9
(194,200,201)
#D6D8D8
(214,216,216)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224851 color. Also use rgb(34,72,81) instead hex code.

Text Font Color

.myTextColor { color: #224851; }

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

This text font color is #224851.

Background Color

.myBgColor { background-color: #224851; }

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

This div background color is #224851.

Border color

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

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

This div border color is #224851.

Opacity

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

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

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

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

This text has shadow with #224851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224851.

Preview

Color preview on black background

This text has color #224851 on black background.


Color preview on white background

This text has color #224851 on white background.


Black color preview on #224851 background

This text has black color on #224851 background.


White color preview on #224851 background

This text has white color on #224851 background.


Related colors

Complementary color

Complementary color for #hex is #DDB7AE.


I love getcolorcode.com

Triadic colors

1 #512248 and #485122 with #224851 are triadic colors.

2 #514822 and #482251 with #224851 are triadic colors.