COLOR #63737C

HEX: #63737C RGB: (99,115,124)

Color info

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

RGB color model

#63737C color RGB value is (99,115,124).

RGB: (99,115,124) (39%, 45%, 49%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 124 of 255 = 49%

99
115
124

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

Portions of RGB colors in percentages

R + G + B = 99 + 115 + 124 = 338 (100%)
R 99 of 338 ~ 29.29%
G 115 of 338 ~ 34.02%
B 124 of 338 ~ 36.69'%

%29.29
%34.02
%36.69

CMYK color model

#63737C color CMYK value is (20,7,0,51).

  • cyan value is 20.16%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (20,7,0,51)
C20M7Y0K51 (20%, 7%, 0%, 51%)
(0.20 / 0.07 / 0.00 / 0.51)

CMYK percentages

%20.16
%7.26
%0
%51.37

Codes

Color #63737C in popluar color models

63 73 7C
RGB 99 115 124
HSL 202° 11.21% 43.73%
HSB/HSV 202° 20.16% 48.63%
CMYK 20.16% 7.26% 0.00%
51.37%

Color #63737C in popluar number systems.

HEX 63 73 7C
Decimal 99 115 124
Binary 1100011 1110011 1111100
Octal 143 163 174

Shades and tints

Shades of #63737C

#63737C
(99,115,124)
#5A6971
(90,105,113)
#515F66
(81,95,102)
#48555B
(72,85,91)
#3F4B50
(63,75,80)
#364145
(54,65,69)
#2D373A
(45,55,58)
#242D2F
(36,45,47)
#1B2324
(27,35,36)
#121919
(18,25,25)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #63737C

#63737C
(99,115,124)
#717F87
(113,127,135)
#7F8B92
(127,139,146)
#8D979D
(141,151,157)
#9BA3A8
(155,163,168)
#A9AFB3
(169,175,179)
#B7BBBE
(183,187,190)
#C5C7C9
(197,199,201)
#D3D3D4
(211,211,212)
#E1DFDF
(225,223,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63737C color. Also use rgb(99,115,124) instead hex code.

Text Font Color

.myTextColor { color: #63737C; }

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

This text font color is #63737C.

Background Color

.myBgColor { background-color: #63737C; }

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

This div background color is #63737C.

Border color

.myBorderColor { border: 1px solid #63737C; }

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

This div border color is #63737C.

Opacity

.myOpacity80 { color: #63737C; opacity: 0.8; }

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

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

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

This text has shadow with #63737C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63737C.

Preview

Color preview on black background

This text has color #63737C on black background.


Color preview on white background

This text has color #63737C on white background.


Black color preview on #63737C background

This text has black color on #63737C background.


White color preview on #63737C background

This text has white color on #63737C background.


Related colors

Complementary color

Complementary color for #hex is #9C8C83.


I love getcolorcode.com

Triadic colors

1 #7C6373 and #737C63 with #63737C are triadic colors.

2 #7C7363 and #73637C with #63737C are triadic colors.