COLOR #63806E

HEX: #63806E
RGB: (99,128,110)

Color info

#63806E contains red, green and blue colors in about the same proportion. Web safe color of #63806E is #666666 (or #666).

RGB color model

#63806E color RGB value is (99,128,110).

  • red value is 99;
  • green value is 128;
  • blue value is 110.
RGB:
(99,128,110)
(39%,50%,43%)

RGB channels and saturation

R 99 of 255 = 39%
G 128 of 255 = 50%
B 110 of 255 = 43%

99
128
110

R + G + B ~ 44%. #63806E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 128 + 110 = 337 (100%)
R 99 of 337 ~ 29.38%
G 128 of 337 ~ 37.98%
B 110 of 337 ~ 32.64%

%29.38
%37.98
%32.64

CMYK color model

#63806E color CMYK value is (23,0,14,50).

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 49.80%
CMYK:
(23,0,14,50)
C23M0Y14K50 
(23%,0%,14%,50%)
(0.23/0.00/0.14/0.50)	

CMYK percentages

%22.66
%0
%14.06
%49.8

Codes

Color #63806E in popluar color models

63806E
RGB99128110
HSL143°12.78%44.51%
HSB/HSV143°22.66%50.20%
CMYK22.66%0.00%14.06%
49.80%

Color #63806E in popluar number systems.

HEX63806E
Decimal99128110
Binary1100011100000001101110
Octal143200156

Shades and tints

Shades of #63806E

#63806E
(99,128,110)
#5A7564
(90,117,100)
#516A5A
(81,106,90)
#485F50
(72,95,80)
#3F5446
(63,84,70)
#36493C
(54,73,60)
#2D3E32
(45,62,50)
#243328
(36,51,40)
#1B281E
(27,40,30)
#121D14
(18,29,20)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #63806E

#63806E
(99,128,110)
#718B7B
(113,139,123)
#7F9688
(127,150,136)
#8DA195
(141,161,149)
#9BACA2
(155,172,162)
#A9B7AF
(169,183,175)
#B7C2BC
(183,194,188)
#C5CDC9
(197,205,201)
#D3D8D6
(211,216,214)
#E1E3E3
(225,227,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63806E color. Also use rgb(99,128,110) instead hex code.

Text Font Color

.myTextColor { color: #63806E; }

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

This text font color is #63806E.


Background Color

.myBgColor { background-color: #63806E; }

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

This div background color is #63806E.


Border color

.myBorderColor { border: 1px solid #63806E; }

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

This div border color is #63806E.


Opacity

.myOpacity80 { color: #63806E; opacity: 0.8; }

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

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

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

This text has shadow with #63806E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63806E on black background.


Color preview on white background

This text has color #63806E on white background.



Black color preview on #63806E background

This text has black color on #63806E background.


White color preview on #63806E background

This text has white color on #63806E background.