COLOR #4C635F

HEX: #4C635F RGB: (76,99,95)

Color info

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

RGB color model

#4C635F color RGB value is (76,99,95).

RGB: (76,99,95) (30%, 39%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 95 of 255 = 37%

76
99
95

R + G + B ~ 35%. #4C635F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 99 + 95 = 270 (100%)
R 76 of 270 ~ 28.15%
G 99 of 270 ~ 36.67%
B 95 of 270 ~ 35.19'%

%28.15
%36.67
%35.19

CMYK color model

#4C635F color CMYK value is (23,0,4,61).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%

CMYK: (23,0,4,61)
C23M0Y4K61 (23%, 0%, 4%, 61%)
(0.23 / 0.00 / 0.04 / 0.61)

CMYK percentages

%23.23
%0
%4.04
%61.18

Codes

Color #4C635F in popluar color models

4C 63 5F
RGB 76 99 95
HSL 170° 13.14% 34.31%
HSB/HSV 170° 23.23% 38.82%
CMYK 23.23% 0.00% 4.04%
61.18%

Color #4C635F in popluar number systems.

HEX 4C 63 5F
Decimal 76 99 95
Binary 1001100 1100011 1011111
Octal 114 143 137

Shades and tints

Shades of #4C635F

#4C635F
(76,99,95)
#465A57
(70,90,87)
#40514F
(64,81,79)
#3A4847
(58,72,71)
#343F3F
(52,63,63)
#2E3637
(46,54,55)
#282D2F
(40,45,47)
#222427
(34,36,39)
#1C1B1F
(28,27,31)
#161217
(22,18,23)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #4C635F

#4C635F
(76,99,95)
#5C716D
(92,113,109)
#6C7F7B
(108,127,123)
#7C8D89
(124,141,137)
#8C9B97
(140,155,151)
#9CA9A5
(156,169,165)
#ACB7B3
(172,183,179)
#BCC5C1
(188,197,193)
#CCD3CF
(204,211,207)
#DCE1DD
(220,225,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C635F; }

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

This text font color is #4C635F.

Background Color

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

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

This div background color is #4C635F.

Border color

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

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

This div border color is #4C635F.

Opacity

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

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

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

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

This text has shadow with #4C635F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C635F.

Preview

Color preview on black background

This text has color #4C635F on black background.


Color preview on white background

This text has color #4C635F on white background.


Black color preview on #4C635F background

This text has black color on #4C635F background.


White color preview on #4C635F background

This text has white color on #4C635F background.


Related colors

Complementary color

Complementary color for #hex is #B39CA0.


I love getcolorcode.com

Triadic colors

1 #5F4C63 and #635F4C with #4C635F are triadic colors.

2 #5F634C and #634C5F with #4C635F are triadic colors.