COLOR #4C636D

HEX: #4C636D RGB: (76,99,109)

Color info

#4C636D contains red, green and blue colors in about the same proportion. Web safe color of #4C636D is #336666 (or #366).

RGB color model

#4C636D color RGB value is (76,99,109).

RGB: (76,99,109) (30%, 39%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 109 of 255 = 43%

76
99
109

R + G + B ~ 37%. #4C636D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 99 + 109 = 284 (100%)
R 76 of 284 ~ 26.76%
G 99 of 284 ~ 34.86%
B 109 of 284 ~ 38.38'%

%26.76
%34.86
%38.38

CMYK color model

#4C636D color CMYK value is (30,9,0,57).

  • cyan value is 30.28%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (30,9,0,57) C30M9Y0K57 (30%,9%,0%,57%) (0.30/0.09/0.00/0.57) 

CMYK percentages

%30.28
%9.17
%0
%57.25

Codes

Color #4C636D in popluar color models

4C 63 6D
RGB 76 99 109
HSL 198° 17.84% 36.27%
HSB/HSV 198° 30.28% 42.75%
CMYK 30.28% 9.17% 0.00%
57.25%

Color #4C636D in popluar number systems.

HEX 4C 63 6D
Decimal 76 99 109
Binary 1001100 1100011 1101101
Octal 114 143 155

Shades and tints

Shades of #4C636D

#4C636D
(76,99,109)
#465A64
(70,90,100)
#40515B
(64,81,91)
#3A4852
(58,72,82)
#343F49
(52,63,73)
#2E3640
(46,54,64)
#282D37
(40,45,55)
#22242E
(34,36,46)
#1C1B25
(28,27,37)
#16121C
(22,18,28)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #4C636D

#4C636D
(76,99,109)
#5C717A
(92,113,122)
#6C7F87
(108,127,135)
#7C8D94
(124,141,148)
#8C9BA1
(140,155,161)
#9CA9AE
(156,169,174)
#ACB7BB
(172,183,187)
#BCC5C8
(188,197,200)
#CCD3D5
(204,211,213)
#DCE1E2
(220,225,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C636D color. Also use rgb(76,99,109) instead hex code.

Text Font Color

.myTextColor { color: #4C636D; }

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

This text font color is #4C636D.

Background Color

.myBgColor { background-color: #4C636D; }

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

This div background color is #4C636D.

Border color

.myBorderColor { border: 1px solid #4C636D; }

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

This div border color is #4C636D.

Opacity

.myOpacity80 { color: #4C636D; opacity: 0.8; }

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

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

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

This text has shadow with #4C636D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C636D.

Preview

Color preview on black background

This text has color #4C636D on black background.


Color preview on white background

This text has color #4C636D on white background.


Black color preview on #4C636D background

This text has black color on #4C636D background.


White color preview on #4C636D background

This text has white color on #4C636D background.


Related colors

Complementary color

Complementary color for #hex is #B39C92.


I love getcolorcode.com

Triadic colors

1 #6D4C63 and #636D4C with #4C636D are triadic colors.

2 #6D634C and #634C6D with #4C636D are triadic colors.