COLOR #206463

HEX: #206463
RGB: (32,100,99)

Color info

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

RGB color model

#206463 color RGB value is (32,100,99).

  • red value is 32;
  • green value is 100;
  • blue value is 99.
RGB:
(32,100,99)
(13%,39%,39%)

RGB channels and saturation

R 32 of 255 = 13%
G 100 of 255 = 39%
B 99 of 255 = 39%

32
100
99

R + G + B ~ 30%. #206463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 100 + 99 = 231 (100%)
R 32 of 231 ~ 13.85%
G 100 of 231 ~ 43.29%
B 99 of 231 ~ 42.86%

%13.85
%43.29
%42.86

CMYK color model

#206463 color CMYK value is (68,0,1,61).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(68,0,1,61)
C68M0Y1K61 
(68%,0%,1%,61%)
(0.68/0.00/0.01/0.61)	

CMYK percentages

%68
%0
%1
%60.78

Codes

Color #206463 in popluar color models

206463
RGB3210099
HSL179°51.52%25.88%
HSB/HSV179°68.00%39.22%
CMYK68.00%0.00%1.00%
60.78%

Color #206463 in popluar number systems.

HEX206463
Decimal3210099
Binary10000011001001100011
Octal40144143

Shades and tints

Shades of #206463

#206463
(32,100,99)
#1E5B5A
(30,91,90)
#1C5251
(28,82,81)
#1A4948
(26,73,72)
#18403F
(24,64,63)
#163736
(22,55,54)
#142E2D
(20,46,45)
#122524
(18,37,36)
#101C1B
(16,28,27)
#0E1312
(14,19,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #206463

#206463
(32,100,99)
#347271
(52,114,113)
#48807F
(72,128,127)
#5C8E8D
(92,142,141)
#709C9B
(112,156,155)
#84AAA9
(132,170,169)
#98B8B7
(152,184,183)
#ACC6C5
(172,198,197)
#C0D4D3
(192,212,211)
#D4E2E1
(212,226,225)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #206463 color. Also use rgb(32,100,99) instead hex code.

Text Font Color

.myTextColor { color: #206463; }

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

This text font color is #206463.


Background Color

.myBgColor { background-color: #206463; }

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

This div background color is #206463.


Border color

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

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

This div border color is #206463.


Opacity

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

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

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

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

This text has shadow with #206463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #206463 on black background.


Color preview on white background

This text has color #206463 on white background.



Black color preview on #206463 background

This text has black color on #206463 background.


White color preview on #206463 background

This text has white color on #206463 background.