COLOR #223343

HEX: #223343 RGB: (34,51,67)

Color info

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

RGB color model

#223343 color RGB value is (34,51,67).

RGB: (34,51,67) (13%, 20%, 26%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 67 of 255 = 26%

34
51
67

R + G + B ~ 20%. #223343 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 51 + 67 = 152 (100%)
R 34 of 152 ~ 22.37%
G 51 of 152 ~ 33.55%
B 67 of 152 ~ 44.08'%

%22.37
%33.55
%44.08

CMYK color model

#223343 color CMYK value is (49,24,0,74).

  • cyan value is 49.25%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (49,24,0,74)
C49M24Y0K74 (49%, 24%, 0%, 74%)
(0.49 / 0.24 / 0.00 / 0.74)

CMYK percentages

%49.25
%23.88
%0
%73.73

Codes

Color #223343 in popluar color models

22 33 43
RGB 34 51 67
HSL 209° 32.67% 19.80%
HSB/HSV 209° 49.25% 26.27%
CMYK 49.25% 23.88% 0.00%
73.73%

Color #223343 in popluar number systems.

HEX 22 33 43
Decimal 34 51 67
Binary 100010 110011 1000011
Octal 42 63 103

Shades and tints

Shades of #223343

#223343
(34,51,67)
#1F2F3D
(31,47,61)
#1C2B37
(28,43,55)
#192731
(25,39,49)
#16232B
(22,35,43)
#131F25
(19,31,37)
#101B1F
(16,27,31)
#0D1719
(13,23,25)
#0A1313
(10,19,19)
#070F0D
(7,15,13)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #223343

#223343
(34,51,67)
#364554
(54,69,84)
#4A5765
(74,87,101)
#5E6976
(94,105,118)
#727B87
(114,123,135)
#868D98
(134,141,152)
#9A9FA9
(154,159,169)
#AEB1BA
(174,177,186)
#C2C3CB
(194,195,203)
#D6D5DC
(214,213,220)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223343 color. Also use rgb(34,51,67) instead hex code.

Text Font Color

.myTextColor { color: #223343; }

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

This text font color is #223343.

Background Color

.myBgColor { background-color: #223343; }

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

This div background color is #223343.

Border color

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

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

This div border color is #223343.

Opacity

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

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

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

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

This text has shadow with #223343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223343.

Preview

Color preview on black background

This text has color #223343 on black background.


Color preview on white background

This text has color #223343 on white background.


Black color preview on #223343 background

This text has black color on #223343 background.


White color preview on #223343 background

This text has white color on #223343 background.


Related colors

Complementary color

Complementary color for #hex is #DDCCBC.


I love getcolorcode.com

Triadic colors

1 #432233 and #334322 with #223343 are triadic colors.

2 #433322 and #332243 with #223343 are triadic colors.