COLOR #213746

HEX: #213746
RGB: (33,55,70)

Color info

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

RGB color model

#213746 color RGB value is (33,55,70).

  • red value is 33;
  • green value is 55;
  • blue value is 70.
RGB:
(33,55,70)
(13%,22%,27%)

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 70 of 255 = 27%

33
55
70

R + G + B ~ 21%. #213746 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 70 = 158 (100%)
R 33 of 158 ~ 20.89%
G 55 of 158 ~ 34.81%
B 70 of 158 ~ 44.3%

%20.89
%34.81
%44.3

CMYK color model

#213746 color CMYK value is (53,21,0,73).

  • cyan value is 52.86%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(53,21,0,73)
C53M21Y0K73 
(53%,21%,0%,73%)
(0.53/0.21/0.00/0.73)	

CMYK percentages

%52.86
%21.43
%0
%72.55

Codes

Color #213746 in popluar color models

213746
RGB335570
HSL204°35.92%20.20%
HSB/HSV204°52.86%27.45%
CMYK52.86%21.43%0.00%
72.55%

Color #213746 in popluar number systems.

HEX213746
Decimal335570
Binary1000011101111000110
Octal4167106

Shades and tints

Shades of #213746

#213746
(33,55,70)
#1E3240
(30,50,64)
#1B2D3A
(27,45,58)
#182834
(24,40,52)
#15232E
(21,35,46)
#121E28
(18,30,40)
#0F1922
(15,25,34)
#0C141C
(12,20,28)
#090F16
(9,15,22)
#060A10
(6,10,16)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #213746

#213746
(33,55,70)
#354956
(53,73,86)
#495B66
(73,91,102)
#5D6D76
(93,109,118)
#717F86
(113,127,134)
#859196
(133,145,150)
#99A3A6
(153,163,166)
#ADB5B6
(173,181,182)
#C1C7C6
(193,199,198)
#D5D9D6
(213,217,214)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213746 color. Also use rgb(33,55,70) instead hex code.

Text Font Color

.myTextColor { color: #213746; }

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

This text font color is #213746.


Background Color

.myBgColor { background-color: #213746; }

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

This div background color is #213746.


Border color

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

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

This div border color is #213746.


Opacity

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

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

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

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

This text has shadow with #213746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213746 on black background.


Color preview on white background

This text has color #213746 on white background.



Black color preview on #213746 background

This text has black color on #213746 background.


White color preview on #213746 background

This text has white color on #213746 background.