COLOR #4A2B1D

HEX: #4A2B1D
RGB: (74,43,29)

Color info

#4A2B1D contains red, green and blue colors in about the same proportion. Web safe color of #4A2B1D is #333333 (or #333).

RGB color model

#4A2B1D color RGB value is (74,43,29).

  • red value is 74;
  • green value is 43;
  • blue value is 29.
RGB:
(74,43,29)
(29%,17%,11%)

RGB channels and saturation

R 74 of 255 = 29%
G 43 of 255 = 17%
B 29 of 255 = 11%

74
43
29

R + G + B ~ 19%. #4A2B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 43 + 29 = 146 (100%)
R 74 of 146 ~ 50.68%
G 43 of 146 ~ 29.45%
B 29 of 146 ~ 19.86%

%50.68
%29.45
%19.86

CMYK color model

#4A2B1D color CMYK value is (0,42,61,71).

  • cyan value is 0.00%
  • magenta value is 41.89%
  • yellow value is 60.81%
  • key color value is 70.98%
CMYK:
(0,42,61,71)
C0M42Y61K71 
(0%,42%,61%,71%)
(0.00/0.42/0.61/0.71)	

CMYK percentages

%0
%41.89
%60.81
%70.98

Codes

Color #4A2B1D in popluar color models

4A2B1D
RGB744329
HSL19°43.69%20.20%
HSB/HSV19°60.81%29.02%
CMYK0.00%41.89%60.81%
70.98%

Color #4A2B1D in popluar number systems.

HEX4A2B1D
Decimal744329
Binary100101010101111101
Octal1125335

Shades and tints

Shades of #4A2B1D

#4A2B1D
(74,43,29)
#44281B
(68,40,27)
#3E2519
(62,37,25)
#382217
(56,34,23)
#321F15
(50,31,21)
#2C1C13
(44,28,19)
#261911
(38,25,17)
#20160F
(32,22,15)
#1A130D
(26,19,13)
#14100B
(20,16,11)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A2B1D

#4A2B1D
(74,43,29)
#5A3E31
(90,62,49)
#6A5145
(106,81,69)
#7A6459
(122,100,89)
#8A776D
(138,119,109)
#9A8A81
(154,138,129)
#AA9D95
(170,157,149)
#BAB0A9
(186,176,169)
#CAC3BD
(202,195,189)
#DAD6D1
(218,214,209)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2B1D color. Also use rgb(74,43,29) instead hex code.

Text Font Color

.myTextColor { color: #4A2B1D; }

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

This text font color is #4A2B1D.


Background Color

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

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

This div background color is #4A2B1D.


Border color

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

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

This div border color is #4A2B1D.


Opacity

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

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

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

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

This text has shadow with #4A2B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2B1D on black background.


Color preview on white background

This text has color #4A2B1D on white background.



Black color preview on #4A2B1D background

This text has black color on #4A2B1D background.


White color preview on #4A2B1D background

This text has white color on #4A2B1D background.