COLOR #63806D

HEX: #63806D RGB: (99,128,109)

Color info

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

RGB color model

#63806D color RGB value is (99,128,109).

RGB: (99,128,109) (39%, 50%, 43%)

RGB channels and saturation

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

99
128
109

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

Portions of RGB colors in percentages

R + G + B = 99 + 128 + 109 = 336 (100%)
R 99 of 336 ~ 29.46%
G 128 of 336 ~ 38.1%
B 109 of 336 ~ 32.44'%

%29.46
%38.1
%32.44

CMYK color model

#63806D color CMYK value is (23,0,15,50).

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%

CMYK: (23,0,15,50)
C23M0Y15K50 (23%, 0%, 15%, 50%)
(0.23 / 0.00 / 0.15 / 0.50)

CMYK percentages

%22.66
%0
%14.84
%49.8

Codes

Color #63806D in popluar color models

63 80 6D
RGB 99 128 109
HSL 141° 12.78% 44.51%
HSB/HSV 141° 22.66% 50.20%
CMYK 22.66% 0.00% 14.84%
49.80%

Color #63806D in popluar number systems.

HEX 63 80 6D
Decimal 99 128 109
Binary 1100011 10000000 1101101
Octal 143 200 155

Shades and tints

Shades of #63806D

#63806D
(99,128,109)
#5A7564
(90,117,100)
#516A5B
(81,106,91)
#485F52
(72,95,82)
#3F5449
(63,84,73)
#364940
(54,73,64)
#2D3E37
(45,62,55)
#24332E
(36,51,46)
#1B2825
(27,40,37)
#121D1C
(18,29,28)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #63806D

#63806D
(99,128,109)
#718B7A
(113,139,122)
#7F9687
(127,150,135)
#8DA194
(141,161,148)
#9BACA1
(155,172,161)
#A9B7AE
(169,183,174)
#B7C2BB
(183,194,187)
#C5CDC8
(197,205,200)
#D3D8D5
(211,216,213)
#E1E3E2
(225,227,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63806D; }

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

This text font color is #63806D.

Background Color

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

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

This div background color is #63806D.

Border color

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

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

This div border color is #63806D.

Opacity

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

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

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

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

This text has shadow with #63806D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63806D.

Preview

Color preview on black background

This text has color #63806D on black background.


Color preview on white background

This text has color #63806D on white background.


Black color preview on #63806D background

This text has black color on #63806D background.


White color preview on #63806D background

This text has white color on #63806D background.


Related colors

Complementary color

Complementary color for #hex is #9C7F92.


I love getcolorcode.com

Triadic colors

1 #6D6380 and #806D63 with #63806D are triadic colors.

2 #6D8063 and #80636D with #63806D are triadic colors.