COLOR #4C645E

HEX: #4C645E
RGB: (76,100,94)

Color info

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

RGB color model

#4C645E color RGB value is (76,100,94).

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

RGB channels and saturation

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

76
100
94

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

Portions of RGB colors in percentages

R + G + B =
76 + 100 + 94 = 270 (100%)
R 76 of 270 ~ 28.15%
G 100 of 270 ~ 37.04%
B 94 of 270 ~ 34.81%

%28.15
%37.04
%34.81

CMYK color model

#4C645E color CMYK value is (24,0,6,61).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 60.78%
CMYK:
(24,0,6,61)
C24M0Y6K61 
(24%,0%,6%,61%)
(0.24/0.00/0.06/0.61)	

CMYK percentages

%24
%0
%6
%60.78

Codes

Color #4C645E in popluar color models

4C645E
RGB7610094
HSL165°13.64%34.51%
HSB/HSV165°24.00%39.22%
CMYK24.00%0.00%6.00%
60.78%

Color #4C645E in popluar number systems.

HEX4C645E
Decimal7610094
Binary100110011001001011110
Octal114144136

Shades and tints

Shades of #4C645E

#4C645E
(76,100,94)
#465B56
(70,91,86)
#40524E
(64,82,78)
#3A4946
(58,73,70)
#34403E
(52,64,62)
#2E3736
(46,55,54)
#282E2E
(40,46,46)
#222526
(34,37,38)
#1C1C1E
(28,28,30)
#161316
(22,19,22)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C645E

#4C645E
(76,100,94)
#5C726C
(92,114,108)
#6C807A
(108,128,122)
#7C8E88
(124,142,136)
#8C9C96
(140,156,150)
#9CAAA4
(156,170,164)
#ACB8B2
(172,184,178)
#BCC6C0
(188,198,192)
#CCD4CE
(204,212,206)
#DCE2DC
(220,226,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C645E; }

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

This text font color is #4C645E.


Background Color

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

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

This div background color is #4C645E.


Border color

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

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

This div border color is #4C645E.


Opacity

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

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

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

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

This text has shadow with #4C645E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C645E on black background.


Color preview on white background

This text has color #4C645E on white background.



Black color preview on #4C645E background

This text has black color on #4C645E background.


White color preview on #4C645E background

This text has white color on #4C645E background.