COLOR #4C635E

HEX: #4C635E
RGB: (76,99,94)

Color info

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

RGB color model

#4C635E color RGB value is (76,99,94).

  • red value is 76;
  • green value is 99;
  • blue value is 94.
RGB:
(76,99,94)
(30%,39%,37%)

RGB channels and saturation

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

76
99
94

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

Portions of RGB colors in percentages

R + G + B =
76 + 99 + 94 = 269 (100%)
R 76 of 269 ~ 28.25%
G 99 of 269 ~ 36.8%
B 94 of 269 ~ 34.94%

%28.25
%36.8
%34.94

CMYK color model

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

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(23,0,5,61)
C23M0Y5K61 
(23%,0%,5%,61%)
(0.23/0.00/0.05/0.61)	

CMYK percentages

%23.23
%0
%5.05
%61.18

Codes

Color #4C635E in popluar color models

4C635E
RGB769994
HSL167°13.14%34.31%
HSB/HSV167°23.23%38.82%
CMYK23.23%0.00%5.05%
61.18%

Color #4C635E in popluar number systems.

HEX4C635E
Decimal769994
Binary100110011000111011110
Octal114143136

Shades and tints

Shades of #4C635E

#4C635E
(76,99,94)
#465A56
(70,90,86)
#40514E
(64,81,78)
#3A4846
(58,72,70)
#343F3E
(52,63,62)
#2E3636
(46,54,54)
#282D2E
(40,45,46)
#222426
(34,36,38)
#1C1B1E
(28,27,30)
#161216
(22,18,22)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C635E

#4C635E
(76,99,94)
#5C716C
(92,113,108)
#6C7F7A
(108,127,122)
#7C8D88
(124,141,136)
#8C9B96
(140,155,150)
#9CA9A4
(156,169,164)
#ACB7B2
(172,183,178)
#BCC5C0
(188,197,192)
#CCD3CE
(204,211,206)
#DCE1DC
(220,225,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C635E; }

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

This text font color is #4C635E.


Background Color

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

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

This div background color is #4C635E.


Border color

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

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

This div border color is #4C635E.


Opacity

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

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

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

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

This text has shadow with #4C635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C635E on black background.


Color preview on white background

This text has color #4C635E on white background.



Black color preview on #4C635E background

This text has black color on #4C635E background.


White color preview on #4C635E background

This text has white color on #4C635E background.