COLOR #4A674D

HEX: #4A674D
RGB: (74,103,77)

Color info

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

RGB color model

#4A674D color RGB value is (74,103,77).

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

RGB channels and saturation

R 74 of 255 = 29%
G 103 of 255 = 40%
B 77 of 255 = 30%

74
103
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 103 + 77 = 254 (100%)
R 74 of 254 ~ 29.13%
G 103 of 254 ~ 40.55%
B 77 of 254 ~ 30.31%

%29.13
%40.55
%30.31

CMYK color model

#4A674D color CMYK value is (28,0,25,60).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 59.61%
CMYK:
(28,0,25,60)
C28M0Y25K60 
(28%,0%,25%,60%)
(0.28/0.00/0.25/0.60)	

CMYK percentages

%28.16
%0
%25.24
%59.61

Codes

Color #4A674D in popluar color models

4A674D
RGB7410377
HSL126°16.38%34.71%
HSB/HSV126°28.16%40.39%
CMYK28.16%0.00%25.24%
59.61%

Color #4A674D in popluar number systems.

HEX4A674D
Decimal7410377
Binary100101011001111001101
Octal112147115

Shades and tints

Shades of #4A674D

#4A674D
(74,103,77)
#445E46
(68,94,70)
#3E553F
(62,85,63)
#384C38
(56,76,56)
#324331
(50,67,49)
#2C3A2A
(44,58,42)
#263123
(38,49,35)
#20281C
(32,40,28)
#1A1F15
(26,31,21)
#14160E
(20,22,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #4A674D

#4A674D
(74,103,77)
#5A745D
(90,116,93)
#6A816D
(106,129,109)
#7A8E7D
(122,142,125)
#8A9B8D
(138,155,141)
#9AA89D
(154,168,157)
#AAB5AD
(170,181,173)
#BAC2BD
(186,194,189)
#CACFCD
(202,207,205)
#DADCDD
(218,220,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A674D; }

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

This text font color is #4A674D.


Background Color

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

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

This div background color is #4A674D.


Border color

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

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

This div border color is #4A674D.


Opacity

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

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

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

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

This text has shadow with #4A674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A674D on black background.


Color preview on white background

This text has color #4A674D on white background.



Black color preview on #4A674D background

This text has black color on #4A674D background.


White color preview on #4A674D background

This text has white color on #4A674D background.