COLOR #4A3019

HEX: #4A3019
RGB: (74,48,25)

Color info

#4A3019 contains red, green and blue colors in about the same proportion. Web safe color of #4A3019 is #333300 (or #330).

RGB color model

#4A3019 color RGB value is (74,48,25).

  • red value is 74;
  • green value is 48;
  • blue value is 25.
RGB:
(74,48,25)
(29%,19%,10%)

RGB channels and saturation

R 74 of 255 = 29%
G 48 of 255 = 19%
B 25 of 255 = 10%

74
48
25

R + G + B ~ 19%. #4A3019 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 48 + 25 = 147 (100%)
R 74 of 147 ~ 50.34%
G 48 of 147 ~ 32.65%
B 25 of 147 ~ 17.01%

%50.34
%32.65
%17.01

CMYK color model

#4A3019 color CMYK value is (0,35,66,71).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 66.22%
  • key color value is 70.98%
CMYK:
(0,35,66,71)
C0M35Y66K71 
(0%,35%,66%,71%)
(0.00/0.35/0.66/0.71)	

CMYK percentages

%0
%35.14
%66.22
%70.98

Codes

Color #4A3019 in popluar color models

4A3019
RGB744825
HSL28°49.49%19.41%
HSB/HSV28°66.22%29.02%
CMYK0.00%35.14%66.22%
70.98%

Color #4A3019 in popluar number systems.

HEX4A3019
Decimal744825
Binary100101011000011001
Octal1126031

Shades and tints

Shades of #4A3019

#4A3019
(74,48,25)
#442C17
(68,44,23)
#3E2815
(62,40,21)
#382413
(56,36,19)
#322011
(50,32,17)
#2C1C0F
(44,28,15)
#26180D
(38,24,13)
#20140B
(32,20,11)
#1A1009
(26,16,9)
#140C07
(20,12,7)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #4A3019

#4A3019
(74,48,25)
#5A422D
(90,66,45)
#6A5441
(106,84,65)
#7A6655
(122,102,85)
#8A7869
(138,120,105)
#9A8A7D
(154,138,125)
#AA9C91
(170,156,145)
#BAAEA5
(186,174,165)
#CAC0B9
(202,192,185)
#DAD2CD
(218,210,205)
#EAE4E1
(234,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3019 color. Also use rgb(74,48,25) instead hex code.

Text Font Color

.myTextColor { color: #4A3019; }

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

This text font color is #4A3019.


Background Color

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

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

This div background color is #4A3019.


Border color

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

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

This div border color is #4A3019.


Opacity

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

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

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

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

This text has shadow with #4A3019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3019 on black background.


Color preview on white background

This text has color #4A3019 on white background.



Black color preview on #4A3019 background

This text has black color on #4A3019 background.


White color preview on #4A3019 background

This text has white color on #4A3019 background.