COLOR #4A672F

HEX: #4A672F RGB: (74,103,47)

Color info

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

RGB color model

#4A672F color RGB value is (74,103,47).

RGB: (74,103,47) (29%, 40%, 18%)

RGB channels and saturation

R 74 of 255 = 29%
G 103 of 255 = 40%
B 47 of 255 = 18%

74
103
47

R + G + B ~ 29%. #4A672F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 103 + 47 = 224 (100%)
R 74 of 224 ~ 33.04%
G 103 of 224 ~ 45.98%
B 47 of 224 ~ 20.98'%

%33.04
%45.98
%20.98

CMYK color model

#4A672F color CMYK value is (28,0,54,60).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 54.37%
  • key color value is 59.61%

CMYK: (28,0,54,60)
C28M0Y54K60 (28%, 0%, 54%, 60%)
(0.28 / 0.00 / 0.54 / 0.60)

CMYK percentages

%28.16
%0
%54.37
%59.61

Codes

Color #4A672F in popluar color models

4A 67 2F
RGB 74 103 47
HSL 91° 37.33% 29.41%
HSB/HSV 91° 54.37% 40.39%
CMYK 28.16% 0.00% 54.37%
59.61%

Color #4A672F in popluar number systems.

HEX 4A 67 2F
Decimal 74 103 47
Binary 1001010 1100111 101111
Octal 112 147 57

Shades and tints

Shades of #4A672F

#4A672F
(74,103,47)
#445E2B
(68,94,43)
#3E5527
(62,85,39)
#384C23
(56,76,35)
#32431F
(50,67,31)
#2C3A1B
(44,58,27)
#263117
(38,49,23)
#202813
(32,40,19)
#1A1F0F
(26,31,15)
#14160B
(20,22,11)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #4A672F

#4A672F
(74,103,47)
#5A7441
(90,116,65)
#6A8153
(106,129,83)
#7A8E65
(122,142,101)
#8A9B77
(138,155,119)
#9AA889
(154,168,137)
#AAB59B
(170,181,155)
#BAC2AD
(186,194,173)
#CACFBF
(202,207,191)
#DADCD1
(218,220,209)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A672F; }

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

This text font color is #4A672F.

Background Color

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

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

This div background color is #4A672F.

Border color

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

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

This div border color is #4A672F.

Opacity

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

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

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

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

This text has shadow with #4A672F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A672F.

Preview

Color preview on black background

This text has color #4A672F on black background.


Color preview on white background

This text has color #4A672F on white background.


Black color preview on #4A672F background

This text has black color on #4A672F background.


White color preview on #4A672F background

This text has white color on #4A672F background.


Related colors

Complementary color

Complementary color for #hex is #B598D0.


I love getcolorcode.com

Triadic colors

1 #2F4A67 and #672F4A with #4A672F are triadic colors.

2 #2F674A and #674A2F with #4A672F are triadic colors.