COLOR #216563

HEX: #216563
RGB: (33,101,99)

Color info

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

RGB color model

#216563 color RGB value is (33,101,99).

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

RGB channels and saturation

R 33 of 255 = 13%
G 101 of 255 = 40%
B 99 of 255 = 39%

33
101
99

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

Portions of RGB colors in percentages

R + G + B =
33 + 101 + 99 = 233 (100%)
R 33 of 233 ~ 14.16%
G 101 of 233 ~ 43.35%
B 99 of 233 ~ 42.49%

%14.16
%43.35
%42.49

CMYK color model

#216563 color CMYK value is (67,0,2,60).

  • cyan value is 67.33%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(67,0,2,60)
C67M0Y2K60 
(67%,0%,2%,60%)
(0.67/0.00/0.02/0.60)	

CMYK percentages

%67.33
%0
%1.98
%60.39

Codes

Color #216563 in popluar color models

216563
RGB3310199
HSL178°50.75%26.27%
HSB/HSV178°67.33%39.61%
CMYK67.33%0.00%1.98%
60.39%

Color #216563 in popluar number systems.

HEX216563
Decimal3310199
Binary10000111001011100011
Octal41145143

Shades and tints

Shades of #216563

#216563
(33,101,99)
#1E5C5A
(30,92,90)
#1B5351
(27,83,81)
#184A48
(24,74,72)
#15413F
(21,65,63)
#123836
(18,56,54)
#0F2F2D
(15,47,45)
#0C2624
(12,38,36)
#091D1B
(9,29,27)
#061412
(6,20,18)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #216563

#216563
(33,101,99)
#357371
(53,115,113)
#49817F
(73,129,127)
#5D8F8D
(93,143,141)
#719D9B
(113,157,155)
#85ABA9
(133,171,169)
#99B9B7
(153,185,183)
#ADC7C5
(173,199,197)
#C1D5D3
(193,213,211)
#D5E3E1
(213,227,225)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216563; }

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

This text font color is #216563.


Background Color

.myBgColor { background-color: #216563; }

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

This div background color is #216563.


Border color

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

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

This div border color is #216563.


Opacity

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

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

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

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

This text has shadow with #216563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216563 on black background.


Color preview on white background

This text has color #216563 on white background.



Black color preview on #216563 background

This text has black color on #216563 background.


White color preview on #216563 background

This text has white color on #216563 background.