COLOR #4A0C0F

HEX: #4A0C0F
RGB: (74,12,15)

Color info

#4A0C0F contains mainly red and blue colors. Web safe color of #4A0C0F is #330000 (or #300).

RGB color model

#4A0C0F color RGB value is (74,12,15).

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

RGB channels and saturation

R 74 of 255 = 29%
G 12 of 255 = 5%
B 15 of 255 = 6%

74
12
15

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

Portions of RGB colors in percentages

R + G + B =
74 + 12 + 15 = 101 (100%)
R 74 of 101 ~ 73.27%
G 12 of 101 ~ 11.88%
B 15 of 101 ~ 14.85%

%73.27
%11.88
%14.85

CMYK color model

#4A0C0F color CMYK value is (0,84,80,71).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 79.73%
  • key color value is 70.98%
CMYK:
(0,84,80,71)
C0M84Y80K71 
(0%,84%,80%,71%)
(0.00/0.84/0.80/0.71)	

CMYK percentages

%0
%83.78
%79.73
%70.98

Codes

Color #4A0C0F in popluar color models

4A0C0F
RGB741215
HSL357°72.09%16.86%
HSB/HSV357°83.78%29.02%
CMYK0.00%83.78%79.73%
70.98%

Color #4A0C0F in popluar number systems.

HEX4A0C0F
Decimal741215
Binary100101011001111
Octal1121417

Shades and tints

Shades of #4A0C0F

#4A0C0F
(74,12,15)
#440B0E
(68,11,14)
#3E0A0D
(62,10,13)
#38090C
(56,9,12)
#32080B
(50,8,11)
#2C070A
(44,7,10)
#260609
(38,6,9)
#200508
(32,5,8)
#1A0407
(26,4,7)
#140306
(20,3,6)
#0E0205
(14,2,5)
#000000
(0,0,0)

Tints of #4A0C0F

#4A0C0F
(74,12,15)
#5A2224
(90,34,36)
#6A3839
(106,56,57)
#7A4E4E
(122,78,78)
#8A6463
(138,100,99)
#9A7A78
(154,122,120)
#AA908D
(170,144,141)
#BAA6A2
(186,166,162)
#CABCB7
(202,188,183)
#DAD2CC
(218,210,204)
#EAE8E1
(234,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0C0F; }

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

This text font color is #4A0C0F.


Background Color

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

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

This div background color is #4A0C0F.


Border color

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

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

This div border color is #4A0C0F.


Opacity

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

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

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

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

This text has shadow with #4A0C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0C0F on black background.


Color preview on white background

This text has color #4A0C0F on white background.



Black color preview on #4A0C0F background

This text has black color on #4A0C0F background.


White color preview on #4A0C0F background

This text has white color on #4A0C0F background.