COLOR #224B50

HEX: #224B50 RGB: (34,75,80)

Color info

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

RGB color model

#224B50 color RGB value is (34,75,80).

RGB: (34,75,80) (13%, 29%, 31%)

RGB channels and saturation

R 34 of 255 = 13%
G 75 of 255 = 29%
B 80 of 255 = 31%

34
75
80

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

Portions of RGB colors in percentages

R + G + B = 34 + 75 + 80 = 189 (100%)
R 34 of 189 ~ 17.99%
G 75 of 189 ~ 39.68%
B 80 of 189 ~ 42.33'%

%17.99
%39.68
%42.33

CMYK color model

#224B50 color CMYK value is (58,6,0,69).

  • cyan value is 57.50%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (58,6,0,69)
C58M6Y0K69 (58%, 6%, 0%, 69%)
(0.58 / 0.06 / 0.00 / 0.69)

CMYK percentages

%57.5
%6.25
%0
%68.63

Codes

Color #224B50 in popluar color models

22 4B 50
RGB 34 75 80
HSL 187° 40.35% 22.35%
HSB/HSV 187° 57.50% 31.37%
CMYK 57.50% 6.25% 0.00%
68.63%

Color #224B50 in popluar number systems.

HEX 22 4B 50
Decimal 34 75 80
Binary 100010 1001011 1010000
Octal 42 113 120

Shades and tints

Shades of #224B50

#224B50
(34,75,80)
#1F4549
(31,69,73)
#1C3F42
(28,63,66)
#19393B
(25,57,59)
#163334
(22,51,52)
#132D2D
(19,45,45)
#102726
(16,39,38)
#0D211F
(13,33,31)
#0A1B18
(10,27,24)
#071511
(7,21,17)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #224B50

#224B50
(34,75,80)
#365B5F
(54,91,95)
#4A6B6E
(74,107,110)
#5E7B7D
(94,123,125)
#728B8C
(114,139,140)
#869B9B
(134,155,155)
#9AABAA
(154,171,170)
#AEBBB9
(174,187,185)
#C2CBC8
(194,203,200)
#D6DBD7
(214,219,215)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224B50 color. Also use rgb(34,75,80) instead hex code.

Text Font Color

.myTextColor { color: #224B50; }

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

This text font color is #224B50.

Background Color

.myBgColor { background-color: #224B50; }

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

This div background color is #224B50.

Border color

.myBorderColor { border: 1px solid #224B50; }

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

This div border color is #224B50.

Opacity

.myOpacity80 { color: #224B50; opacity: 0.8; }

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

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

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

This text has shadow with #224B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224B50.

Preview

Color preview on black background

This text has color #224B50 on black background.


Color preview on white background

This text has color #224B50 on white background.


Black color preview on #224B50 background

This text has black color on #224B50 background.


White color preview on #224B50 background

This text has white color on #224B50 background.


Related colors

Complementary color

Complementary color for #hex is #DDB4AF.


I love getcolorcode.com

Triadic colors

1 #50224B and #4B5022 with #224B50 are triadic colors.

2 #504B22 and #4B2250 with #224B50 are triadic colors.