COLOR #216376

HEX: #216376
RGB: (33,99,118)

Color info

#216376 contains mainly green and blue colors. Web safe color of #216376 is #336666 (or #366).

RGB color model

#216376 color RGB value is (33,99,118).

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

RGB channels and saturation

R 33 of 255 = 13%
G 99 of 255 = 39%
B 118 of 255 = 46%

33
99
118

R + G + B ~ 33%. #216376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 99 + 118 = 250 (100%)
R 33 of 250 ~ 13.2%
G 99 of 250 ~ 39.6%
B 118 of 250 ~ 47.2%

%13.2
%39.6
%47.2

CMYK color model

#216376 color CMYK value is (72,16,0,54).

  • cyan value is 72.03%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(72,16,0,54)
C72M16Y0K54 
(72%,16%,0%,54%)
(0.72/0.16/0.00/0.54)	

CMYK percentages

%72.03
%16.1
%0
%53.73

Codes

Color #216376 in popluar color models

216376
RGB3399118
HSL193°56.29%29.61%
HSB/HSV193°72.03%46.27%
CMYK72.03%16.10%0.00%
53.73%

Color #216376 in popluar number systems.

HEX216376
Decimal3399118
Binary10000111000111110110
Octal41143166

Shades and tints

Shades of #216376

#216376
(33,99,118)
#1E5A6C
(30,90,108)
#1B5162
(27,81,98)
#184858
(24,72,88)
#153F4E
(21,63,78)
#123644
(18,54,68)
#0F2D3A
(15,45,58)
#0C2430
(12,36,48)
#091B26
(9,27,38)
#06121C
(6,18,28)
#030912
(3,9,18)
#000000
(0,0,0)

Tints of #216376

#216376
(33,99,118)
#357182
(53,113,130)
#497F8E
(73,127,142)
#5D8D9A
(93,141,154)
#719BA6
(113,155,166)
#85A9B2
(133,169,178)
#99B7BE
(153,183,190)
#ADC5CA
(173,197,202)
#C1D3D6
(193,211,214)
#D5E1E2
(213,225,226)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216376; }

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

This text font color is #216376.


Background Color

.myBgColor { background-color: #216376; }

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

This div background color is #216376.


Border color

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

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

This div border color is #216376.


Opacity

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

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

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

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

This text has shadow with #216376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216376 on black background.


Color preview on white background

This text has color #216376 on white background.



Black color preview on #216376 background

This text has black color on #216376 background.


White color preview on #216376 background

This text has white color on #216376 background.