COLOR #213240

HEX: #213240
RGB: (33,50,64)

Color info

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

RGB color model

#213240 color RGB value is (33,50,64).

  • red value is 33;
  • green value is 50;
  • blue value is 64.
RGB:
(33,50,64)
(13%,20%,25%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 64 of 255 = 25%

33
50
64

R + G + B ~ 19%. #213240 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 50 + 64 = 147 (100%)
R 33 of 147 ~ 22.45%
G 50 of 147 ~ 34.01%
B 64 of 147 ~ 43.54%

%22.45
%34.01
%43.54

CMYK color model

#213240 color CMYK value is (48,22,0,75).

  • cyan value is 48.44%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(48,22,0,75)
C48M22Y0K75 
(48%,22%,0%,75%)
(0.48/0.22/0.00/0.75)	

CMYK percentages

%48.44
%21.88
%0
%74.9

Codes

Color #213240 in popluar color models

213240
RGB335064
HSL207°31.96%19.02%
HSB/HSV207°48.44%25.10%
CMYK48.44%21.88%0.00%
74.90%

Color #213240 in popluar number systems.

HEX213240
Decimal335064
Binary1000011100101000000
Octal4162100

Shades and tints

Shades of #213240

#213240
(33,50,64)
#1E2E3B
(30,46,59)
#1B2A36
(27,42,54)
#182631
(24,38,49)
#15222C
(21,34,44)
#121E27
(18,30,39)
#0F1A22
(15,26,34)
#0C161D
(12,22,29)
#091218
(9,18,24)
#060E13
(6,14,19)
#030A0E
(3,10,14)
#000000
(0,0,0)

Tints of #213240

#213240
(33,50,64)
#354451
(53,68,81)
#495662
(73,86,98)
#5D6873
(93,104,115)
#717A84
(113,122,132)
#858C95
(133,140,149)
#999EA6
(153,158,166)
#ADB0B7
(173,176,183)
#C1C2C8
(193,194,200)
#D5D4D9
(213,212,217)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213240 color. Also use rgb(33,50,64) instead hex code.

Text Font Color

.myTextColor { color: #213240; }

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

This text font color is #213240.


Background Color

.myBgColor { background-color: #213240; }

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

This div background color is #213240.


Border color

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

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

This div border color is #213240.


Opacity

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

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

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

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

This text has shadow with #213240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213240 on black background.


Color preview on white background

This text has color #213240 on white background.



Black color preview on #213240 background

This text has black color on #213240 background.


White color preview on #213240 background

This text has white color on #213240 background.