COLOR #4A624D

HEX: #4A624D
RGB: (74,98,77)

Color info

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

RGB color model

#4A624D color RGB value is (74,98,77).

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

RGB channels and saturation

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

74
98
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 77 = 249 (100%)
R 74 of 249 ~ 29.72%
G 98 of 249 ~ 39.36%
B 77 of 249 ~ 30.92%

%29.72
%39.36
%30.92

CMYK color model

#4A624D color CMYK value is (24,0,21,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(24,0,21,62)
C24M0Y21K62 
(24%,0%,21%,62%)
(0.24/0.00/0.21/0.62)	

CMYK percentages

%24.49
%0
%21.43
%61.57

Codes

Color #4A624D in popluar color models

4A624D
RGB749877
HSL128°13.95%33.73%
HSB/HSV128°24.49%38.43%
CMYK24.49%0.00%21.43%
61.57%

Color #4A624D in popluar number systems.

HEX4A624D
Decimal749877
Binary100101011000101001101
Octal112142115

Shades and tints

Shades of #4A624D

#4A624D
(74,98,77)
#445A46
(68,90,70)
#3E523F
(62,82,63)
#384A38
(56,74,56)
#324231
(50,66,49)
#2C3A2A
(44,58,42)
#263223
(38,50,35)
#202A1C
(32,42,28)
#1A2215
(26,34,21)
#141A0E
(20,26,14)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #4A624D

#4A624D
(74,98,77)
#5A705D
(90,112,93)
#6A7E6D
(106,126,109)
#7A8C7D
(122,140,125)
#8A9A8D
(138,154,141)
#9AA89D
(154,168,157)
#AAB6AD
(170,182,173)
#BAC4BD
(186,196,189)
#CAD2CD
(202,210,205)
#DAE0DD
(218,224,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A624D; }

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

This text font color is #4A624D.


Background Color

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

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

This div background color is #4A624D.


Border color

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

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

This div border color is #4A624D.


Opacity

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

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

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

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

This text has shadow with #4A624D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A624D on black background.


Color preview on white background

This text has color #4A624D on white background.



Black color preview on #4A624D background

This text has black color on #4A624D background.


White color preview on #4A624D background

This text has white color on #4A624D background.