COLOR #4A762E

HEX: #4A762E
RGB: (74,118,46)

Color info

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

RGB color model

#4A762E color RGB value is (74,118,46).

  • red value is 74;
  • green value is 118;
  • blue value is 46.
RGB:
(74,118,46)
(29%,46%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 118 of 255 = 46%
B 46 of 255 = 18%

74
118
46

R + G + B ~ 31%. #4A762E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 118 + 46 = 238 (100%)
R 74 of 238 ~ 31.09%
G 118 of 238 ~ 49.58%
B 46 of 238 ~ 19.33%

%31.09
%49.58
%19.33

CMYK color model

#4A762E color CMYK value is (37,0,61,54).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 53.73%
CMYK:
(37,0,61,54)
C37M0Y61K54 
(37%,0%,61%,54%)
(0.37/0.00/0.61/0.54)	

CMYK percentages

%37.29
%0
%61.02
%53.73

Codes

Color #4A762E in popluar color models

4A762E
RGB7411846
HSL97°43.90%32.16%
HSB/HSV97°61.02%46.27%
CMYK37.29%0.00%61.02%
53.73%

Color #4A762E in popluar number systems.

HEX4A762E
Decimal7411846
Binary10010101110110101110
Octal11216656

Shades and tints

Shades of #4A762E

#4A762E
(74,118,46)
#446C2A
(68,108,42)
#3E6226
(62,98,38)
#385822
(56,88,34)
#324E1E
(50,78,30)
#2C441A
(44,68,26)
#263A16
(38,58,22)
#203012
(32,48,18)
#1A260E
(26,38,14)
#141C0A
(20,28,10)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #4A762E

#4A762E
(74,118,46)
#5A8241
(90,130,65)
#6A8E54
(106,142,84)
#7A9A67
(122,154,103)
#8AA67A
(138,166,122)
#9AB28D
(154,178,141)
#AABEA0
(170,190,160)
#BACAB3
(186,202,179)
#CAD6C6
(202,214,198)
#DAE2D9
(218,226,217)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A762E color. Also use rgb(74,118,46) instead hex code.

Text Font Color

.myTextColor { color: #4A762E; }

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

This text font color is #4A762E.


Background Color

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

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

This div background color is #4A762E.


Border color

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

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

This div border color is #4A762E.


Opacity

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

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

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

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

This text has shadow with #4A762E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A762E on black background.


Color preview on white background

This text has color #4A762E on white background.



Black color preview on #4A762E background

This text has black color on #4A762E background.


White color preview on #4A762E background

This text has white color on #4A762E background.