COLOR #4A4A1A

HEX: #4A4A1A
RGB: (74,74,26)

Color info

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

RGB color model

#4A4A1A color RGB value is (74,74,26).

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

RGB channels and saturation

R 74 of 255 = 29%
G 74 of 255 = 29%
B 26 of 255 = 10%

74
74
26

R + G + B ~ 23%. #4A4A1A is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 74 + 26 = 174 (100%)
R 74 of 174 ~ 42.53%
G 74 of 174 ~ 42.53%
B 26 of 174 ~ 14.94%

%42.53
%42.53
%14.94

CMYK color model

#4A4A1A color CMYK value is (0,0,65,71).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 64.86%
  • key color value is 70.98%
CMYK:
(0,0,65,71)
C0M0Y65K71 
(0%,0%,65%,71%)
(0.00/0.00/0.65/0.71)	

CMYK percentages

%0
%0
%64.86
%70.98

Codes

Color #4A4A1A in popluar color models

4A4A1A
RGB747426
HSL60°48.00%19.61%
HSB/HSV60°64.86%29.02%
CMYK0.00%0.00%64.86%
70.98%

Color #4A4A1A in popluar number systems.

HEX4A4A1A
Decimal747426
Binary1001010100101011010
Octal11211232

Shades and tints

Shades of #4A4A1A

#4A4A1A
(74,74,26)
#444418
(68,68,24)
#3E3E16
(62,62,22)
#383814
(56,56,20)
#323212
(50,50,18)
#2C2C10
(44,44,16)
#26260E
(38,38,14)
#20200C
(32,32,12)
#1A1A0A
(26,26,10)
#141408
(20,20,8)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #4A4A1A

#4A4A1A
(74,74,26)
#5A5A2E
(90,90,46)
#6A6A42
(106,106,66)
#7A7A56
(122,122,86)
#8A8A6A
(138,138,106)
#9A9A7E
(154,154,126)
#AAAA92
(170,170,146)
#BABAA6
(186,186,166)
#CACABA
(202,202,186)
#DADACE
(218,218,206)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4A1A; }

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

This text font color is #4A4A1A.


Background Color

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

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

This div background color is #4A4A1A.


Border color

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

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

This div border color is #4A4A1A.


Opacity

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

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

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

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

This text has shadow with #4A4A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4A1A on black background.


Color preview on white background

This text has color #4A4A1A on white background.



Black color preview on #4A4A1A background

This text has black color on #4A4A1A background.


White color preview on #4A4A1A background

This text has white color on #4A4A1A background.