COLOR #223955

HEX: #223955
RGB: (34,57,85)

Color info

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

RGB color model

#223955 color RGB value is (34,57,85).

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

RGB channels and saturation

R 34 of 255 = 13%
G 57 of 255 = 22%
B 85 of 255 = 33%

34
57
85

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

Portions of RGB colors in percentages

R + G + B =
34 + 57 + 85 = 176 (100%)
R 34 of 176 ~ 19.32%
G 57 of 176 ~ 32.39%
B 85 of 176 ~ 48.3%

%19.32
%32.39
%48.3

CMYK color model

#223955 color CMYK value is (60,33,0,67).

  • cyan value is 60.00%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(60,33,0,67)
C60M33Y0K67 
(60%,33%,0%,67%)
(0.60/0.33/0.00/0.67)	

CMYK percentages

%60
%32.94
%0
%66.67

Codes

Color #223955 in popluar color models

223955
RGB345785
HSL213°42.86%23.33%
HSB/HSV213°60.00%33.33%
CMYK60.00%32.94%0.00%
66.67%

Color #223955 in popluar number systems.

HEX223955
Decimal345785
Binary1000101110011010101
Octal4271125

Shades and tints

Shades of #223955

#223955
(34,57,85)
#1F344E
(31,52,78)
#1C2F47
(28,47,71)
#192A40
(25,42,64)
#162539
(22,37,57)
#132032
(19,32,50)
#101B2B
(16,27,43)
#0D1624
(13,22,36)
#0A111D
(10,17,29)
#070C16
(7,12,22)
#04070F
(4,7,15)
#000000
(0,0,0)

Tints of #223955

#223955
(34,57,85)
#364B64
(54,75,100)
#4A5D73
(74,93,115)
#5E6F82
(94,111,130)
#728191
(114,129,145)
#8693A0
(134,147,160)
#9AA5AF
(154,165,175)
#AEB7BE
(174,183,190)
#C2C9CD
(194,201,205)
#D6DBDC
(214,219,220)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223955; }

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

This text font color is #223955.


Background Color

.myBgColor { background-color: #223955; }

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

This div background color is #223955.


Border color

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

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

This div border color is #223955.


Opacity

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

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

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

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

This text has shadow with #223955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223955 on black background.


Color preview on white background

This text has color #223955 on white background.



Black color preview on #223955 background

This text has black color on #223955 background.


White color preview on #223955 background

This text has white color on #223955 background.