COLOR #223753

HEX: #223753 RGB: (34,55,83)

Color info

#223753 contains red, green and blue colors in about the same proportion. Web safe color of #223753 is #333366 (or #336).

RGB color model

#223753 color RGB value is (34,55,83).

RGB: (34,55,83) (13%, 22%, 33%)

RGB channels and saturation

R 34 of 255 = 13%
G 55 of 255 = 22%
B 83 of 255 = 33%

34
55
83

R + G + B ~ 23%. #223753 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 55 + 83 = 172 (100%)
R 34 of 172 ~ 19.77%
G 55 of 172 ~ 31.98%
B 83 of 172 ~ 48.26'%

%19.77
%31.98
%48.26

CMYK color model

#223753 color CMYK value is (59,34,0,67).

  • cyan value is 59.04%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK: (59,34,0,67) C59M34Y0K67 (59%,34%,0%,67%) (0.59/0.34/0.00/0.67) 

CMYK percentages

%59.04
%33.73
%0
%67.45

Codes

Color #223753 in popluar color models

22 37 53
RGB 34 55 83
HSL 214° 41.88% 22.94%
HSB/HSV 214° 59.04% 32.55%
CMYK 59.04% 33.73% 0.00%
67.45%

Color #223753 in popluar number systems.

HEX 22 37 53
Decimal 34 55 83
Binary 100010 110111 1010011
Octal 42 67 123

Shades and tints

Shades of #223753

#223753
(34,55,83)
#1F324C
(31,50,76)
#1C2D45
(28,45,69)
#19283E
(25,40,62)
#162337
(22,35,55)
#131E30
(19,30,48)
#101929
(16,25,41)
#0D1422
(13,20,34)
#0A0F1B
(10,15,27)
#070A14
(7,10,20)
#04050D
(4,5,13)
#000000
(0,0,0)

Tints of #223753

#223753
(34,55,83)
#364962
(54,73,98)
#4A5B71
(74,91,113)
#5E6D80
(94,109,128)
#727F8F
(114,127,143)
#86919E
(134,145,158)
#9AA3AD
(154,163,173)
#AEB5BC
(174,181,188)
#C2C7CB
(194,199,203)
#D6D9DA
(214,217,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223753 color. Also use rgb(34,55,83) instead hex code.

Text Font Color

.myTextColor { color: #223753; }

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

This text font color is #223753.

Background Color

.myBgColor { background-color: #223753; }

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

This div background color is #223753.

Border color

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

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

This div border color is #223753.

Opacity

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

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

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

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

This text has shadow with #223753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223753.

Preview

Color preview on black background

This text has color #223753 on black background.


Color preview on white background

This text has color #223753 on white background.


Black color preview on #223753 background

This text has black color on #223753 background.


White color preview on #223753 background

This text has white color on #223753 background.


Related colors

Complementary color

Complementary color for #hex is #DDC8AC.


I love getcolorcode.com

Triadic colors

1 #532237 and #375322 with #223753 are triadic colors.

2 #533722 and #372253 with #223753 are triadic colors.