COLOR #4A672B

HEX: #4A672B RGB: (74,103,43)

Color info

#4A672B contains mainly red and green colors. Web safe color of #4A672B is #336633 (or #363).

RGB color model

#4A672B color RGB value is (74,103,43).

RGB: (74,103,43) (29%, 40%, 17%)

RGB channels and saturation

R 74 of 255 = 29%
G 103 of 255 = 40%
B 43 of 255 = 17%

74
103
43

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

Portions of RGB colors in percentages

R + G + B = 74 + 103 + 43 = 220 (100%)
R 74 of 220 ~ 33.64%
G 103 of 220 ~ 46.82%
B 43 of 220 ~ 19.55'%

%33.64
%46.82
%19.55

CMYK color model

#4A672B color CMYK value is (28,0,58,60).

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

CMYK: (28,0,58,60)
C28M0Y58K60 (28%, 0%, 58%, 60%)
(0.28 / 0.00 / 0.58 / 0.60)

CMYK percentages

%28.16
%0
%58.25
%59.61

Codes

Color #4A672B in popluar color models

4A 67 2B
RGB 74 103 43
HSL 89° 41.10% 28.63%
HSB/HSV 89° 58.25% 40.39%
CMYK 28.16% 0.00% 58.25%
59.61%

Color #4A672B in popluar number systems.

HEX 4A 67 2B
Decimal 74 103 43
Binary 1001010 1100111 101011
Octal 112 147 53

Shades and tints

Shades of #4A672B

#4A672B
(74,103,43)
#445E28
(68,94,40)
#3E5525
(62,85,37)
#384C22
(56,76,34)
#32431F
(50,67,31)
#2C3A1C
(44,58,28)
#263119
(38,49,25)
#202816
(32,40,22)
#1A1F13
(26,31,19)
#141610
(20,22,16)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #4A672B

#4A672B
(74,103,43)
#5A743E
(90,116,62)
#6A8151
(106,129,81)
#7A8E64
(122,142,100)
#8A9B77
(138,155,119)
#9AA88A
(154,168,138)
#AAB59D
(170,181,157)
#BAC2B0
(186,194,176)
#CACFC3
(202,207,195)
#DADCD6
(218,220,214)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A672B; }

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

This text font color is #4A672B.

Background Color

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

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

This div background color is #4A672B.

Border color

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

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

This div border color is #4A672B.

Opacity

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

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

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

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

This text has shadow with #4A672B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A672B.

Preview

Color preview on black background

This text has color #4A672B on black background.


Color preview on white background

This text has color #4A672B on white background.


Black color preview on #4A672B background

This text has black color on #4A672B background.


White color preview on #4A672B background

This text has white color on #4A672B background.


Related colors

Complementary color

Complementary color for #hex is #B598D4.


I love getcolorcode.com

Triadic colors

1 #2B4A67 and #672B4A with #4A672B are triadic colors.

2 #2B674A and #674A2B with #4A672B are triadic colors.