COLOR #4C636E

HEX: #4C636E RGB: (76,99,110)

Color info

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

RGB color model

#4C636E color RGB value is (76,99,110).

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

RGB channels and saturation

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

76
99
110

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

Portions of RGB colors in percentages

R + G + B = 76 + 99 + 110 = 285 (100%)
R 76 of 285 ~ 26.67%
G 99 of 285 ~ 34.74%
B 110 of 285 ~ 38.6'%

%26.67
%34.74
%38.6

CMYK color model

#4C636E color CMYK value is (31,10,0,57).

  • cyan value is 30.91%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (31,10,0,57) C31M10Y0K57 (31%,10%,0%,57%) (0.31/0.10/0.00/0.57) 

CMYK percentages

%30.91
%10
%0
%56.86

Codes

Color #4C636E in popluar color models

4C 63 6E
RGB 76 99 110
HSL 199° 18.28% 36.47%
HSB/HSV 199° 30.91% 43.14%
CMYK 30.91% 10.00% 0.00%
56.86%

Color #4C636E in popluar number systems.

HEX 4C 63 6E
Decimal 76 99 110
Binary 1001100 1100011 1101110
Octal 114 143 156

Shades and tints

Shades of #4C636E

#4C636E
(76,99,110)
#465A64
(70,90,100)
#40515A
(64,81,90)
#3A4850
(58,72,80)
#343F46
(52,63,70)
#2E363C
(46,54,60)
#282D32
(40,45,50)
#222428
(34,36,40)
#1C1B1E
(28,27,30)
#161214
(22,18,20)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C636E

#4C636E
(76,99,110)
#5C717B
(92,113,123)
#6C7F88
(108,127,136)
#7C8D95
(124,141,149)
#8C9BA2
(140,155,162)
#9CA9AF
(156,169,175)
#ACB7BC
(172,183,188)
#BCC5C9
(188,197,201)
#CCD3D6
(204,211,214)
#DCE1E3
(220,225,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C636E; }

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

This text font color is #4C636E.

Background Color

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

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

This div background color is #4C636E.

Border color

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

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

This div border color is #4C636E.

Opacity

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

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

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

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

This text has shadow with #4C636E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C636E.

Preview

Color preview on black background

This text has color #4C636E on black background.


Color preview on white background

This text has color #4C636E on white background.


Black color preview on #4C636E background

This text has black color on #4C636E background.


White color preview on #4C636E background

This text has white color on #4C636E background.


Related colors

Complementary color

Complementary color for #hex is #B39C91.


I love getcolorcode.com

Triadic colors

1 #6E4C63 and #636E4C with #4C636E are triadic colors.

2 #6E634C and #634C6E with #4C636E are triadic colors.