COLOR #4C645A

HEX: #4C645A
RGB: (76,100,90)

Color info

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

RGB color model

#4C645A color RGB value is (76,100,90).

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

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 90 of 255 = 35%

76
100
90

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

Portions of RGB colors in percentages

R + G + B =
76 + 100 + 90 = 266 (100%)
R 76 of 266 ~ 28.57%
G 100 of 266 ~ 37.59%
B 90 of 266 ~ 33.83%

%28.57
%37.59
%33.83

CMYK color model

#4C645A color CMYK value is (24,0,10,61).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 60.78%
CMYK:
(24,0,10,61)
C24M0Y10K61 
(24%,0%,10%,61%)
(0.24/0.00/0.10/0.61)	

CMYK percentages

%24
%0
%10
%60.78

Codes

Color #4C645A in popluar color models

4C645A
RGB7610090
HSL155°13.64%34.51%
HSB/HSV155°24.00%39.22%
CMYK24.00%0.00%10.00%
60.78%

Color #4C645A in popluar number systems.

HEX4C645A
Decimal7610090
Binary100110011001001011010
Octal114144132

Shades and tints

Shades of #4C645A

#4C645A
(76,100,90)
#465B52
(70,91,82)
#40524A
(64,82,74)
#3A4942
(58,73,66)
#34403A
(52,64,58)
#2E3732
(46,55,50)
#282E2A
(40,46,42)
#222522
(34,37,34)
#1C1C1A
(28,28,26)
#161312
(22,19,18)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C645A

#4C645A
(76,100,90)
#5C7269
(92,114,105)
#6C8078
(108,128,120)
#7C8E87
(124,142,135)
#8C9C96
(140,156,150)
#9CAAA5
(156,170,165)
#ACB8B4
(172,184,180)
#BCC6C3
(188,198,195)
#CCD4D2
(204,212,210)
#DCE2E1
(220,226,225)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C645A; }

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

This text font color is #4C645A.


Background Color

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

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

This div background color is #4C645A.


Border color

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

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

This div border color is #4C645A.


Opacity

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

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

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

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

This text has shadow with #4C645A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C645A on black background.


Color preview on white background

This text has color #4C645A on white background.



Black color preview on #4C645A background

This text has black color on #4C645A background.


White color preview on #4C645A background

This text has white color on #4C645A background.