COLOR #223040

HEX: #223040 RGB: (34,48,64)

Color info

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

RGB color model

#223040 color RGB value is (34,48,64).

RGB: (34,48,64) (13%, 19%, 25%)

RGB channels and saturation

R 34 of 255 = 13%
G 48 of 255 = 19%
B 64 of 255 = 25%

34
48
64

R + G + B ~ 19%. #223040 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 48 + 64 = 146 (100%)
R 34 of 146 ~ 23.29%
G 48 of 146 ~ 32.88%
B 64 of 146 ~ 43.84'%

%23.29
%32.88
%43.84

CMYK color model

#223040 color CMYK value is (47,25,0,75).

  • cyan value is 46.88%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (47,25,0,75)
C47M25Y0K75 (47%, 25%, 0%, 75%)
(0.47 / 0.25 / 0.00 / 0.75)

CMYK percentages

%46.88
%25
%0
%74.9

Codes

Color #223040 in popluar color models

22 30 40
RGB 34 48 64
HSL 212° 30.61% 19.22%
HSB/HSV 212° 46.88% 25.10%
CMYK 46.88% 25.00% 0.00%
74.90%

Color #223040 in popluar number systems.

HEX 22 30 40
Decimal 34 48 64
Binary 100010 110000 1000000
Octal 42 60 100

Shades and tints

Shades of #223040

#223040
(34,48,64)
#1F2C3B
(31,44,59)
#1C2836
(28,40,54)
#192431
(25,36,49)
#16202C
(22,32,44)
#131C27
(19,28,39)
#101822
(16,24,34)
#0D141D
(13,20,29)
#0A1018
(10,16,24)
#070C13
(7,12,19)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #223040

#223040
(34,48,64)
#364251
(54,66,81)
#4A5462
(74,84,98)
#5E6673
(94,102,115)
#727884
(114,120,132)
#868A95
(134,138,149)
#9A9CA6
(154,156,166)
#AEAEB7
(174,174,183)
#C2C0C8
(194,192,200)
#D6D2D9
(214,210,217)
#EAE4EA
(234,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223040; }

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

This text font color is #223040.

Background Color

.myBgColor { background-color: #223040; }

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

This div background color is #223040.

Border color

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

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

This div border color is #223040.

Opacity

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

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

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

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

This text has shadow with #223040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223040.

Preview

Color preview on black background

This text has color #223040 on black background.


Color preview on white background

This text has color #223040 on white background.


Black color preview on #223040 background

This text has black color on #223040 background.


White color preview on #223040 background

This text has white color on #223040 background.


Related colors

Complementary color

Complementary color for #hex is #DDCFBF.


I love getcolorcode.com

Triadic colors

1 #402230 and #304022 with #223040 are triadic colors.

2 #403022 and #302240 with #223040 are triadic colors.