COLOR #214663

HEX: #214663
RGB: (33,70,99)

Color info

#214663 contains mainly green and blue colors. Web safe color of #214663 is #333366 (or #336).

RGB color model

#214663 color RGB value is (33,70,99).

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

RGB channels and saturation

R 33 of 255 = 13%
G 70 of 255 = 27%
B 99 of 255 = 39%

33
70
99

R + G + B ~ 26%. #214663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 70 + 99 = 202 (100%)
R 33 of 202 ~ 16.34%
G 70 of 202 ~ 34.65%
B 99 of 202 ~ 49.01%

%16.34
%34.65
%49.01

CMYK color model

#214663 color CMYK value is (67,29,0,61).

  • cyan value is 66.67%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(67,29,0,61)
C67M29Y0K61 
(67%,29%,0%,61%)
(0.67/0.29/0.00/0.61)	

CMYK percentages

%66.67
%29.29
%0
%61.18

Codes

Color #214663 in popluar color models

214663
RGB337099
HSL206°50.00%25.88%
HSB/HSV206°66.67%38.82%
CMYK66.67%29.29%0.00%
61.18%

Color #214663 in popluar number systems.

HEX214663
Decimal337099
Binary10000110001101100011
Octal41106143

Shades and tints

Shades of #214663

#214663
(33,70,99)
#1E405A
(30,64,90)
#1B3A51
(27,58,81)
#183448
(24,52,72)
#152E3F
(21,46,63)
#122836
(18,40,54)
#0F222D
(15,34,45)
#0C1C24
(12,28,36)
#09161B
(9,22,27)
#061012
(6,16,18)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #214663

#214663
(33,70,99)
#355671
(53,86,113)
#49667F
(73,102,127)
#5D768D
(93,118,141)
#71869B
(113,134,155)
#8596A9
(133,150,169)
#99A6B7
(153,166,183)
#ADB6C5
(173,182,197)
#C1C6D3
(193,198,211)
#D5D6E1
(213,214,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214663; }

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

This text font color is #214663.


Background Color

.myBgColor { background-color: #214663; }

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

This div background color is #214663.


Border color

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

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

This div border color is #214663.


Opacity

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

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

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

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

This text has shadow with #214663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214663 on black background.


Color preview on white background

This text has color #214663 on white background.



Black color preview on #214663 background

This text has black color on #214663 background.


White color preview on #214663 background

This text has white color on #214663 background.