COLOR #4A532D

HEX: #4A532D
RGB: (74,83,45)

Color info

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

RGB color model

#4A532D color RGB value is (74,83,45).

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

RGB channels and saturation

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

74
83
45

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

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 45 = 202 (100%)
R 74 of 202 ~ 36.63%
G 83 of 202 ~ 41.09%
B 45 of 202 ~ 22.28%

%36.63
%41.09
%22.28

CMYK color model

#4A532D color CMYK value is (11,0,46,67).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(11,0,46,67)
C11M0Y46K67 
(11%,0%,46%,67%)
(0.11/0.00/0.46/0.67)	

CMYK percentages

%10.84
%0
%45.78
%67.45

Codes

Color #4A532D in popluar color models

4A532D
RGB748345
HSL74°29.69%25.10%
HSB/HSV74°45.78%32.55%
CMYK10.84%0.00%45.78%
67.45%

Color #4A532D in popluar number systems.

HEX4A532D
Decimal748345
Binary10010101010011101101
Octal11212355

Shades and tints

Shades of #4A532D

#4A532D
(74,83,45)
#444C29
(68,76,41)
#3E4525
(62,69,37)
#383E21
(56,62,33)
#32371D
(50,55,29)
#2C3019
(44,48,25)
#262915
(38,41,21)
#202211
(32,34,17)
#1A1B0D
(26,27,13)
#141409
(20,20,9)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #4A532D

#4A532D
(74,83,45)
#5A6240
(90,98,64)
#6A7153
(106,113,83)
#7A8066
(122,128,102)
#8A8F79
(138,143,121)
#9A9E8C
(154,158,140)
#AAAD9F
(170,173,159)
#BABCB2
(186,188,178)
#CACBC5
(202,203,197)
#DADAD8
(218,218,216)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A532D; }

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

This text font color is #4A532D.


Background Color

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

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

This div background color is #4A532D.


Border color

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

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

This div border color is #4A532D.


Opacity

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

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

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

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

This text has shadow with #4A532D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A532D on black background.


Color preview on white background

This text has color #4A532D on white background.



Black color preview on #4A532D background

This text has black color on #4A532D background.


White color preview on #4A532D background

This text has white color on #4A532D background.