COLOR #4A1C1A

HEX: #4A1C1A
RGB: (74,28,26)

Color info

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

RGB color model

#4A1C1A color RGB value is (74,28,26).

  • red value is 74;
  • green value is 28;
  • blue value is 26.
RGB:
(74,28,26)
(29%,11%,10%)

RGB channels and saturation

R 74 of 255 = 29%
G 28 of 255 = 11%
B 26 of 255 = 10%

74
28
26

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

Portions of RGB colors in percentages

R + G + B =
74 + 28 + 26 = 128 (100%)
R 74 of 128 ~ 57.81%
G 28 of 128 ~ 21.88%
B 26 of 128 ~ 20.31%

%57.81
%21.88
%20.31

CMYK color model

#4A1C1A color CMYK value is (0,62,65,71).

  • cyan value is 0.00%
  • magenta value is 62.16%
  • yellow value is 64.86%
  • key color value is 70.98%
CMYK:
(0,62,65,71)
C0M62Y65K71 
(0%,62%,65%,71%)
(0.00/0.62/0.65/0.71)	

CMYK percentages

%0
%62.16
%64.86
%70.98

Codes

Color #4A1C1A in popluar color models

4A1C1A
RGB742826
HSL48.00%19.61%
HSB/HSV64.86%29.02%
CMYK0.00%62.16%64.86%
70.98%

Color #4A1C1A in popluar number systems.

HEX4A1C1A
Decimal742826
Binary10010101110011010
Octal1123432

Shades and tints

Shades of #4A1C1A

#4A1C1A
(74,28,26)
#441A18
(68,26,24)
#3E1816
(62,24,22)
#381614
(56,22,20)
#321412
(50,20,18)
#2C1210
(44,18,16)
#26100E
(38,16,14)
#200E0C
(32,14,12)
#1A0C0A
(26,12,10)
#140A08
(20,10,8)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #4A1C1A

#4A1C1A
(74,28,26)
#5A302E
(90,48,46)
#6A4442
(106,68,66)
#7A5856
(122,88,86)
#8A6C6A
(138,108,106)
#9A807E
(154,128,126)
#AA9492
(170,148,146)
#BAA8A6
(186,168,166)
#CABCBA
(202,188,186)
#DAD0CE
(218,208,206)
#EAE4E2
(234,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1C1A; }

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

This text font color is #4A1C1A.


Background Color

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

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

This div background color is #4A1C1A.


Border color

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

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

This div border color is #4A1C1A.


Opacity

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

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

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

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

This text has shadow with #4A1C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1C1A on black background.


Color preview on white background

This text has color #4A1C1A on white background.



Black color preview on #4A1C1A background

This text has black color on #4A1C1A background.


White color preview on #4A1C1A background

This text has white color on #4A1C1A background.