COLOR #4A592D

HEX: #4A592D RGB: (74,89,45)

Color info

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

RGB color model

#4A592D color RGB value is (74,89,45).

RGB: (74,89,45) (29%, 35%, 18%)

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 45 of 255 = 18%

74
89
45

R + G + B ~ 27%. #4A592D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 89 + 45 = 208 (100%)
R 74 of 208 ~ 35.58%
G 89 of 208 ~ 42.79%
B 45 of 208 ~ 21.63'%

%35.58
%42.79
%21.63

CMYK color model

#4A592D color CMYK value is (17,0,49,65).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 65.10%

CMYK: (17,0,49,65)
C17M0Y49K65 (17%, 0%, 49%, 65%)
(0.17 / 0.00 / 0.49 / 0.65)

CMYK percentages

%16.85
%0
%49.44
%65.1

Codes

Color #4A592D in popluar color models

4A 59 2D
RGB 74 89 45
HSL 80° 32.84% 26.27%
HSB/HSV 80° 49.44% 34.90%
CMYK 16.85% 0.00% 49.44%
65.10%

Color #4A592D in popluar number systems.

HEX 4A 59 2D
Decimal 74 89 45
Binary 1001010 1011001 101101
Octal 112 131 55

Shades and tints

Shades of #4A592D

#4A592D
(74,89,45)
#445129
(68,81,41)
#3E4925
(62,73,37)
#384121
(56,65,33)
#32391D
(50,57,29)
#2C3119
(44,49,25)
#262915
(38,41,21)
#202111
(32,33,17)
#1A190D
(26,25,13)
#141109
(20,17,9)
#0E0905
(14,9,5)
#000000
(0,0,0)

Tints of #4A592D

#4A592D
(74,89,45)
#5A6840
(90,104,64)
#6A7753
(106,119,83)
#7A8666
(122,134,102)
#8A9579
(138,149,121)
#9AA48C
(154,164,140)
#AAB39F
(170,179,159)
#BAC2B2
(186,194,178)
#CAD1C5
(202,209,197)
#DAE0D8
(218,224,216)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A592D color. Also use rgb(74,89,45) instead hex code.

Text Font Color

.myTextColor { color: #4A592D; }

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

This text font color is #4A592D.

Background Color

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

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

This div background color is #4A592D.

Border color

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

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

This div border color is #4A592D.

Opacity

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

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

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

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

This text has shadow with #4A592D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A592D.

Preview

Color preview on black background

This text has color #4A592D on black background.


Color preview on white background

This text has color #4A592D on white background.


Black color preview on #4A592D background

This text has black color on #4A592D background.


White color preview on #4A592D background

This text has white color on #4A592D background.


Related colors

Complementary color

Complementary color for #hex is #B5A6D2.


I love getcolorcode.com

Triadic colors

1 #2D4A59 and #592D4A with #4A592D are triadic colors.

2 #2D594A and #594A2D with #4A592D are triadic colors.