COLOR #214438

HEX: #214438
RGB: (33,68,56)

Color info

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

RGB color model

#214438 color RGB value is (33,68,56).

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

RGB channels and saturation

R 33 of 255 = 13%
G 68 of 255 = 27%
B 56 of 255 = 22%

33
68
56

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

Portions of RGB colors in percentages

R + G + B =
33 + 68 + 56 = 157 (100%)
R 33 of 157 ~ 21.02%
G 68 of 157 ~ 43.31%
B 56 of 157 ~ 35.67%

%21.02
%43.31
%35.67

CMYK color model

#214438 color CMYK value is (51,0,18,73).

  • cyan value is 51.47%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 73.33%
CMYK:
(51,0,18,73)
C51M0Y18K73 
(51%,0%,18%,73%)
(0.51/0.00/0.18/0.73)	

CMYK percentages

%51.47
%0
%17.65
%73.33

Codes

Color #214438 in popluar color models

214438
RGB336856
HSL159°34.65%19.80%
HSB/HSV159°51.47%26.67%
CMYK51.47%0.00%17.65%
73.33%

Color #214438 in popluar number systems.

HEX214438
Decimal336856
Binary1000011000100111000
Octal4110470

Shades and tints

Shades of #214438

#214438
(33,68,56)
#1E3E33
(30,62,51)
#1B382E
(27,56,46)
#183229
(24,50,41)
#152C24
(21,44,36)
#12261F
(18,38,31)
#0F201A
(15,32,26)
#0C1A15
(12,26,21)
#091410
(9,20,16)
#060E0B
(6,14,11)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #214438

#214438
(33,68,56)
#35554A
(53,85,74)
#49665C
(73,102,92)
#5D776E
(93,119,110)
#718880
(113,136,128)
#859992
(133,153,146)
#99AAA4
(153,170,164)
#ADBBB6
(173,187,182)
#C1CCC8
(193,204,200)
#D5DDDA
(213,221,218)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214438; }

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

This text font color is #214438.


Background Color

.myBgColor { background-color: #214438; }

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

This div background color is #214438.


Border color

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

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

This div border color is #214438.


Opacity

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

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

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

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

This text has shadow with #214438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214438 on black background.


Color preview on white background

This text has color #214438 on white background.



Black color preview on #214438 background

This text has black color on #214438 background.


White color preview on #214438 background

This text has white color on #214438 background.