COLOR #4A522D

HEX: #4A522D RGB: (74,82,45)

Color info

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

RGB color model

#4A522D color RGB value is (74,82,45).

RGB: (74,82,45) (29%, 32%, 18%)

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 45 of 255 = 18%

74
82
45

R + G + B ~ 26%. #4A522D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 82 + 45 = 201 (100%)
R 74 of 201 ~ 36.82%
G 82 of 201 ~ 40.8%
B 45 of 201 ~ 22.39'%

%36.82
%40.8
%22.39

CMYK color model

#4A522D color CMYK value is (10,0,45,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 45.12%
  • key color value is 67.84%

CMYK: (10,0,45,68)
C10M0Y45K68 (10%, 0%, 45%, 68%)
(0.10 / 0.00 / 0.45 / 0.68)

CMYK percentages

%9.76
%0
%45.12
%67.84

Codes

Color #4A522D in popluar color models

4A 52 2D
RGB 74 82 45
HSL 73° 29.13% 24.90%
HSB/HSV 73° 45.12% 32.16%
CMYK 9.76% 0.00% 45.12%
67.84%

Color #4A522D in popluar number systems.

HEX 4A 52 2D
Decimal 74 82 45
Binary 1001010 1010010 101101
Octal 112 122 55

Shades and tints

Shades of #4A522D

#4A522D
(74,82,45)
#444B29
(68,75,41)
#3E4425
(62,68,37)
#383D21
(56,61,33)
#32361D
(50,54,29)
#2C2F19
(44,47,25)
#262815
(38,40,21)
#202111
(32,33,17)
#1A1A0D
(26,26,13)
#141309
(20,19,9)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #4A522D

#4A522D
(74,82,45)
#5A6140
(90,97,64)
#6A7053
(106,112,83)
#7A7F66
(122,127,102)
#8A8E79
(138,142,121)
#9A9D8C
(154,157,140)
#AAAC9F
(170,172,159)
#BABBB2
(186,187,178)
#CACAC5
(202,202,197)
#DAD9D8
(218,217,216)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A522D; }

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

This text font color is #4A522D.

Background Color

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

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

This div background color is #4A522D.

Border color

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

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

This div border color is #4A522D.

Opacity

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

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

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

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

This text has shadow with #4A522D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A522D.

Preview

Color preview on black background

This text has color #4A522D on black background.


Color preview on white background

This text has color #4A522D on white background.


Black color preview on #4A522D background

This text has black color on #4A522D background.


White color preview on #4A522D background

This text has white color on #4A522D background.


Related colors

Complementary color

Complementary color for #hex is #B5ADD2.


I love getcolorcode.com

Triadic colors

1 #2D4A52 and #522D4A with #4A522D are triadic colors.

2 #2D524A and #524A2D with #4A522D are triadic colors.