COLOR #4A2D1E

HEX: #4A2D1E
RGB: (74,45,30)

Color info

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

RGB color model

#4A2D1E color RGB value is (74,45,30).

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

RGB channels and saturation

R 74 of 255 = 29%
G 45 of 255 = 18%
B 30 of 255 = 12%

74
45
30

R + G + B ~ 20%. #4A2D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 45 + 30 = 149 (100%)
R 74 of 149 ~ 49.66%
G 45 of 149 ~ 30.2%
B 30 of 149 ~ 20.13%

%49.66
%30.2
%20.13

CMYK color model

#4A2D1E color CMYK value is (0,39,59,71).

  • cyan value is 0.00%
  • magenta value is 39.19%
  • yellow value is 59.46%
  • key color value is 70.98%
CMYK:
(0,39,59,71)
C0M39Y59K71 
(0%,39%,59%,71%)
(0.00/0.39/0.59/0.71)	

CMYK percentages

%0
%39.19
%59.46
%70.98

Codes

Color #4A2D1E in popluar color models

4A2D1E
RGB744530
HSL20°42.31%20.39%
HSB/HSV20°59.46%29.02%
CMYK0.00%39.19%59.46%
70.98%

Color #4A2D1E in popluar number systems.

HEX4A2D1E
Decimal744530
Binary100101010110111110
Octal1125536

Shades and tints

Shades of #4A2D1E

#4A2D1E
(74,45,30)
#44291C
(68,41,28)
#3E251A
(62,37,26)
#382118
(56,33,24)
#321D16
(50,29,22)
#2C1914
(44,25,20)
#261512
(38,21,18)
#201110
(32,17,16)
#1A0D0E
(26,13,14)
#14090C
(20,9,12)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #4A2D1E

#4A2D1E
(74,45,30)
#5A4032
(90,64,50)
#6A5346
(106,83,70)
#7A665A
(122,102,90)
#8A796E
(138,121,110)
#9A8C82
(154,140,130)
#AA9F96
(170,159,150)
#BAB2AA
(186,178,170)
#CAC5BE
(202,197,190)
#DAD8D2
(218,216,210)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2D1E; }

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

This text font color is #4A2D1E.


Background Color

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

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

This div background color is #4A2D1E.


Border color

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

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

This div border color is #4A2D1E.


Opacity

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

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

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

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

This text has shadow with #4A2D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2D1E on black background.


Color preview on white background

This text has color #4A2D1E on white background.



Black color preview on #4A2D1E background

This text has black color on #4A2D1E background.


White color preview on #4A2D1E background

This text has white color on #4A2D1E background.