COLOR #223940

HEX: #223940
RGB: (34,57,64)

Color info

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

RGB color model

#223940 color RGB value is (34,57,64).

  • red value is 34;
  • green value is 57;
  • blue value is 64.
RGB:
(34,57,64)
(13%,22%,25%)

RGB channels and saturation

R 34 of 255 = 13%
G 57 of 255 = 22%
B 64 of 255 = 25%

34
57
64

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

Portions of RGB colors in percentages

R + G + B =
34 + 57 + 64 = 155 (100%)
R 34 of 155 ~ 21.94%
G 57 of 155 ~ 36.77%
B 64 of 155 ~ 41.29%

%21.94
%36.77
%41.29

CMYK color model

#223940 color CMYK value is (47,11,0,75).

  • cyan value is 46.88%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(47,11,0,75)
C47M11Y0K75 
(47%,11%,0%,75%)
(0.47/0.11/0.00/0.75)	

CMYK percentages

%46.88
%10.94
%0
%74.9

Codes

Color #223940 in popluar color models

223940
RGB345764
HSL194°30.61%19.22%
HSB/HSV194°46.88%25.10%
CMYK46.88%10.94%0.00%
74.90%

Color #223940 in popluar number systems.

HEX223940
Decimal345764
Binary1000101110011000000
Octal4271100

Shades and tints

Shades of #223940

#223940
(34,57,64)
#1F343B
(31,52,59)
#1C2F36
(28,47,54)
#192A31
(25,42,49)
#16252C
(22,37,44)
#132027
(19,32,39)
#101B22
(16,27,34)
#0D161D
(13,22,29)
#0A1118
(10,17,24)
#070C13
(7,12,19)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #223940

#223940
(34,57,64)
#364B51
(54,75,81)
#4A5D62
(74,93,98)
#5E6F73
(94,111,115)
#728184
(114,129,132)
#869395
(134,147,149)
#9AA5A6
(154,165,166)
#AEB7B7
(174,183,183)
#C2C9C8
(194,201,200)
#D6DBD9
(214,219,217)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223940; }

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

This text font color is #223940.


Background Color

.myBgColor { background-color: #223940; }

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

This div background color is #223940.


Border color

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

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

This div border color is #223940.


Opacity

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

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

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

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

This text has shadow with #223940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223940 on black background.


Color preview on white background

This text has color #223940 on white background.



Black color preview on #223940 background

This text has black color on #223940 background.


White color preview on #223940 background

This text has white color on #223940 background.