COLOR #4A3810

HEX: #4A3810
RGB: (74,56,16)

Color info

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

RGB color model

#4A3810 color RGB value is (74,56,16).

  • red value is 74;
  • green value is 56;
  • blue value is 16.
RGB:
(74,56,16)
(29%,22%,6%)

RGB channels and saturation

R 74 of 255 = 29%
G 56 of 255 = 22%
B 16 of 255 = 6%

74
56
16

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

Portions of RGB colors in percentages

R + G + B =
74 + 56 + 16 = 146 (100%)
R 74 of 146 ~ 50.68%
G 56 of 146 ~ 38.36%
B 16 of 146 ~ 10.96%

%50.68
%38.36
%10.96

CMYK color model

#4A3810 color CMYK value is (0,24,78,71).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 78.38%
  • key color value is 70.98%
CMYK:
(0,24,78,71)
C0M24Y78K71 
(0%,24%,78%,71%)
(0.00/0.24/0.78/0.71)	

CMYK percentages

%0
%24.32
%78.38
%70.98

Codes

Color #4A3810 in popluar color models

4A3810
RGB745616
HSL41°64.44%17.65%
HSB/HSV41°78.38%29.02%
CMYK0.00%24.32%78.38%
70.98%

Color #4A3810 in popluar number systems.

HEX4A3810
Decimal745616
Binary100101011100010000
Octal1127020

Shades and tints

Shades of #4A3810

#4A3810
(74,56,16)
#44330F
(68,51,15)
#3E2E0E
(62,46,14)
#38290D
(56,41,13)
#32240C
(50,36,12)
#2C1F0B
(44,31,11)
#261A0A
(38,26,10)
#201509
(32,21,9)
#1A1008
(26,16,8)
#140B07
(20,11,7)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #4A3810

#4A3810
(74,56,16)
#5A4A25
(90,74,37)
#6A5C3A
(106,92,58)
#7A6E4F
(122,110,79)
#8A8064
(138,128,100)
#9A9279
(154,146,121)
#AAA48E
(170,164,142)
#BAB6A3
(186,182,163)
#CAC8B8
(202,200,184)
#DADACD
(218,218,205)
#EAECE2
(234,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3810 color. Also use rgb(74,56,16) instead hex code.

Text Font Color

.myTextColor { color: #4A3810; }

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

This text font color is #4A3810.


Background Color

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

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

This div background color is #4A3810.


Border color

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

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

This div border color is #4A3810.


Opacity

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

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

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

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

This text has shadow with #4A3810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3810 on black background.


Color preview on white background

This text has color #4A3810 on white background.



Black color preview on #4A3810 background

This text has black color on #4A3810 background.


White color preview on #4A3810 background

This text has white color on #4A3810 background.