COLOR #4A482D

HEX: #4A482D
RGB: (74,72,45)

Color info

#4A482D contains red, green and blue colors in about the same proportion. Web safe color of #4A482D is #333333 (or #333).

RGB color model

#4A482D color RGB value is (74,72,45).

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

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 45 of 255 = 18%

74
72
45

R + G + B ~ 25%. #4A482D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 45 = 191 (100%)
R 74 of 191 ~ 38.74%
G 72 of 191 ~ 37.7%
B 45 of 191 ~ 23.56%

%38.74
%37.7
%23.56

CMYK color model

#4A482D color CMYK value is (0,3,39,71).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 39.19%
  • key color value is 70.98%
CMYK:
(0,3,39,71)
C0M3Y39K71 
(0%,3%,39%,71%)
(0.00/0.03/0.39/0.71)	

CMYK percentages

%0
%2.7
%39.19
%70.98

Codes

Color #4A482D in popluar color models

4A482D
RGB747245
HSL56°24.37%23.33%
HSB/HSV56°39.19%29.02%
CMYK0.00%2.70%39.19%
70.98%

Color #4A482D in popluar number systems.

HEX4A482D
Decimal747245
Binary10010101001000101101
Octal11211055

Shades and tints

Shades of #4A482D

#4A482D
(74,72,45)
#444229
(68,66,41)
#3E3C25
(62,60,37)
#383621
(56,54,33)
#32301D
(50,48,29)
#2C2A19
(44,42,25)
#262415
(38,36,21)
#201E11
(32,30,17)
#1A180D
(26,24,13)
#141209
(20,18,9)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #4A482D

#4A482D
(74,72,45)
#5A5840
(90,88,64)
#6A6853
(106,104,83)
#7A7866
(122,120,102)
#8A8879
(138,136,121)
#9A988C
(154,152,140)
#AAA89F
(170,168,159)
#BAB8B2
(186,184,178)
#CAC8C5
(202,200,197)
#DAD8D8
(218,216,216)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A482D; }

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

This text font color is #4A482D.


Background Color

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

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

This div background color is #4A482D.


Border color

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

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

This div border color is #4A482D.


Opacity

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

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

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

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

This text has shadow with #4A482D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A482D on black background.


Color preview on white background

This text has color #4A482D on white background.



Black color preview on #4A482D background

This text has black color on #4A482D background.


White color preview on #4A482D background

This text has white color on #4A482D background.