COLOR #4A6C29

HEX: #4A6C29
RGB: (74,108,41)

Color info

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

RGB color model

#4A6C29 color RGB value is (74,108,41).

  • red value is 74;
  • green value is 108;
  • blue value is 41.
RGB:
(74,108,41)
(29%,42%,16%)

RGB channels and saturation

R 74 of 255 = 29%
G 108 of 255 = 42%
B 41 of 255 = 16%

74
108
41

R + G + B ~ 29%. #4A6C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 108 + 41 = 223 (100%)
R 74 of 223 ~ 33.18%
G 108 of 223 ~ 48.43%
B 41 of 223 ~ 18.39%

%33.18
%48.43
%18.39

CMYK color model

#4A6C29 color CMYK value is (31,0,62,58).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 62.04%
  • key color value is 57.65%
CMYK:
(31,0,62,58)
C31M0Y62K58 
(31%,0%,62%,58%)
(0.31/0.00/0.62/0.58)	

CMYK percentages

%31.48
%0
%62.04
%57.65

Codes

Color #4A6C29 in popluar color models

4A6C29
RGB7410841
HSL90°44.97%29.22%
HSB/HSV90°62.04%42.35%
CMYK31.48%0.00%62.04%
57.65%

Color #4A6C29 in popluar number systems.

HEX4A6C29
Decimal7410841
Binary10010101101100101001
Octal11215451

Shades and tints

Shades of #4A6C29

#4A6C29
(74,108,41)
#446326
(68,99,38)
#3E5A23
(62,90,35)
#385120
(56,81,32)
#32481D
(50,72,29)
#2C3F1A
(44,63,26)
#263617
(38,54,23)
#202D14
(32,45,20)
#1A2411
(26,36,17)
#141B0E
(20,27,14)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #4A6C29

#4A6C29
(74,108,41)
#5A793C
(90,121,60)
#6A864F
(106,134,79)
#7A9362
(122,147,98)
#8AA075
(138,160,117)
#9AAD88
(154,173,136)
#AABA9B
(170,186,155)
#BAC7AE
(186,199,174)
#CAD4C1
(202,212,193)
#DAE1D4
(218,225,212)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6C29; }

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

This text font color is #4A6C29.


Background Color

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

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

This div background color is #4A6C29.


Border color

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

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

This div border color is #4A6C29.


Opacity

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

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

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

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

This text has shadow with #4A6C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6C29 on black background.


Color preview on white background

This text has color #4A6C29 on white background.



Black color preview on #4A6C29 background

This text has black color on #4A6C29 background.


White color preview on #4A6C29 background

This text has white color on #4A6C29 background.