COLOR #4A642A

HEX: #4A642A
RGB: (74,100,42)

Color info

#4A642A contains red, green and blue colors in about the same proportion. Web safe color of #4A642A is #336633 (or #363).

RGB color model

#4A642A color RGB value is (74,100,42).

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

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 42 of 255 = 16%

74
100
42

R + G + B ~ 28%. #4A642A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 100 + 42 = 216 (100%)
R 74 of 216 ~ 34.26%
G 100 of 216 ~ 46.3%
B 42 of 216 ~ 19.44%

%34.26
%46.3
%19.44

CMYK color model

#4A642A color CMYK value is (26,0,58,61).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 60.78%
CMYK:
(26,0,58,61)
C26M0Y58K61 
(26%,0%,58%,61%)
(0.26/0.00/0.58/0.61)	

CMYK percentages

%26
%0
%58
%60.78

Codes

Color #4A642A in popluar color models

4A642A
RGB7410042
HSL87°40.85%27.84%
HSB/HSV87°58.00%39.22%
CMYK26.00%0.00%58.00%
60.78%

Color #4A642A in popluar number systems.

HEX4A642A
Decimal7410042
Binary10010101100100101010
Octal11214452

Shades and tints

Shades of #4A642A

#4A642A
(74,100,42)
#445B27
(68,91,39)
#3E5224
(62,82,36)
#384921
(56,73,33)
#32401E
(50,64,30)
#2C371B
(44,55,27)
#262E18
(38,46,24)
#202515
(32,37,21)
#1A1C12
(26,28,18)
#14130F
(20,19,15)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #4A642A

#4A642A
(74,100,42)
#5A723D
(90,114,61)
#6A8050
(106,128,80)
#7A8E63
(122,142,99)
#8A9C76
(138,156,118)
#9AAA89
(154,170,137)
#AAB89C
(170,184,156)
#BAC6AF
(186,198,175)
#CAD4C2
(202,212,194)
#DAE2D5
(218,226,213)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A642A; }

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

This text font color is #4A642A.


Background Color

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

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

This div background color is #4A642A.


Border color

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

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

This div border color is #4A642A.


Opacity

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

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

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

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

This text has shadow with #4A642A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A642A on black background.


Color preview on white background

This text has color #4A642A on white background.



Black color preview on #4A642A background

This text has black color on #4A642A background.


White color preview on #4A642A background

This text has white color on #4A642A background.