COLOR #216D79

HEX: #216D79 RGB: (33,109,121)

Color info

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

RGB color model

#216D79 color RGB value is (33,109,121).

RGB: (33,109,121) (13%, 43%, 47%)

RGB channels and saturation

R 33 of 255 = 13%
G 109 of 255 = 43%
B 121 of 255 = 47%

33
109
121

R + G + B ~ 34%. #216D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 109 + 121 = 263 (100%)
R 33 of 263 ~ 12.55%
G 109 of 263 ~ 41.44%
B 121 of 263 ~ 46.01'%

%12.55
%41.44
%46.01

CMYK color model

#216D79 color CMYK value is (73,10,0,53).

  • cyan value is 72.73%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (73,10,0,53)
C73M10Y0K53 (73%, 10%, 0%, 53%)
(0.73 / 0.10 / 0.00 / 0.53)

CMYK percentages

%72.73
%9.92
%0
%52.55

Codes

Color #216D79 in popluar color models

21 6D 79
RGB 33 109 121
HSL 188° 57.14% 30.20%
HSB/HSV 188° 72.73% 47.45%
CMYK 72.73% 9.92% 0.00%
52.55%

Color #216D79 in popluar number systems.

HEX 21 6D 79
Decimal 33 109 121
Binary 100001 1101101 1111001
Octal 41 155 171

Shades and tints

Shades of #216D79

#216D79
(33,109,121)
#1E646E
(30,100,110)
#1B5B63
(27,91,99)
#185258
(24,82,88)
#15494D
(21,73,77)
#124042
(18,64,66)
#0F3737
(15,55,55)
#0C2E2C
(12,46,44)
#092521
(9,37,33)
#061C16
(6,28,22)
#03130B
(3,19,11)
#000000
(0,0,0)

Tints of #216D79

#216D79
(33,109,121)
#357A85
(53,122,133)
#498791
(73,135,145)
#5D949D
(93,148,157)
#71A1A9
(113,161,169)
#85AEB5
(133,174,181)
#99BBC1
(153,187,193)
#ADC8CD
(173,200,205)
#C1D5D9
(193,213,217)
#D5E2E5
(213,226,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216D79 color. Also use rgb(33,109,121) instead hex code.

Text Font Color

.myTextColor { color: #216D79; }

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

This text font color is #216D79.

Background Color

.myBgColor { background-color: #216D79; }

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

This div background color is #216D79.

Border color

.myBorderColor { border: 1px solid #216D79; }

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

This div border color is #216D79.

Opacity

.myOpacity80 { color: #216D79; opacity: 0.8; }

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

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

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

This text has shadow with #216D79 color.


.textShadow {text-shadow: 3px 3px 1px #216D79', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #216D79; -webkit-box-shadow: 1px 1px 3px 2px #216D79; box-shadow:1px 1px 3px 2px #216D79;">
Div content here
</div>

This div box has shadow with color #216D79.

Preview

Color preview on black background

This text has color #216D79 on black background.


Color preview on white background

This text has color #216D79 on white background.


Black color preview on #216D79 background

This text has black color on #216D79 background.


White color preview on #216D79 background

This text has white color on #216D79 background.


Related colors

Complementary color

Complementary color for #hex is #DE9286.


I love getcolorcode.com

Triadic colors

1 #79216D and #6D7921 with #216D79 are triadic colors.

2 #796D21 and #6D2179 with #216D79 are triadic colors.