COLOR #223754

HEX: #223754
RGB: (34,55,84)

Color info

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

RGB color model

#223754 color RGB value is (34,55,84).

  • red value is 34;
  • green value is 55;
  • blue value is 84.
RGB:
(34,55,84)
(13%,22%,33%)

RGB channels and saturation

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

34
55
84

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

Portions of RGB colors in percentages

R + G + B =
34 + 55 + 84 = 173 (100%)
R 34 of 173 ~ 19.65%
G 55 of 173 ~ 31.79%
B 84 of 173 ~ 48.55%

%19.65
%31.79
%48.55

CMYK color model

#223754 color CMYK value is (60,35,0,67).

  • cyan value is 59.52%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(60,35,0,67)
C60M35Y0K67 
(60%,35%,0%,67%)
(0.60/0.35/0.00/0.67)	

CMYK percentages

%59.52
%34.52
%0
%67.06

Codes

Color #223754 in popluar color models

223754
RGB345584
HSL215°42.37%23.14%
HSB/HSV215°59.52%32.94%
CMYK59.52%34.52%0.00%
67.06%

Color #223754 in popluar number systems.

HEX223754
Decimal345584
Binary1000101101111010100
Octal4267124

Shades and tints

Shades of #223754

#223754
(34,55,84)
#1F324D
(31,50,77)
#1C2D46
(28,45,70)
#19283F
(25,40,63)
#162338
(22,35,56)
#131E31
(19,30,49)
#10192A
(16,25,42)
#0D1423
(13,20,35)
#0A0F1C
(10,15,28)
#070A15
(7,10,21)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #223754

#223754
(34,55,84)
#364963
(54,73,99)
#4A5B72
(74,91,114)
#5E6D81
(94,109,129)
#727F90
(114,127,144)
#86919F
(134,145,159)
#9AA3AE
(154,163,174)
#AEB5BD
(174,181,189)
#C2C7CC
(194,199,204)
#D6D9DB
(214,217,219)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223754; }

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

This text font color is #223754.


Background Color

.myBgColor { background-color: #223754; }

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

This div background color is #223754.


Border color

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

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

This div border color is #223754.


Opacity

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

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

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

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

This text has shadow with #223754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223754 on black background.


Color preview on white background

This text has color #223754 on white background.



Black color preview on #223754 background

This text has black color on #223754 background.


White color preview on #223754 background

This text has white color on #223754 background.