COLOR #224A52

HEX: #224A52 RGB: (34,74,82)

Color info

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

RGB color model

#224A52 color RGB value is (34,74,82).

RGB: (34,74,82) (13%, 29%, 32%)

RGB channels and saturation

R 34 of 255 = 13%
G 74 of 255 = 29%
B 82 of 255 = 32%

34
74
82

R + G + B ~ 25%. #224A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 74 + 82 = 190 (100%)
R 34 of 190 ~ 17.89%
G 74 of 190 ~ 38.95%
B 82 of 190 ~ 43.16'%

%17.89
%38.95
%43.16

CMYK color model

#224A52 color CMYK value is (59,10,0,68).

  • cyan value is 58.54%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (59,10,0,68)
C59M10Y0K68 (59%, 10%, 0%, 68%)
(0.59 / 0.10 / 0.00 / 0.68)

CMYK percentages

%58.54
%9.76
%0
%67.84

Codes

Color #224A52 in popluar color models

22 4A 52
RGB 34 74 82
HSL 190° 41.38% 22.75%
HSB/HSV 190° 58.54% 32.16%
CMYK 58.54% 9.76% 0.00%
67.84%

Color #224A52 in popluar number systems.

HEX 22 4A 52
Decimal 34 74 82
Binary 100010 1001010 1010010
Octal 42 112 122

Shades and tints

Shades of #224A52

#224A52
(34,74,82)
#1F444B
(31,68,75)
#1C3E44
(28,62,68)
#19383D
(25,56,61)
#163236
(22,50,54)
#132C2F
(19,44,47)
#102628
(16,38,40)
#0D2021
(13,32,33)
#0A1A1A
(10,26,26)
#071413
(7,20,19)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #224A52

#224A52
(34,74,82)
#365A61
(54,90,97)
#4A6A70
(74,106,112)
#5E7A7F
(94,122,127)
#728A8E
(114,138,142)
#869A9D
(134,154,157)
#9AAAAC
(154,170,172)
#AEBABB
(174,186,187)
#C2CACA
(194,202,202)
#D6DAD9
(214,218,217)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224A52 color. Also use rgb(34,74,82) instead hex code.

Text Font Color

.myTextColor { color: #224A52; }

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

This text font color is #224A52.

Background Color

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

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

This div background color is #224A52.

Border color

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

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

This div border color is #224A52.

Opacity

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

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

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

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

This text has shadow with #224A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224A52.

Preview

Color preview on black background

This text has color #224A52 on black background.


Color preview on white background

This text has color #224A52 on white background.


Black color preview on #224A52 background

This text has black color on #224A52 background.


White color preview on #224A52 background

This text has white color on #224A52 background.


Related colors

Complementary color

Complementary color for #hex is #DDB5AD.


I love getcolorcode.com

Triadic colors

1 #52224A and #4A5222 with #224A52 are triadic colors.

2 #524A22 and #4A2252 with #224A52 are triadic colors.