COLOR #63796D

HEX: #63796D RGB: (99,121,109)

Color info

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

RGB color model

#63796D color RGB value is (99,121,109).

RGB: (99,121,109) (39%, 47%, 43%)

RGB channels and saturation

R 99 of 255 = 39%
G 121 of 255 = 47%
B 109 of 255 = 43%

99
121
109

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

Portions of RGB colors in percentages

R + G + B = 99 + 121 + 109 = 329 (100%)
R 99 of 329 ~ 30.09%
G 121 of 329 ~ 36.78%
B 109 of 329 ~ 33.13'%

%30.09
%36.78
%33.13

CMYK color model

#63796D color CMYK value is (18,0,10,53).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 52.55%

CMYK: (18,0,10,53)
C18M0Y10K53 (18%, 0%, 10%, 53%)
(0.18 / 0.00 / 0.10 / 0.53)

CMYK percentages

%18.18
%0
%9.92
%52.55

Codes

Color #63796D in popluar color models

63 79 6D
RGB 99 121 109
HSL 147° 10.00% 43.14%
HSB/HSV 147° 18.18% 47.45%
CMYK 18.18% 0.00% 9.92%
52.55%

Color #63796D in popluar number systems.

HEX 63 79 6D
Decimal 99 121 109
Binary 1100011 1111001 1101101
Octal 143 171 155

Shades and tints

Shades of #63796D

#63796D
(99,121,109)
#5A6E64
(90,110,100)
#51635B
(81,99,91)
#485852
(72,88,82)
#3F4D49
(63,77,73)
#364240
(54,66,64)
#2D3737
(45,55,55)
#242C2E
(36,44,46)
#1B2125
(27,33,37)
#12161C
(18,22,28)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #63796D

#63796D
(99,121,109)
#71857A
(113,133,122)
#7F9187
(127,145,135)
#8D9D94
(141,157,148)
#9BA9A1
(155,169,161)
#A9B5AE
(169,181,174)
#B7C1BB
(183,193,187)
#C5CDC8
(197,205,200)
#D3D9D5
(211,217,213)
#E1E5E2
(225,229,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63796D; }

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

This text font color is #63796D.

Background Color

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

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

This div background color is #63796D.

Border color

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

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

This div border color is #63796D.

Opacity

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

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

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

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

This text has shadow with #63796D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63796D.

Preview

Color preview on black background

This text has color #63796D on black background.


Color preview on white background

This text has color #63796D on white background.


Black color preview on #63796D background

This text has black color on #63796D background.


White color preview on #63796D background

This text has white color on #63796D background.


Related colors

Complementary color

Complementary color for #hex is #9C8692.


I love getcolorcode.com

Triadic colors

1 #6D6379 and #796D63 with #63796D are triadic colors.

2 #6D7963 and #79636D with #63796D are triadic colors.