COLOR #223C46

HEX: #223C46
RGB: (34,60,70)

Color info

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

RGB color model

#223C46 color RGB value is (34,60,70).

  • red value is 34;
  • green value is 60;
  • blue value is 70.
RGB:
(34,60,70)
(13%,24%,27%)

RGB channels and saturation

R 34 of 255 = 13%
G 60 of 255 = 24%
B 70 of 255 = 27%

34
60
70

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

Portions of RGB colors in percentages

R + G + B =
34 + 60 + 70 = 164 (100%)
R 34 of 164 ~ 20.73%
G 60 of 164 ~ 36.59%
B 70 of 164 ~ 42.68%

%20.73
%36.59
%42.68

CMYK color model

#223C46 color CMYK value is (51,14,0,73).

  • cyan value is 51.43%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(51,14,0,73)
C51M14Y0K73 
(51%,14%,0%,73%)
(0.51/0.14/0.00/0.73)	

CMYK percentages

%51.43
%14.29
%0
%72.55

Codes

Color #223C46 in popluar color models

223C46
RGB346070
HSL197°34.62%20.39%
HSB/HSV197°51.43%27.45%
CMYK51.43%14.29%0.00%
72.55%

Color #223C46 in popluar number systems.

HEX223C46
Decimal346070
Binary1000101111001000110
Octal4274106

Shades and tints

Shades of #223C46

#223C46
(34,60,70)
#1F3740
(31,55,64)
#1C323A
(28,50,58)
#192D34
(25,45,52)
#16282E
(22,40,46)
#132328
(19,35,40)
#101E22
(16,30,34)
#0D191C
(13,25,28)
#0A1416
(10,20,22)
#070F10
(7,15,16)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #223C46

#223C46
(34,60,70)
#364D56
(54,77,86)
#4A5E66
(74,94,102)
#5E6F76
(94,111,118)
#728086
(114,128,134)
#869196
(134,145,150)
#9AA2A6
(154,162,166)
#AEB3B6
(174,179,182)
#C2C4C6
(194,196,198)
#D6D5D6
(214,213,214)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223C46 color. Also use rgb(34,60,70) instead hex code.

Text Font Color

.myTextColor { color: #223C46; }

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

This text font color is #223C46.


Background Color

.myBgColor { background-color: #223C46; }

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

This div background color is #223C46.


Border color

.myBorderColor { border: 1px solid #223C46; }

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

This div border color is #223C46.


Opacity

.myOpacity80 { color: #223C46; opacity: 0.8; }

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

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

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

This text has shadow with #223C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223C46 on black background.


Color preview on white background

This text has color #223C46 on white background.



Black color preview on #223C46 background

This text has black color on #223C46 background.


White color preview on #223C46 background

This text has white color on #223C46 background.