COLOR #4A660A

HEX: #4A660A RGB: (74,102,10)

Color info

#4A660A contains mainly red and green colors. Web safe color of #4A660A is #336600 (or #360).

RGB color model

#4A660A color RGB value is (74,102,10).

RGB: (74,102,10) (29%, 40%, 4%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 10 of 255 = 4%

74
102
10

R + G + B ~ 24%. #4A660A is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 102 + 10 = 186 (100%)
R 74 of 186 ~ 39.78%
G 102 of 186 ~ 54.84%
B 10 of 186 ~ 5.38'%

%39.78
%54.84

CMYK color model

#4A660A color CMYK value is (27,0,90,60).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 90.20%
  • key color value is 60.00%
CMYK: (27,0,90,60) C27M0Y90K60 (27%,0%,90%,60%) (0.27/0.00/0.90/0.60) 

CMYK percentages

%27.45
%0
%90.2
%60

Codes

Color #4A660A in popluar color models

4A 66 0A
RGB 74 102 10
HSL 78° 82.14% 21.96%
HSB/HSV 78° 90.20% 40.00%
CMYK 27.45% 0.00% 90.20%
60.00%

Color #4A660A in popluar number systems.

HEX 4A 66 0A
Decimal 74 102 10
Binary 1001010 1100110 1010
Octal 112 146 12

Shades and tints

Shades of #4A660A

#4A660A
(74,102,10)
#445D0A
(68,93,10)
#3E540A
(62,84,10)
#384B0A
(56,75,10)
#32420A
(50,66,10)
#2C390A
(44,57,10)
#26300A
(38,48,10)
#20270A
(32,39,10)
#1A1E0A
(26,30,10)
#14150A
(20,21,10)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #4A660A

#4A660A
(74,102,10)
#5A7320
(90,115,32)
#6A8036
(106,128,54)
#7A8D4C
(122,141,76)
#8A9A62
(138,154,98)
#9AA778
(154,167,120)
#AAB48E
(170,180,142)
#BAC1A4
(186,193,164)
#CACEBA
(202,206,186)
#DADBD0
(218,219,208)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A660A; }

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

This text font color is #4A660A.

Background Color

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

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

This div background color is #4A660A.

Border color

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

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

This div border color is #4A660A.

Opacity

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

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

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

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

This text has shadow with #4A660A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A660A.

Preview

Color preview on black background

This text has color #4A660A on black background.


Color preview on white background

This text has color #4A660A on white background.


Black color preview on #4A660A background

This text has black color on #4A660A background.


White color preview on #4A660A background

This text has white color on #4A660A background.


Related colors

Complementary color

Complementary color for #hex is #B599F5.


I love getcolorcode.com

Triadic colors

1 #0A4A66 and #660A4A with #4A660A are triadic colors.

2 #0A664A and #664A0A with #4A660A are triadic colors.