COLOR #223139

HEX: #223139
RGB: (34,49,57)

Color info

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

RGB color model

#223139 color RGB value is (34,49,57).

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

RGB channels and saturation

R 34 of 255 = 13%
G 49 of 255 = 19%
B 57 of 255 = 22%

34
49
57

R + G + B ~ 18%. #223139 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 49 + 57 = 140 (100%)
R 34 of 140 ~ 24.29%
G 49 of 140 ~ 35%
B 57 of 140 ~ 40.71%

%24.29
%35
%40.71

CMYK color model

#223139 color CMYK value is (40,14,0,78).

  • cyan value is 40.35%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(40,14,0,78)
C40M14Y0K78 
(40%,14%,0%,78%)
(0.40/0.14/0.00/0.78)	

CMYK percentages

%40.35
%14.04
%0
%77.65

Codes

Color #223139 in popluar color models

223139
RGB344957
HSL201°25.27%17.84%
HSB/HSV201°40.35%22.35%
CMYK40.35%14.04%0.00%
77.65%

Color #223139 in popluar number systems.

HEX223139
Decimal344957
Binary100010110001111001
Octal426171

Shades and tints

Shades of #223139

#223139
(34,49,57)
#1F2D34
(31,45,52)
#1C292F
(28,41,47)
#19252A
(25,37,42)
#162125
(22,33,37)
#131D20
(19,29,32)
#10191B
(16,25,27)
#0D1516
(13,21,22)
#0A1111
(10,17,17)
#070D0C
(7,13,12)
#040907
(4,9,7)
#000000
(0,0,0)

Tints of #223139

#223139
(34,49,57)
#36434B
(54,67,75)
#4A555D
(74,85,93)
#5E676F
(94,103,111)
#727981
(114,121,129)
#868B93
(134,139,147)
#9A9DA5
(154,157,165)
#AEAFB7
(174,175,183)
#C2C1C9
(194,193,201)
#D6D3DB
(214,211,219)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223139; }

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

This text font color is #223139.


Background Color

.myBgColor { background-color: #223139; }

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

This div background color is #223139.


Border color

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

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

This div border color is #223139.


Opacity

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

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

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

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

This text has shadow with #223139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223139 on black background.


Color preview on white background

This text has color #223139 on white background.



Black color preview on #223139 background

This text has black color on #223139 background.


White color preview on #223139 background

This text has white color on #223139 background.