COLOR #223252

HEX: #223252
RGB: (34,50,82)

Color info

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

RGB color model

#223252 color RGB value is (34,50,82).

  • red value is 34;
  • green value is 50;
  • blue value is 82.
RGB:
(34,50,82)
(13%,20%,32%)

RGB channels and saturation

R 34 of 255 = 13%
G 50 of 255 = 20%
B 82 of 255 = 32%

34
50
82

R + G + B ~ 22%. #223252 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 50 + 82 = 166 (100%)
R 34 of 166 ~ 20.48%
G 50 of 166 ~ 30.12%
B 82 of 166 ~ 49.4%

%20.48
%30.12
%49.4

CMYK color model

#223252 color CMYK value is (59,39,0,68).

  • cyan value is 58.54%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(59,39,0,68)
C59M39Y0K68 
(59%,39%,0%,68%)
(0.59/0.39/0.00/0.68)	

CMYK percentages

%58.54
%39.02
%0
%67.84

Codes

Color #223252 in popluar color models

223252
RGB345082
HSL220°41.38%22.75%
HSB/HSV220°58.54%32.16%
CMYK58.54%39.02%0.00%
67.84%

Color #223252 in popluar number systems.

HEX223252
Decimal345082
Binary1000101100101010010
Octal4262122

Shades and tints

Shades of #223252

#223252
(34,50,82)
#1F2E4B
(31,46,75)
#1C2A44
(28,42,68)
#19263D
(25,38,61)
#162236
(22,34,54)
#131E2F
(19,30,47)
#101A28
(16,26,40)
#0D1621
(13,22,33)
#0A121A
(10,18,26)
#070E13
(7,14,19)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #223252

#223252
(34,50,82)
#364461
(54,68,97)
#4A5670
(74,86,112)
#5E687F
(94,104,127)
#727A8E
(114,122,142)
#868C9D
(134,140,157)
#9A9EAC
(154,158,172)
#AEB0BB
(174,176,187)
#C2C2CA
(194,194,202)
#D6D4D9
(214,212,217)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223252 color. Also use rgb(34,50,82) instead hex code.

Text Font Color

.myTextColor { color: #223252; }

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

This text font color is #223252.


Background Color

.myBgColor { background-color: #223252; }

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

This div background color is #223252.


Border color

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

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

This div border color is #223252.


Opacity

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

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

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

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

This text has shadow with #223252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223252 on black background.


Color preview on white background

This text has color #223252 on white background.



Black color preview on #223252 background

This text has black color on #223252 background.


White color preview on #223252 background

This text has white color on #223252 background.