COLOR #4A0A0C

HEX: #4A0A0C
RGB: (74,10,12)

Color info

#4A0A0C contains mainly red color. Web safe color of #4A0A0C is #330000 (or #300).

RGB color model

#4A0A0C color RGB value is (74,10,12).

  • red value is 74;
  • green value is 10;
  • blue value is 12.
RGB:
(74,10,12)
(29%,4%,5%)

RGB channels and saturation

R 74 of 255 = 29%
G 10 of 255 = 4%
B 12 of 255 = 5%

74
10
12

R + G + B ~ 13%. #4A0A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 10 + 12 = 96 (100%)
R 74 of 96 ~ 77.08%
G 10 of 96 ~ 10.42%
B 12 of 96 ~ 12.5%

%77.08
%10.42
%12.5

CMYK color model

#4A0A0C color CMYK value is (0,86,84,71).

  • cyan value is 0.00%
  • magenta value is 86.49%
  • yellow value is 83.78%
  • key color value is 70.98%
CMYK:
(0,86,84,71)
C0M86Y84K71 
(0%,86%,84%,71%)
(0.00/0.86/0.84/0.71)	

CMYK percentages

%0
%86.49
%83.78
%70.98

Codes

Color #4A0A0C in popluar color models

4A0A0C
RGB741012
HSL358°76.19%16.47%
HSB/HSV358°86.49%29.02%
CMYK0.00%86.49%83.78%
70.98%

Color #4A0A0C in popluar number systems.

HEX4A0A0C
Decimal741012
Binary100101010101100
Octal1121214

Shades and tints

Shades of #4A0A0C

#4A0A0C
(74,10,12)
#440A0B
(68,10,11)
#3E0A0A
(62,10,10)
#380A09
(56,10,9)
#320A08
(50,10,8)
#2C0A07
(44,10,7)
#260A06
(38,10,6)
#200A05
(32,10,5)
#1A0A04
(26,10,4)
#140A03
(20,10,3)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #4A0A0C

#4A0A0C
(74,10,12)
#5A2022
(90,32,34)
#6A3638
(106,54,56)
#7A4C4E
(122,76,78)
#8A6264
(138,98,100)
#9A787A
(154,120,122)
#AA8E90
(170,142,144)
#BAA4A6
(186,164,166)
#CABABC
(202,186,188)
#DAD0D2
(218,208,210)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0A0C; }

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

This text font color is #4A0A0C.


Background Color

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

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

This div background color is #4A0A0C.


Border color

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

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

This div border color is #4A0A0C.


Opacity

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

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

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

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

This text has shadow with #4A0A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0A0C on black background.


Color preview on white background

This text has color #4A0A0C on white background.



Black color preview on #4A0A0C background

This text has black color on #4A0A0C background.


White color preview on #4A0A0C background

This text has white color on #4A0A0C background.