COLOR #4A661D

HEX: #4A661D RGB: (74,102,29)

Color info

#4A661D contains mainly red and green colors. Web safe color of #4A661D is #336633 (or #363).

RGB color model

#4A661D color RGB value is (74,102,29).

RGB: (74,102,29) (29%, 40%, 11%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 29 of 255 = 11%

74
102
29

R + G + B ~ 27%. #4A661D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 102 + 29 = 205 (100%)
R 74 of 205 ~ 36.1%
G 102 of 205 ~ 49.76%
B 29 of 205 ~ 14.15'%

%36.1
%49.76
%14.15

CMYK color model

#4A661D color CMYK value is (27,0,72,60).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 71.57%
  • key color value is 60.00%
CMYK: (27,0,72,60) C27M0Y72K60 (27%,0%,72%,60%) (0.27/0.00/0.72/0.60) 

CMYK percentages

%27.45
%0
%71.57
%60

Codes

Color #4A661D in popluar color models

4A 66 1D
RGB 74 102 29
HSL 83° 55.73% 25.69%
HSB/HSV 83° 71.57% 40.00%
CMYK 27.45% 0.00% 71.57%
60.00%

Color #4A661D in popluar number systems.

HEX 4A 66 1D
Decimal 74 102 29
Binary 1001010 1100110 11101
Octal 112 146 35

Shades and tints

Shades of #4A661D

#4A661D
(74,102,29)
#445D1B
(68,93,27)
#3E5419
(62,84,25)
#384B17
(56,75,23)
#324215
(50,66,21)
#2C3913
(44,57,19)
#263011
(38,48,17)
#20270F
(32,39,15)
#1A1E0D
(26,30,13)
#14150B
(20,21,11)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #4A661D

#4A661D
(74,102,29)
#5A7331
(90,115,49)
#6A8045
(106,128,69)
#7A8D59
(122,141,89)
#8A9A6D
(138,154,109)
#9AA781
(154,167,129)
#AAB495
(170,180,149)
#BAC1A9
(186,193,169)
#CACEBD
(202,206,189)
#DADBD1
(218,219,209)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A661D; }

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

This text font color is #4A661D.

Background Color

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

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

This div background color is #4A661D.

Border color

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

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

This div border color is #4A661D.

Opacity

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

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

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

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

This text has shadow with #4A661D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A661D.

Preview

Color preview on black background

This text has color #4A661D on black background.


Color preview on white background

This text has color #4A661D on white background.


Black color preview on #4A661D background

This text has black color on #4A661D background.


White color preview on #4A661D background

This text has white color on #4A661D background.


Related colors

Complementary color

Complementary color for #hex is #B599E2.


I love getcolorcode.com

Triadic colors

1 #1D4A66 and #661D4A with #4A661D are triadic colors.

2 #1D664A and #664A1D with #4A661D are triadic colors.