COLOR #4A481F

HEX: #4A481F
RGB: (74,72,31)

Color info

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

RGB color model

#4A481F color RGB value is (74,72,31).

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

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 31 of 255 = 12%

74
72
31

R + G + B ~ 23%. #4A481F is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 31 = 177 (100%)
R 74 of 177 ~ 41.81%
G 72 of 177 ~ 40.68%
B 31 of 177 ~ 17.51%

%41.81
%40.68
%17.51

CMYK color model

#4A481F color CMYK value is (0,3,58,71).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 58.11%
  • key color value is 70.98%
CMYK:
(0,3,58,71)
C0M3Y58K71 
(0%,3%,58%,71%)
(0.00/0.03/0.58/0.71)	

CMYK percentages

%0
%2.7
%58.11
%70.98

Codes

Color #4A481F in popluar color models

4A481F
RGB747231
HSL57°40.95%20.59%
HSB/HSV57°58.11%29.02%
CMYK0.00%2.70%58.11%
70.98%

Color #4A481F in popluar number systems.

HEX4A481F
Decimal747231
Binary1001010100100011111
Octal11211037

Shades and tints

Shades of #4A481F

#4A481F
(74,72,31)
#44421D
(68,66,29)
#3E3C1B
(62,60,27)
#383619
(56,54,25)
#323017
(50,48,23)
#2C2A15
(44,42,21)
#262413
(38,36,19)
#201E11
(32,30,17)
#1A180F
(26,24,15)
#14120D
(20,18,13)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #4A481F

#4A481F
(74,72,31)
#5A5833
(90,88,51)
#6A6847
(106,104,71)
#7A785B
(122,120,91)
#8A886F
(138,136,111)
#9A9883
(154,152,131)
#AAA897
(170,168,151)
#BAB8AB
(186,184,171)
#CAC8BF
(202,200,191)
#DAD8D3
(218,216,211)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A481F; }

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

This text font color is #4A481F.


Background Color

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

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

This div background color is #4A481F.


Border color

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

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

This div border color is #4A481F.


Opacity

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

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

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

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

This text has shadow with #4A481F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A481F on black background.


Color preview on white background

This text has color #4A481F on white background.



Black color preview on #4A481F background

This text has black color on #4A481F background.


White color preview on #4A481F background

This text has white color on #4A481F background.