COLOR #4A604C

HEX: #4A604C
RGB: (74,96,76)

Color info

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

RGB color model

#4A604C color RGB value is (74,96,76).

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

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 76 of 255 = 30%

74
96
76

R + G + B ~ 32%. #4A604C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 76 = 246 (100%)
R 74 of 246 ~ 30.08%
G 96 of 246 ~ 39.02%
B 76 of 246 ~ 30.89%

%30.08
%39.02
%30.89

CMYK color model

#4A604C color CMYK value is (23,0,21,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK:
(23,0,21,62)
C23M0Y21K62 
(23%,0%,21%,62%)
(0.23/0.00/0.21/0.62)	

CMYK percentages

%22.92
%0
%20.83
%62.35

Codes

Color #4A604C in popluar color models

4A604C
RGB749676
HSL125°12.94%33.33%
HSB/HSV125°22.92%37.65%
CMYK22.92%0.00%20.83%
62.35%

Color #4A604C in popluar number systems.

HEX4A604C
Decimal749676
Binary100101011000001001100
Octal112140114

Shades and tints

Shades of #4A604C

#4A604C
(74,96,76)
#445846
(68,88,70)
#3E5040
(62,80,64)
#38483A
(56,72,58)
#324034
(50,64,52)
#2C382E
(44,56,46)
#263028
(38,48,40)
#202822
(32,40,34)
#1A201C
(26,32,28)
#141816
(20,24,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #4A604C

#4A604C
(74,96,76)
#5A6E5C
(90,110,92)
#6A7C6C
(106,124,108)
#7A8A7C
(122,138,124)
#8A988C
(138,152,140)
#9AA69C
(154,166,156)
#AAB4AC
(170,180,172)
#BAC2BC
(186,194,188)
#CAD0CC
(202,208,204)
#DADEDC
(218,222,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A604C; }

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

This text font color is #4A604C.


Background Color

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

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

This div background color is #4A604C.


Border color

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

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

This div border color is #4A604C.


Opacity

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

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

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

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

This text has shadow with #4A604C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A604C on black background.


Color preview on white background

This text has color #4A604C on white background.



Black color preview on #4A604C background

This text has black color on #4A604C background.


White color preview on #4A604C background

This text has white color on #4A604C background.