COLOR #4A3307

HEX: #4A3307
RGB: (74,51,7)

Color info

#4A3307 contains mainly red and green colors. Web safe color of #4A3307 is #333300 (or #330).

RGB color model

#4A3307 color RGB value is (74,51,7).

  • red value is 74;
  • green value is 51;
  • blue value is 7.
RGB:
(74,51,7)
(29%,20%,3%)

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 7 of 255 = 3%

74
51
7

R + G + B ~ 17%. #4A3307 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 51 + 7 = 132 (100%)
R 74 of 132 ~ 56.06%
G 51 of 132 ~ 38.64%
B 7 of 132 ~ 5.3%

%56.06
%38.64

CMYK color model

#4A3307 color CMYK value is (0,31,91,71).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 90.54%
  • key color value is 70.98%
CMYK:
(0,31,91,71)
C0M31Y91K71 
(0%,31%,91%,71%)
(0.00/0.31/0.91/0.71)	

CMYK percentages

%0
%31.08
%90.54
%70.98

Codes

Color #4A3307 in popluar color models

4A3307
RGB74517
HSL39°82.72%15.88%
HSB/HSV39°90.54%29.02%
CMYK0.00%31.08%90.54%
70.98%

Color #4A3307 in popluar number systems.

HEX4A3307
Decimal74517
Binary1001010110011111
Octal112637

Shades and tints

Shades of #4A3307

#4A3307
(74,51,7)
#442F07
(68,47,7)
#3E2B07
(62,43,7)
#382707
(56,39,7)
#322307
(50,35,7)
#2C1F07
(44,31,7)
#261B07
(38,27,7)
#201707
(32,23,7)
#1A1307
(26,19,7)
#140F07
(20,15,7)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #4A3307

#4A3307
(74,51,7)
#5A451D
(90,69,29)
#6A5733
(106,87,51)
#7A6949
(122,105,73)
#8A7B5F
(138,123,95)
#9A8D75
(154,141,117)
#AA9F8B
(170,159,139)
#BAB1A1
(186,177,161)
#CAC3B7
(202,195,183)
#DAD5CD
(218,213,205)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3307 color. Also use rgb(74,51,7) instead hex code.

Text Font Color

.myTextColor { color: #4A3307; }

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

This text font color is #4A3307.


Background Color

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

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

This div background color is #4A3307.


Border color

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

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

This div border color is #4A3307.


Opacity

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

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

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

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

This text has shadow with #4A3307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3307 on black background.


Color preview on white background

This text has color #4A3307 on white background.



Black color preview on #4A3307 background

This text has black color on #4A3307 background.


White color preview on #4A3307 background

This text has white color on #4A3307 background.