COLOR #4A542D

HEX: #4A542D
RGB: (74,84,45)

Color info

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

RGB color model

#4A542D color RGB value is (74,84,45).

  • red value is 74;
  • green value is 84;
  • blue value is 45.
RGB:
(74,84,45)
(29%,33%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 45 of 255 = 18%

74
84
45

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 45 = 203 (100%)
R 74 of 203 ~ 36.45%
G 84 of 203 ~ 41.38%
B 45 of 203 ~ 22.17%

%36.45
%41.38
%22.17

CMYK color model

#4A542D color CMYK value is (12,0,46,67).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 67.06%
CMYK:
(12,0,46,67)
C12M0Y46K67 
(12%,0%,46%,67%)
(0.12/0.00/0.46/0.67)	

CMYK percentages

%11.9
%0
%46.43
%67.06

Codes

Color #4A542D in popluar color models

4A542D
RGB748445
HSL75°30.23%25.29%
HSB/HSV75°46.43%32.94%
CMYK11.90%0.00%46.43%
67.06%

Color #4A542D in popluar number systems.

HEX4A542D
Decimal748445
Binary10010101010100101101
Octal11212455

Shades and tints

Shades of #4A542D

#4A542D
(74,84,45)
#444D29
(68,77,41)
#3E4625
(62,70,37)
#383F21
(56,63,33)
#32381D
(50,56,29)
#2C3119
(44,49,25)
#262A15
(38,42,21)
#202311
(32,35,17)
#1A1C0D
(26,28,13)
#141509
(20,21,9)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #4A542D

#4A542D
(74,84,45)
#5A6340
(90,99,64)
#6A7253
(106,114,83)
#7A8166
(122,129,102)
#8A9079
(138,144,121)
#9A9F8C
(154,159,140)
#AAAE9F
(170,174,159)
#BABDB2
(186,189,178)
#CACCC5
(202,204,197)
#DADBD8
(218,219,216)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A542D; }

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

This text font color is #4A542D.


Background Color

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

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

This div background color is #4A542D.


Border color

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

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

This div border color is #4A542D.


Opacity

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

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

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

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

This text has shadow with #4A542D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A542D on black background.


Color preview on white background

This text has color #4A542D on white background.



Black color preview on #4A542D background

This text has black color on #4A542D background.


White color preview on #4A542D background

This text has white color on #4A542D background.