COLOR #223347

HEX: #223347
RGB: (34,51,71)

Color info

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

RGB color model

#223347 color RGB value is (34,51,71).

  • red value is 34;
  • green value is 51;
  • blue value is 71.
RGB:
(34,51,71)
(13%,20%,28%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 71 of 255 = 28%

34
51
71

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

Portions of RGB colors in percentages

R + G + B =
34 + 51 + 71 = 156 (100%)
R 34 of 156 ~ 21.79%
G 51 of 156 ~ 32.69%
B 71 of 156 ~ 45.51%

%21.79
%32.69
%45.51

CMYK color model

#223347 color CMYK value is (52,28,0,72).

  • cyan value is 52.11%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(52,28,0,72)
C52M28Y0K72 
(52%,28%,0%,72%)
(0.52/0.28/0.00/0.72)	

CMYK percentages

%52.11
%28.17
%0
%72.16

Codes

Color #223347 in popluar color models

223347
RGB345171
HSL212°35.24%20.59%
HSB/HSV212°52.11%27.84%
CMYK52.11%28.17%0.00%
72.16%

Color #223347 in popluar number systems.

HEX223347
Decimal345171
Binary1000101100111000111
Octal4263107

Shades and tints

Shades of #223347

#223347
(34,51,71)
#1F2F41
(31,47,65)
#1C2B3B
(28,43,59)
#192735
(25,39,53)
#16232F
(22,35,47)
#131F29
(19,31,41)
#101B23
(16,27,35)
#0D171D
(13,23,29)
#0A1317
(10,19,23)
#070F11
(7,15,17)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #223347

#223347
(34,51,71)
#364557
(54,69,87)
#4A5767
(74,87,103)
#5E6977
(94,105,119)
#727B87
(114,123,135)
#868D97
(134,141,151)
#9A9FA7
(154,159,167)
#AEB1B7
(174,177,183)
#C2C3C7
(194,195,199)
#D6D5D7
(214,213,215)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223347; }

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

This text font color is #223347.


Background Color

.myBgColor { background-color: #223347; }

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

This div background color is #223347.


Border color

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

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

This div border color is #223347.


Opacity

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

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

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

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

This text has shadow with #223347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223347 on black background.


Color preview on white background

This text has color #223347 on white background.



Black color preview on #223347 background

This text has black color on #223347 background.


White color preview on #223347 background

This text has white color on #223347 background.