COLOR #4A3615

HEX: #4A3615
RGB: (74,54,21)

Color info

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

RGB color model

#4A3615 color RGB value is (74,54,21).

  • red value is 74;
  • green value is 54;
  • blue value is 21.
RGB:
(74,54,21)
(29%,21%,8%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 21 of 255 = 8%

74
54
21

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

Portions of RGB colors in percentages

R + G + B =
74 + 54 + 21 = 149 (100%)
R 74 of 149 ~ 49.66%
G 54 of 149 ~ 36.24%
B 21 of 149 ~ 14.09%

%49.66
%36.24
%14.09

CMYK color model

#4A3615 color CMYK value is (0,27,72,71).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 71.62%
  • key color value is 70.98%
CMYK:
(0,27,72,71)
C0M27Y72K71 
(0%,27%,72%,71%)
(0.00/0.27/0.72/0.71)	

CMYK percentages

%0
%27.03
%71.62
%70.98

Codes

Color #4A3615 in popluar color models

4A3615
RGB745421
HSL37°55.79%18.63%
HSB/HSV37°71.62%29.02%
CMYK0.00%27.03%71.62%
70.98%

Color #4A3615 in popluar number systems.

HEX4A3615
Decimal745421
Binary100101011011010101
Octal1126625

Shades and tints

Shades of #4A3615

#4A3615
(74,54,21)
#443214
(68,50,20)
#3E2E13
(62,46,19)
#382A12
(56,42,18)
#322611
(50,38,17)
#2C2210
(44,34,16)
#261E0F
(38,30,15)
#201A0E
(32,26,14)
#1A160D
(26,22,13)
#14120C
(20,18,12)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A3615

#4A3615
(74,54,21)
#5A482A
(90,72,42)
#6A5A3F
(106,90,63)
#7A6C54
(122,108,84)
#8A7E69
(138,126,105)
#9A907E
(154,144,126)
#AAA293
(170,162,147)
#BAB4A8
(186,180,168)
#CAC6BD
(202,198,189)
#DAD8D2
(218,216,210)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3615 color. Also use rgb(74,54,21) instead hex code.

Text Font Color

.myTextColor { color: #4A3615; }

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

This text font color is #4A3615.


Background Color

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

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

This div background color is #4A3615.


Border color

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

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

This div border color is #4A3615.


Opacity

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

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

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

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

This text has shadow with #4A3615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3615 on black background.


Color preview on white background

This text has color #4A3615 on white background.



Black color preview on #4A3615 background

This text has black color on #4A3615 background.


White color preview on #4A3615 background

This text has white color on #4A3615 background.