COLOR #214348

HEX: #214348
RGB: (33,67,72)

Color info

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

RGB color model

#214348 color RGB value is (33,67,72).

  • red value is 33;
  • green value is 67;
  • blue value is 72.
RGB:
(33,67,72)
(13%,26%,28%)

RGB channels and saturation

R 33 of 255 = 13%
G 67 of 255 = 26%
B 72 of 255 = 28%

33
67
72

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

Portions of RGB colors in percentages

R + G + B =
33 + 67 + 72 = 172 (100%)
R 33 of 172 ~ 19.19%
G 67 of 172 ~ 38.95%
B 72 of 172 ~ 41.86%

%19.19
%38.95
%41.86

CMYK color model

#214348 color CMYK value is (54,7,0,72).

  • cyan value is 54.17%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(54,7,0,72)
C54M7Y0K72 
(54%,7%,0%,72%)
(0.54/0.07/0.00/0.72)	

CMYK percentages

%54.17
%6.94
%0
%71.76

Codes

Color #214348 in popluar color models

214348
RGB336772
HSL188°37.14%20.59%
HSB/HSV188°54.17%28.24%
CMYK54.17%6.94%0.00%
71.76%

Color #214348 in popluar number systems.

HEX214348
Decimal336772
Binary10000110000111001000
Octal41103110

Shades and tints

Shades of #214348

#214348
(33,67,72)
#1E3D42
(30,61,66)
#1B373C
(27,55,60)
#183136
(24,49,54)
#152B30
(21,43,48)
#12252A
(18,37,42)
#0F1F24
(15,31,36)
#0C191E
(12,25,30)
#091318
(9,19,24)
#060D12
(6,13,18)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #214348

#214348
(33,67,72)
#355458
(53,84,88)
#496568
(73,101,104)
#5D7678
(93,118,120)
#718788
(113,135,136)
#859898
(133,152,152)
#99A9A8
(153,169,168)
#ADBAB8
(173,186,184)
#C1CBC8
(193,203,200)
#D5DCD8
(213,220,216)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214348 color. Also use rgb(33,67,72) instead hex code.

Text Font Color

.myTextColor { color: #214348; }

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

This text font color is #214348.


Background Color

.myBgColor { background-color: #214348; }

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

This div background color is #214348.


Border color

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

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

This div border color is #214348.


Opacity

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

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

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

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

This text has shadow with #214348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214348 on black background.


Color preview on white background

This text has color #214348 on white background.



Black color preview on #214348 background

This text has black color on #214348 background.


White color preview on #214348 background

This text has white color on #214348 background.