COLOR #4A321A

HEX: #4A321A RGB: (74,50,26)

Color info

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

RGB color model

#4A321A color RGB value is (74,50,26).

RGB: (74,50,26) (29%, 20%, 10%)

RGB channels and saturation

R 74 of 255 = 29%
G 50 of 255 = 20%
B 26 of 255 = 10%

74
50
26

R + G + B ~ 20%. #4A321A is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 50 + 26 = 150 (100%)
R 74 of 150 ~ 49.33%
G 50 of 150 ~ 33.33%
B 26 of 150 ~ 17.33'%

%49.33
%33.33
%17.33

CMYK color model

#4A321A color CMYK value is (0,32,65,71).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 64.86%
  • key color value is 70.98%

CMYK: (0,32,65,71)
C0M32Y65K71 (0%, 32%, 65%, 71%)
(0.00 / 0.32 / 0.65 / 0.71)

CMYK percentages

%0
%32.43
%64.86
%70.98

Codes

Color #4A321A in popluar color models

4A 32 1A
RGB 74 50 26
HSL 30° 48.00% 19.61%
HSB/HSV 30° 64.86% 29.02%
CMYK 0.00% 32.43% 64.86%
70.98%

Color #4A321A in popluar number systems.

HEX 4A 32 1A
Decimal 74 50 26
Binary 1001010 110010 11010
Octal 112 62 32

Shades and tints

Shades of #4A321A

#4A321A
(74,50,26)
#442E18
(68,46,24)
#3E2A16
(62,42,22)
#382614
(56,38,20)
#322212
(50,34,18)
#2C1E10
(44,30,16)
#261A0E
(38,26,14)
#20160C
(32,22,12)
#1A120A
(26,18,10)
#140E08
(20,14,8)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #4A321A

#4A321A
(74,50,26)
#5A442E
(90,68,46)
#6A5642
(106,86,66)
#7A6856
(122,104,86)
#8A7A6A
(138,122,106)
#9A8C7E
(154,140,126)
#AA9E92
(170,158,146)
#BAB0A6
(186,176,166)
#CAC2BA
(202,194,186)
#DAD4CE
(218,212,206)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A321A color. Also use rgb(74,50,26) instead hex code.

Text Font Color

.myTextColor { color: #4A321A; }

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

This text font color is #4A321A.

Background Color

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

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

This div background color is #4A321A.

Border color

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

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

This div border color is #4A321A.

Opacity

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

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

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

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

This text has shadow with #4A321A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A321A.

Preview

Color preview on black background

This text has color #4A321A on black background.


Color preview on white background

This text has color #4A321A on white background.


Black color preview on #4A321A background

This text has black color on #4A321A background.


White color preview on #4A321A background

This text has white color on #4A321A background.


Related colors

Complementary color

Complementary color for #hex is #B5CDE5.


I love getcolorcode.com

Triadic colors

1 #1A4A32 and #321A4A with #4A321A are triadic colors.

2 #1A324A and #324A1A with #4A321A are triadic colors.