COLOR #4A161E

HEX: #4A161E
RGB: (74,22,30)

Color info

#4A161E contains red, green and blue colors in about the same proportion. Web safe color of #4A161E is #330033 (or #303).

RGB color model

#4A161E color RGB value is (74,22,30).

  • red value is 74;
  • green value is 22;
  • blue value is 30.
RGB:
(74,22,30)
(29%,9%,12%)

RGB channels and saturation

R 74 of 255 = 29%
G 22 of 255 = 9%
B 30 of 255 = 12%

74
22
30

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

Portions of RGB colors in percentages

R + G + B =
74 + 22 + 30 = 126 (100%)
R 74 of 126 ~ 58.73%
G 22 of 126 ~ 17.46%
B 30 of 126 ~ 23.81%

%58.73
%17.46
%23.81

CMYK color model

#4A161E color CMYK value is (0,70,59,71).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 59.46%
  • key color value is 70.98%
CMYK:
(0,70,59,71)
C0M70Y59K71 
(0%,70%,59%,71%)
(0.00/0.70/0.59/0.71)	

CMYK percentages

%0
%70.27
%59.46
%70.98

Codes

Color #4A161E in popluar color models

4A161E
RGB742230
HSL351°54.17%18.82%
HSB/HSV351°70.27%29.02%
CMYK0.00%70.27%59.46%
70.98%

Color #4A161E in popluar number systems.

HEX4A161E
Decimal742230
Binary10010101011011110
Octal1122636

Shades and tints

Shades of #4A161E

#4A161E
(74,22,30)
#44141C
(68,20,28)
#3E121A
(62,18,26)
#381018
(56,16,24)
#320E16
(50,14,22)
#2C0C14
(44,12,20)
#260A12
(38,10,18)
#200810
(32,8,16)
#1A060E
(26,6,14)
#14040C
(20,4,12)
#0E020A
(14,2,10)
#000000
(0,0,0)

Tints of #4A161E

#4A161E
(74,22,30)
#5A2B32
(90,43,50)
#6A4046
(106,64,70)
#7A555A
(122,85,90)
#8A6A6E
(138,106,110)
#9A7F82
(154,127,130)
#AA9496
(170,148,150)
#BAA9AA
(186,169,170)
#CABEBE
(202,190,190)
#DAD3D2
(218,211,210)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A161E color. Also use rgb(74,22,30) instead hex code.

Text Font Color

.myTextColor { color: #4A161E; }

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

This text font color is #4A161E.


Background Color

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

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

This div background color is #4A161E.


Border color

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

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

This div border color is #4A161E.


Opacity

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

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

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

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

This text has shadow with #4A161E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A161E on black background.


Color preview on white background

This text has color #4A161E on white background.



Black color preview on #4A161E background

This text has black color on #4A161E background.


White color preview on #4A161E background

This text has white color on #4A161E background.