COLOR #4A190B

HEX: #4A190B
RGB: (74,25,11)

Color info

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

RGB color model

#4A190B color RGB value is (74,25,11).

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

RGB channels and saturation

R 74 of 255 = 29%
G 25 of 255 = 10%
B 11 of 255 = 4%

74
25
11

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

Portions of RGB colors in percentages

R + G + B =
74 + 25 + 11 = 110 (100%)
R 74 of 110 ~ 67.27%
G 25 of 110 ~ 22.73%
B 11 of 110 ~ 10%

%67.27
%22.73
%10

CMYK color model

#4A190B color CMYK value is (0,66,85,71).

  • cyan value is 0.00%
  • magenta value is 66.22%
  • yellow value is 85.14%
  • key color value is 70.98%
CMYK:
(0,66,85,71)
C0M66Y85K71 
(0%,66%,85%,71%)
(0.00/0.66/0.85/0.71)	

CMYK percentages

%0
%66.22
%85.14
%70.98

Codes

Color #4A190B in popluar color models

4A190B
RGB742511
HSL13°74.12%16.67%
HSB/HSV13°85.14%29.02%
CMYK0.00%66.22%85.14%
70.98%

Color #4A190B in popluar number systems.

HEX4A190B
Decimal742511
Binary1001010110011011
Octal1123113

Shades and tints

Shades of #4A190B

#4A190B
(74,25,11)
#44170A
(68,23,10)
#3E1509
(62,21,9)
#381308
(56,19,8)
#321107
(50,17,7)
#2C0F06
(44,15,6)
#260D05
(38,13,5)
#200B04
(32,11,4)
#1A0903
(26,9,3)
#140702
(20,7,2)
#0E0501
(14,5,1)
#000000
(0,0,0)

Tints of #4A190B

#4A190B
(74,25,11)
#5A2D21
(90,45,33)
#6A4137
(106,65,55)
#7A554D
(122,85,77)
#8A6963
(138,105,99)
#9A7D79
(154,125,121)
#AA918F
(170,145,143)
#BAA5A5
(186,165,165)
#CAB9BB
(202,185,187)
#DACDD1
(218,205,209)
#EAE1E7
(234,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A190B color. Also use rgb(74,25,11) instead hex code.

Text Font Color

.myTextColor { color: #4A190B; }

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

This text font color is #4A190B.


Background Color

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

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

This div background color is #4A190B.


Border color

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

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

This div border color is #4A190B.


Opacity

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

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

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

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

This text has shadow with #4A190B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A190B on black background.


Color preview on white background

This text has color #4A190B on white background.



Black color preview on #4A190B background

This text has black color on #4A190B background.


White color preview on #4A190B background

This text has white color on #4A190B background.