COLOR #216B64

HEX: #216B64 RGB: (33,107,100)

Color info

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

RGB color model

#216B64 color RGB value is (33,107,100).

RGB: (33,107,100) (13%, 42%, 39%)

RGB channels and saturation

R 33 of 255 = 13%
G 107 of 255 = 42%
B 100 of 255 = 39%

33
107
100

R + G + B ~ 31%. #216B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 107 + 100 = 240 (100%)
R 33 of 240 ~ 13.75%
G 107 of 240 ~ 44.58%
B 100 of 240 ~ 41.67'%

%13.75
%44.58
%41.67

CMYK color model

#216B64 color CMYK value is (69,0,7,58).

  • cyan value is 69.16%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%

CMYK: (69,0,7,58)
C69M0Y7K58 (69%, 0%, 7%, 58%)
(0.69 / 0.00 / 0.07 / 0.58)

CMYK percentages

%69.16
%0
%6.54
%58.04

Codes

Color #216B64 in popluar color models

21 6B 64
RGB 33 107 100
HSL 174° 52.86% 27.45%
HSB/HSV 174° 69.16% 41.96%
CMYK 69.16% 0.00% 6.54%
58.04%

Color #216B64 in popluar number systems.

HEX 21 6B 64
Decimal 33 107 100
Binary 100001 1101011 1100100
Octal 41 153 144

Shades and tints

Shades of #216B64

#216B64
(33,107,100)
#1E625B
(30,98,91)
#1B5952
(27,89,82)
#185049
(24,80,73)
#154740
(21,71,64)
#123E37
(18,62,55)
#0F352E
(15,53,46)
#0C2C25
(12,44,37)
#09231C
(9,35,28)
#061A13
(6,26,19)
#03110A
(3,17,10)
#000000
(0,0,0)

Tints of #216B64

#216B64
(33,107,100)
#357872
(53,120,114)
#498580
(73,133,128)
#5D928E
(93,146,142)
#719F9C
(113,159,156)
#85ACAA
(133,172,170)
#99B9B8
(153,185,184)
#ADC6C6
(173,198,198)
#C1D3D4
(193,211,212)
#D5E0E2
(213,224,226)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216B64 color. Also use rgb(33,107,100) instead hex code.

Text Font Color

.myTextColor { color: #216B64; }

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

This text font color is #216B64.

Background Color

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

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

This div background color is #216B64.

Border color

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

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

This div border color is #216B64.

Opacity

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

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

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

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

This text has shadow with #216B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #216B64.

Preview

Color preview on black background

This text has color #216B64 on black background.


Color preview on white background

This text has color #216B64 on white background.


Black color preview on #216B64 background

This text has black color on #216B64 background.


White color preview on #216B64 background

This text has white color on #216B64 background.


Related colors

Complementary color

Complementary color for #hex is #DE949B.


I love getcolorcode.com

Triadic colors

1 #64216B and #6B6421 with #216B64 are triadic colors.

2 #646B21 and #6B2164 with #216B64 are triadic colors.