COLOR #4C644A

HEX: #4C644A
RGB: (76,100,74)

Color info

#4C644A contains red, green and blue colors in about the same proportion. Web safe color of #4C644A is #336633 (or #363).

RGB color model

#4C644A color RGB value is (76,100,74).

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

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 74 of 255 = 29%

76
100
74

R + G + B ~ 33%. #4C644A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 100 + 74 = 250 (100%)
R 76 of 250 ~ 30.4%
G 100 of 250 ~ 40%
B 74 of 250 ~ 29.6%

%30.4
%40
%29.6

CMYK color model

#4C644A color CMYK value is (24,0,26,61).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK:
(24,0,26,61)
C24M0Y26K61 
(24%,0%,26%,61%)
(0.24/0.00/0.26/0.61)	

CMYK percentages

%24
%0
%26
%60.78

Codes

Color #4C644A in popluar color models

4C644A
RGB7610074
HSL115°14.94%34.12%
HSB/HSV115°26.00%39.22%
CMYK24.00%0.00%26.00%
60.78%

Color #4C644A in popluar number systems.

HEX4C644A
Decimal7610074
Binary100110011001001001010
Octal114144112

Shades and tints

Shades of #4C644A

#4C644A
(76,100,74)
#465B44
(70,91,68)
#40523E
(64,82,62)
#3A4938
(58,73,56)
#344032
(52,64,50)
#2E372C
(46,55,44)
#282E26
(40,46,38)
#222520
(34,37,32)
#1C1C1A
(28,28,26)
#161314
(22,19,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C644A

#4C644A
(76,100,74)
#5C725A
(92,114,90)
#6C806A
(108,128,106)
#7C8E7A
(124,142,122)
#8C9C8A
(140,156,138)
#9CAA9A
(156,170,154)
#ACB8AA
(172,184,170)
#BCC6BA
(188,198,186)
#CCD4CA
(204,212,202)
#DCE2DA
(220,226,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C644A; }

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

This text font color is #4C644A.


Background Color

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

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

This div background color is #4C644A.


Border color

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

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

This div border color is #4C644A.


Opacity

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

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

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

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

This text has shadow with #4C644A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C644A on black background.


Color preview on white background

This text has color #4C644A on white background.



Black color preview on #4C644A background

This text has black color on #4C644A background.


White color preview on #4C644A background

This text has white color on #4C644A background.