COLOR #4A763F

HEX: #4A763F
RGB: (74,118,63)

Color info

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

RGB color model

#4A763F color RGB value is (74,118,63).

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

RGB channels and saturation

R 74 of 255 = 29%
G 118 of 255 = 46%
B 63 of 255 = 25%

74
118
63

R + G + B ~ 33%. #4A763F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 118 + 63 = 255 (100%)
R 74 of 255 ~ 29.02%
G 118 of 255 ~ 46.27%
B 63 of 255 ~ 24.71%

%29.02
%46.27
%24.71

CMYK color model

#4A763F color CMYK value is (37,0,47,54).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 46.61%
  • key color value is 53.73%
CMYK:
(37,0,47,54)
C37M0Y47K54 
(37%,0%,47%,54%)
(0.37/0.00/0.47/0.54)	

CMYK percentages

%37.29
%0
%46.61
%53.73

Codes

Color #4A763F in popluar color models

4A763F
RGB7411863
HSL108°30.39%35.49%
HSB/HSV108°46.61%46.27%
CMYK37.29%0.00%46.61%
53.73%

Color #4A763F in popluar number systems.

HEX4A763F
Decimal7411863
Binary10010101110110111111
Octal11216677

Shades and tints

Shades of #4A763F

#4A763F
(74,118,63)
#446C3A
(68,108,58)
#3E6235
(62,98,53)
#385830
(56,88,48)
#324E2B
(50,78,43)
#2C4426
(44,68,38)
#263A21
(38,58,33)
#20301C
(32,48,28)
#1A2617
(26,38,23)
#141C12
(20,28,18)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #4A763F

#4A763F
(74,118,63)
#5A8250
(90,130,80)
#6A8E61
(106,142,97)
#7A9A72
(122,154,114)
#8AA683
(138,166,131)
#9AB294
(154,178,148)
#AABEA5
(170,190,165)
#BACAB6
(186,202,182)
#CAD6C7
(202,214,199)
#DAE2D8
(218,226,216)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A763F; }

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

This text font color is #4A763F.


Background Color

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

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

This div background color is #4A763F.


Border color

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

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

This div border color is #4A763F.


Opacity

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

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

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

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

This text has shadow with #4A763F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A763F on black background.


Color preview on white background

This text has color #4A763F on white background.



Black color preview on #4A763F background

This text has black color on #4A763F background.


White color preview on #4A763F background

This text has white color on #4A763F background.