COLOR #4A604D

HEX: #4A604D
RGB: (74,96,77)

Color info

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

RGB color model

#4A604D color RGB value is (74,96,77).

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

RGB channels and saturation

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

74
96
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 77 = 247 (100%)
R 74 of 247 ~ 29.96%
G 96 of 247 ~ 38.87%
B 77 of 247 ~ 31.17%

%29.96
%38.87
%31.17

CMYK color model

#4A604D color CMYK value is (23,0,20,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK:
(23,0,20,62)
C23M0Y20K62 
(23%,0%,20%,62%)
(0.23/0.00/0.20/0.62)	

CMYK percentages

%22.92
%0
%19.79
%62.35

Codes

Color #4A604D in popluar color models

4A604D
RGB749677
HSL128°12.94%33.33%
HSB/HSV128°22.92%37.65%
CMYK22.92%0.00%19.79%
62.35%

Color #4A604D in popluar number systems.

HEX4A604D
Decimal749677
Binary100101011000001001101
Octal112140115

Shades and tints

Shades of #4A604D

#4A604D
(74,96,77)
#445846
(68,88,70)
#3E503F
(62,80,63)
#384838
(56,72,56)
#324031
(50,64,49)
#2C382A
(44,56,42)
#263023
(38,48,35)
#20281C
(32,40,28)
#1A2015
(26,32,21)
#14180E
(20,24,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #4A604D

#4A604D
(74,96,77)
#5A6E5D
(90,110,93)
#6A7C6D
(106,124,109)
#7A8A7D
(122,138,125)
#8A988D
(138,152,141)
#9AA69D
(154,166,157)
#AAB4AD
(170,180,173)
#BAC2BD
(186,194,189)
#CAD0CD
(202,208,205)
#DADEDD
(218,222,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A604D; }

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

This text font color is #4A604D.


Background Color

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

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

This div background color is #4A604D.


Border color

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

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

This div border color is #4A604D.


Opacity

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

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

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

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

This text has shadow with #4A604D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A604D on black background.


Color preview on white background

This text has color #4A604D on white background.



Black color preview on #4A604D background

This text has black color on #4A604D background.


White color preview on #4A604D background

This text has white color on #4A604D background.