COLOR #4A1B19

HEX: #4A1B19
RGB: (74,27,25)

Color info

#4A1B19 contains red, green and blue colors in about the same proportion. Web safe color of #4A1B19 is #333300 (or #330).

RGB color model

#4A1B19 color RGB value is (74,27,25).

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

RGB channels and saturation

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

74
27
25

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

Portions of RGB colors in percentages

R + G + B =
74 + 27 + 25 = 126 (100%)
R 74 of 126 ~ 58.73%
G 27 of 126 ~ 21.43%
B 25 of 126 ~ 19.84%

%58.73
%21.43
%19.84

CMYK color model

#4A1B19 color CMYK value is (0,64,66,71).

  • cyan value is 0.00%
  • magenta value is 63.51%
  • yellow value is 66.22%
  • key color value is 70.98%
CMYK:
(0,64,66,71)
C0M64Y66K71 
(0%,64%,66%,71%)
(0.00/0.64/0.66/0.71)	

CMYK percentages

%0
%63.51
%66.22
%70.98

Codes

Color #4A1B19 in popluar color models

4A1B19
RGB742725
HSL49.49%19.41%
HSB/HSV66.22%29.02%
CMYK0.00%63.51%66.22%
70.98%

Color #4A1B19 in popluar number systems.

HEX4A1B19
Decimal742725
Binary10010101101111001
Octal1123331

Shades and tints

Shades of #4A1B19

#4A1B19
(74,27,25)
#441917
(68,25,23)
#3E1715
(62,23,21)
#381513
(56,21,19)
#321311
(50,19,17)
#2C110F
(44,17,15)
#260F0D
(38,15,13)
#200D0B
(32,13,11)
#1A0B09
(26,11,9)
#140907
(20,9,7)
#0E0705
(14,7,5)
#000000
(0,0,0)

Tints of #4A1B19

#4A1B19
(74,27,25)
#5A2F2D
(90,47,45)
#6A4341
(106,67,65)
#7A5755
(122,87,85)
#8A6B69
(138,107,105)
#9A7F7D
(154,127,125)
#AA9391
(170,147,145)
#BAA7A5
(186,167,165)
#CABBB9
(202,187,185)
#DACFCD
(218,207,205)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1B19; }

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

This text font color is #4A1B19.


Background Color

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

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

This div background color is #4A1B19.


Border color

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

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

This div border color is #4A1B19.


Opacity

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

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

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

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

This text has shadow with #4A1B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1B19 on black background.


Color preview on white background

This text has color #4A1B19 on white background.



Black color preview on #4A1B19 background

This text has black color on #4A1B19 background.


White color preview on #4A1B19 background

This text has white color on #4A1B19 background.