COLOR #4A1011

HEX: #4A1011
RGB: (74,16,17)

Color info

#4A1011 contains red, green and blue colors in about the same proportion. Web safe color of #4A1011 is #330000 (or #300).

RGB color model

#4A1011 color RGB value is (74,16,17).

  • red value is 74;
  • green value is 16;
  • blue value is 17.
RGB:
(74,16,17)
(29%,6%,7%)

RGB channels and saturation

R 74 of 255 = 29%
G 16 of 255 = 6%
B 17 of 255 = 7%

74
16
17

R + G + B ~ 14%. #4A1011 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 16 + 17 = 107 (100%)
R 74 of 107 ~ 69.16%
G 16 of 107 ~ 14.95%
B 17 of 107 ~ 15.89%

%69.16
%14.95
%15.89

CMYK color model

#4A1011 color CMYK value is (0,78,77,71).

  • cyan value is 0.00%
  • magenta value is 78.38%
  • yellow value is 77.03%
  • key color value is 70.98%
CMYK:
(0,78,77,71)
C0M78Y77K71 
(0%,78%,77%,71%)
(0.00/0.78/0.77/0.71)	

CMYK percentages

%0
%78.38
%77.03
%70.98

Codes

Color #4A1011 in popluar color models

4A1011
RGB741617
HSL359°64.44%17.65%
HSB/HSV359°78.38%29.02%
CMYK0.00%78.38%77.03%
70.98%

Color #4A1011 in popluar number systems.

HEX4A1011
Decimal741617
Binary10010101000010001
Octal1122021

Shades and tints

Shades of #4A1011

#4A1011
(74,16,17)
#440F10
(68,15,16)
#3E0E0F
(62,14,15)
#380D0E
(56,13,14)
#320C0D
(50,12,13)
#2C0B0C
(44,11,12)
#260A0B
(38,10,11)
#20090A
(32,9,10)
#1A0809
(26,8,9)
#140708
(20,7,8)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #4A1011

#4A1011
(74,16,17)
#5A2526
(90,37,38)
#6A3A3B
(106,58,59)
#7A4F50
(122,79,80)
#8A6465
(138,100,101)
#9A797A
(154,121,122)
#AA8E8F
(170,142,143)
#BAA3A4
(186,163,164)
#CAB8B9
(202,184,185)
#DACDCE
(218,205,206)
#EAE2E3
(234,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1011 color. Also use rgb(74,16,17) instead hex code.

Text Font Color

.myTextColor { color: #4A1011; }

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

This text font color is #4A1011.


Background Color

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

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

This div background color is #4A1011.


Border color

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

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

This div border color is #4A1011.


Opacity

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

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

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

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

This text has shadow with #4A1011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1011 on black background.


Color preview on white background

This text has color #4A1011 on white background.



Black color preview on #4A1011 background

This text has black color on #4A1011 background.


White color preview on #4A1011 background

This text has white color on #4A1011 background.