COLOR #4A1D06

HEX: #4A1D06
RGB: (74,29,6)

Color info

#4A1D06 contains mainly red and green colors. Web safe color of #4A1D06 is #333300 (or #330).

RGB color model

#4A1D06 color RGB value is (74,29,6).

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

RGB channels and saturation

R 74 of 255 = 29%
G 29 of 255 = 11%
B 6 of 255 = 2%

74
29
6

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

Portions of RGB colors in percentages

R + G + B =
74 + 29 + 6 = 109 (100%)
R 74 of 109 ~ 67.89%
G 29 of 109 ~ 26.61%
B 6 of 109 ~ 5.5%

%67.89
%26.61

CMYK color model

#4A1D06 color CMYK value is (0,61,92,71).

  • cyan value is 0.00%
  • magenta value is 60.81%
  • yellow value is 91.89%
  • key color value is 70.98%
CMYK:
(0,61,92,71)
C0M61Y92K71 
(0%,61%,92%,71%)
(0.00/0.61/0.92/0.71)	

CMYK percentages

%0
%60.81
%91.89
%70.98

Codes

Color #4A1D06 in popluar color models

4A1D06
RGB74296
HSL20°85.00%15.69%
HSB/HSV20°91.89%29.02%
CMYK0.00%60.81%91.89%
70.98%

Color #4A1D06 in popluar number systems.

HEX4A1D06
Decimal74296
Binary100101011101110
Octal112356

Shades and tints

Shades of #4A1D06

#4A1D06
(74,29,6)
#441B06
(68,27,6)
#3E1906
(62,25,6)
#381706
(56,23,6)
#321506
(50,21,6)
#2C1306
(44,19,6)
#261106
(38,17,6)
#200F06
(32,15,6)
#1A0D06
(26,13,6)
#140B06
(20,11,6)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #4A1D06

#4A1D06
(74,29,6)
#5A311C
(90,49,28)
#6A4532
(106,69,50)
#7A5948
(122,89,72)
#8A6D5E
(138,109,94)
#9A8174
(154,129,116)
#AA958A
(170,149,138)
#BAA9A0
(186,169,160)
#CABDB6
(202,189,182)
#DAD1CC
(218,209,204)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1D06; }

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

This text font color is #4A1D06.


Background Color

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

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

This div background color is #4A1D06.


Border color

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

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

This div border color is #4A1D06.


Opacity

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

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

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

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

This text has shadow with #4A1D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1D06 on black background.


Color preview on white background

This text has color #4A1D06 on white background.



Black color preview on #4A1D06 background

This text has black color on #4A1D06 background.


White color preview on #4A1D06 background

This text has white color on #4A1D06 background.