COLOR #4A614D

HEX: #4A614D
RGB: (74,97,77)

Color info

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

RGB color model

#4A614D color RGB value is (74,97,77).

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

RGB channels and saturation

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

74
97
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 97 + 77 = 248 (100%)
R 74 of 248 ~ 29.84%
G 97 of 248 ~ 39.11%
B 77 of 248 ~ 31.05%

%29.84
%39.11
%31.05

CMYK color model

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

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

CMYK percentages

%23.71
%0
%20.62
%61.96

Codes

Color #4A614D in popluar color models

4A614D
RGB749777
HSL128°13.45%33.53%
HSB/HSV128°23.71%38.04%
CMYK23.71%0.00%20.62%
61.96%

Color #4A614D in popluar number systems.

HEX4A614D
Decimal749777
Binary100101011000011001101
Octal112141115

Shades and tints

Shades of #4A614D

#4A614D
(74,97,77)
#445946
(68,89,70)
#3E513F
(62,81,63)
#384938
(56,73,56)
#324131
(50,65,49)
#2C392A
(44,57,42)
#263123
(38,49,35)
#20291C
(32,41,28)
#1A2115
(26,33,21)
#14190E
(20,25,14)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #4A614D

#4A614D
(74,97,77)
#5A6F5D
(90,111,93)
#6A7D6D
(106,125,109)
#7A8B7D
(122,139,125)
#8A998D
(138,153,141)
#9AA79D
(154,167,157)
#AAB5AD
(170,181,173)
#BAC3BD
(186,195,189)
#CAD1CD
(202,209,205)
#DADFDD
(218,223,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A614D; }

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

This text font color is #4A614D.


Background Color

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

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

This div background color is #4A614D.


Border color

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

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

This div border color is #4A614D.


Opacity

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

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

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

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

This text has shadow with #4A614D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A614D on black background.


Color preview on white background

This text has color #4A614D on white background.



Black color preview on #4A614D background

This text has black color on #4A614D background.


White color preview on #4A614D background

This text has white color on #4A614D background.