COLOR #213142

HEX: #213142
RGB: (33,49,66)

Color info

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

RGB color model

#213142 color RGB value is (33,49,66).

  • red value is 33;
  • green value is 49;
  • blue value is 66.
RGB:
(33,49,66)
(13%,19%,26%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 66 of 255 = 26%

33
49
66

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

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 66 = 148 (100%)
R 33 of 148 ~ 22.3%
G 49 of 148 ~ 33.11%
B 66 of 148 ~ 44.59%

%22.3
%33.11
%44.59

CMYK color model

#213142 color CMYK value is (50,26,0,74).

  • cyan value is 50.00%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(50,26,0,74)
C50M26Y0K74 
(50%,26%,0%,74%)
(0.50/0.26/0.00/0.74)	

CMYK percentages

%50
%25.76
%0
%74.12

Codes

Color #213142 in popluar color models

213142
RGB334966
HSL211°33.33%19.41%
HSB/HSV211°50.00%25.88%
CMYK50.00%25.76%0.00%
74.12%

Color #213142 in popluar number systems.

HEX213142
Decimal334966
Binary1000011100011000010
Octal4161102

Shades and tints

Shades of #213142

#213142
(33,49,66)
#1E2D3C
(30,45,60)
#1B2936
(27,41,54)
#182530
(24,37,48)
#15212A
(21,33,42)
#121D24
(18,29,36)
#0F191E
(15,25,30)
#0C1518
(12,21,24)
#091112
(9,17,18)
#060D0C
(6,13,12)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #213142

#213142
(33,49,66)
#354353
(53,67,83)
#495564
(73,85,100)
#5D6775
(93,103,117)
#717986
(113,121,134)
#858B97
(133,139,151)
#999DA8
(153,157,168)
#ADAFB9
(173,175,185)
#C1C1CA
(193,193,202)
#D5D3DB
(213,211,219)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213142 color. Also use rgb(33,49,66) instead hex code.

Text Font Color

.myTextColor { color: #213142; }

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

This text font color is #213142.


Background Color

.myBgColor { background-color: #213142; }

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

This div background color is #213142.


Border color

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

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

This div border color is #213142.


Opacity

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

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

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

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

This text has shadow with #213142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213142 on black background.


Color preview on white background

This text has color #213142 on white background.



Black color preview on #213142 background

This text has black color on #213142 background.


White color preview on #213142 background

This text has white color on #213142 background.