COLOR #4A661F

HEX: #4A661F
RGB: (74,102,31)

Color info

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

RGB color model

#4A661F color RGB value is (74,102,31).

  • red value is 74;
  • green value is 102;
  • blue value is 31.
RGB:
(74,102,31)
(29%,40%,12%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 31 of 255 = 12%

74
102
31

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

Portions of RGB colors in percentages

R + G + B =
74 + 102 + 31 = 207 (100%)
R 74 of 207 ~ 35.75%
G 102 of 207 ~ 49.28%
B 31 of 207 ~ 14.98%

%35.75
%49.28
%14.98

CMYK color model

#4A661F color CMYK value is (27,0,70,60).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 69.61%
  • key color value is 60.00%
CMYK:
(27,0,70,60)
C27M0Y70K60 
(27%,0%,70%,60%)
(0.27/0.00/0.70/0.60)	

CMYK percentages

%27.45
%0
%69.61
%60

Codes

Color #4A661F in popluar color models

4A661F
RGB7410231
HSL84°53.38%26.08%
HSB/HSV84°69.61%40.00%
CMYK27.45%0.00%69.61%
60.00%

Color #4A661F in popluar number systems.

HEX4A661F
Decimal7410231
Binary1001010110011011111
Octal11214637

Shades and tints

Shades of #4A661F

#4A661F
(74,102,31)
#445D1D
(68,93,29)
#3E541B
(62,84,27)
#384B19
(56,75,25)
#324217
(50,66,23)
#2C3915
(44,57,21)
#263013
(38,48,19)
#202711
(32,39,17)
#1A1E0F
(26,30,15)
#14150D
(20,21,13)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #4A661F

#4A661F
(74,102,31)
#5A7333
(90,115,51)
#6A8047
(106,128,71)
#7A8D5B
(122,141,91)
#8A9A6F
(138,154,111)
#9AA783
(154,167,131)
#AAB497
(170,180,151)
#BAC1AB
(186,193,171)
#CACEBF
(202,206,191)
#DADBD3
(218,219,211)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A661F; }

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

This text font color is #4A661F.


Background Color

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

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

This div background color is #4A661F.


Border color

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

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

This div border color is #4A661F.


Opacity

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

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

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

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

This text has shadow with #4A661F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A661F on black background.


Color preview on white background

This text has color #4A661F on white background.



Black color preview on #4A661F background

This text has black color on #4A661F background.


White color preview on #4A661F background

This text has white color on #4A661F background.