COLOR #4A3D0C

HEX: #4A3D0C RGB: (74,61,12)

Color info

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

RGB color model

#4A3D0C color RGB value is (74,61,12).

RGB: (74,61,12) (29%, 24%, 5%)

RGB channels and saturation

R 74 of 255 = 29%
G 61 of 255 = 24%
B 12 of 255 = 5%

74
61
12

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

Portions of RGB colors in percentages

R + G + B = 74 + 61 + 12 = 147 (100%)
R 74 of 147 ~ 50.34%
G 61 of 147 ~ 41.5%
B 12 of 147 ~ 8.16'%

%50.34
%41.5

CMYK color model

#4A3D0C color CMYK value is (0,18,84,71).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 83.78%
  • key color value is 70.98%

CMYK: (0,18,84,71)
C0M18Y84K71 (0%, 18%, 84%, 71%)
(0.00 / 0.18 / 0.84 / 0.71)

CMYK percentages

%0
%17.57
%83.78
%70.98

Codes

Color #4A3D0C in popluar color models

4A 3D 0C
RGB 74 61 12
HSL 47° 72.09% 16.86%
HSB/HSV 47° 83.78% 29.02%
CMYK 0.00% 17.57% 83.78%
70.98%

Color #4A3D0C in popluar number systems.

HEX 4A 3D 0C
Decimal 74 61 12
Binary 1001010 111101 1100
Octal 112 75 14

Shades and tints

Shades of #4A3D0C

#4A3D0C
(74,61,12)
#44380B
(68,56,11)
#3E330A
(62,51,10)
#382E09
(56,46,9)
#322908
(50,41,8)
#2C2407
(44,36,7)
#261F06
(38,31,6)
#201A05
(32,26,5)
#1A1504
(26,21,4)
#141003
(20,16,3)
#0E0B02
(14,11,2)
#000000
(0,0,0)

Tints of #4A3D0C

#4A3D0C
(74,61,12)
#5A4E22
(90,78,34)
#6A5F38
(106,95,56)
#7A704E
(122,112,78)
#8A8164
(138,129,100)
#9A927A
(154,146,122)
#AAA390
(170,163,144)
#BAB4A6
(186,180,166)
#CAC5BC
(202,197,188)
#DAD6D2
(218,214,210)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3D0C color. Also use rgb(74,61,12) instead hex code.

Text Font Color

.myTextColor { color: #4A3D0C; }

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

This text font color is #4A3D0C.

Background Color

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

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

This div background color is #4A3D0C.

Border color

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

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

This div border color is #4A3D0C.

Opacity

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

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

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

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

This text has shadow with #4A3D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3D0C.

Preview

Color preview on black background

This text has color #4A3D0C on black background.


Color preview on white background

This text has color #4A3D0C on white background.


Black color preview on #4A3D0C background

This text has black color on #4A3D0C background.


White color preview on #4A3D0C background

This text has white color on #4A3D0C background.


Related colors

Complementary color

Complementary color for #hex is #B5C2F3.


I love getcolorcode.com

Triadic colors

1 #0C4A3D and #3D0C4A with #4A3D0C are triadic colors.

2 #0C3D4A and #3D4A0C with #4A3D0C are triadic colors.