COLOR #213842

HEX: #213842
RGB: (33,56,66)

Color info

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

RGB color model

#213842 color RGB value is (33,56,66).

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

RGB channels and saturation

R 33 of 255 = 13%
G 56 of 255 = 22%
B 66 of 255 = 26%

33
56
66

R + G + B ~ 20%. #213842 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 56 + 66 = 155 (100%)
R 33 of 155 ~ 21.29%
G 56 of 155 ~ 36.13%
B 66 of 155 ~ 42.58%

%21.29
%36.13
%42.58

CMYK color model

#213842 color CMYK value is (50,15,0,74).

  • cyan value is 50.00%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(50,15,0,74)
C50M15Y0K74 
(50%,15%,0%,74%)
(0.50/0.15/0.00/0.74)	

CMYK percentages

%50
%15.15
%0
%74.12

Codes

Color #213842 in popluar color models

213842
RGB335666
HSL198°33.33%19.41%
HSB/HSV198°50.00%25.88%
CMYK50.00%15.15%0.00%
74.12%

Color #213842 in popluar number systems.

HEX213842
Decimal335666
Binary1000011110001000010
Octal4170102

Shades and tints

Shades of #213842

#213842
(33,56,66)
#1E333C
(30,51,60)
#1B2E36
(27,46,54)
#182930
(24,41,48)
#15242A
(21,36,42)
#121F24
(18,31,36)
#0F1A1E
(15,26,30)
#0C1518
(12,21,24)
#091012
(9,16,18)
#060B0C
(6,11,12)
#030606
(3,6,6)
#000000
(0,0,0)

Tints of #213842

#213842
(33,56,66)
#354A53
(53,74,83)
#495C64
(73,92,100)
#5D6E75
(93,110,117)
#718086
(113,128,134)
#859297
(133,146,151)
#99A4A8
(153,164,168)
#ADB6B9
(173,182,185)
#C1C8CA
(193,200,202)
#D5DADB
(213,218,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213842; }

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

This text font color is #213842.


Background Color

.myBgColor { background-color: #213842; }

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

This div background color is #213842.


Border color

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

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

This div border color is #213842.


Opacity

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

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

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

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

This text has shadow with #213842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213842 on black background.


Color preview on white background

This text has color #213842 on white background.



Black color preview on #213842 background

This text has black color on #213842 background.


White color preview on #213842 background

This text has white color on #213842 background.