COLOR #223949

HEX: #223949 RGB: (34,57,73)

Color info

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

RGB color model

#223949 color RGB value is (34,57,73).

RGB: (34,57,73) (13%, 22%, 29%)

RGB channels and saturation

R 34 of 255 = 13%
G 57 of 255 = 22%
B 73 of 255 = 29%

34
57
73

R + G + B ~ 21%. #223949 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 57 + 73 = 164 (100%)
R 34 of 164 ~ 20.73%
G 57 of 164 ~ 34.76%
B 73 of 164 ~ 44.51'%

%20.73
%34.76
%44.51

CMYK color model

#223949 color CMYK value is (53,22,0,71).

  • cyan value is 53.42%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (53,22,0,71)
C53M22Y0K71 (53%, 22%, 0%, 71%)
(0.53 / 0.22 / 0.00 / 0.71)

CMYK percentages

%53.42
%21.92
%0
%71.37

Codes

Color #223949 in popluar color models

22 39 49
RGB 34 57 73
HSL 205° 36.45% 20.98%
HSB/HSV 205° 53.42% 28.63%
CMYK 53.42% 21.92% 0.00%
71.37%

Color #223949 in popluar number systems.

HEX 22 39 49
Decimal 34 57 73
Binary 100010 111001 1001001
Octal 42 71 111

Shades and tints

Shades of #223949

#223949
(34,57,73)
#1F3443
(31,52,67)
#1C2F3D
(28,47,61)
#192A37
(25,42,55)
#162531
(22,37,49)
#13202B
(19,32,43)
#101B25
(16,27,37)
#0D161F
(13,22,31)
#0A1119
(10,17,25)
#070C13
(7,12,19)
#04070D
(4,7,13)
#000000
(0,0,0)

Tints of #223949

#223949
(34,57,73)
#364B59
(54,75,89)
#4A5D69
(74,93,105)
#5E6F79
(94,111,121)
#728189
(114,129,137)
#869399
(134,147,153)
#9AA5A9
(154,165,169)
#AEB7B9
(174,183,185)
#C2C9C9
(194,201,201)
#D6DBD9
(214,219,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223949 color. Also use rgb(34,57,73) instead hex code.

Text Font Color

.myTextColor { color: #223949; }

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

This text font color is #223949.

Background Color

.myBgColor { background-color: #223949; }

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

This div background color is #223949.

Border color

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

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

This div border color is #223949.

Opacity

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

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

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

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

This text has shadow with #223949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223949.

Preview

Color preview on black background

This text has color #223949 on black background.


Color preview on white background

This text has color #223949 on white background.


Black color preview on #223949 background

This text has black color on #223949 background.


White color preview on #223949 background

This text has white color on #223949 background.


Related colors

Complementary color

Complementary color for #hex is #DDC6B6.


I love getcolorcode.com

Triadic colors

1 #492239 and #394922 with #223949 are triadic colors.

2 #493922 and #392249 with #223949 are triadic colors.