COLOR #4A773C

HEX: #4A773C
RGB: (74,119,60)

Color info

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

RGB color model

#4A773C color RGB value is (74,119,60).

  • red value is 74;
  • green value is 119;
  • blue value is 60.
RGB:
(74,119,60)
(29%,47%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 119 of 255 = 47%
B 60 of 255 = 24%

74
119
60

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

Portions of RGB colors in percentages

R + G + B =
74 + 119 + 60 = 253 (100%)
R 74 of 253 ~ 29.25%
G 119 of 253 ~ 47.04%
B 60 of 253 ~ 23.72%

%29.25
%47.04
%23.72

CMYK color model

#4A773C color CMYK value is (38,0,50,53).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 53.33%
CMYK:
(38,0,50,53)
C38M0Y50K53 
(38%,0%,50%,53%)
(0.38/0.00/0.50/0.53)	

CMYK percentages

%37.82
%0
%49.58
%53.33

Codes

Color #4A773C in popluar color models

4A773C
RGB7411960
HSL106°32.96%35.10%
HSB/HSV106°49.58%46.67%
CMYK37.82%0.00%49.58%
53.33%

Color #4A773C in popluar number systems.

HEX4A773C
Decimal7411960
Binary10010101110111111100
Octal11216774

Shades and tints

Shades of #4A773C

#4A773C
(74,119,60)
#446D37
(68,109,55)
#3E6332
(62,99,50)
#38592D
(56,89,45)
#324F28
(50,79,40)
#2C4523
(44,69,35)
#263B1E
(38,59,30)
#203119
(32,49,25)
#1A2714
(26,39,20)
#141D0F
(20,29,15)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #4A773C

#4A773C
(74,119,60)
#5A834D
(90,131,77)
#6A8F5E
(106,143,94)
#7A9B6F
(122,155,111)
#8AA780
(138,167,128)
#9AB391
(154,179,145)
#AABFA2
(170,191,162)
#BACBB3
(186,203,179)
#CAD7C4
(202,215,196)
#DAE3D5
(218,227,213)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A773C color. Also use rgb(74,119,60) instead hex code.

Text Font Color

.myTextColor { color: #4A773C; }

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

This text font color is #4A773C.


Background Color

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

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

This div background color is #4A773C.


Border color

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

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

This div border color is #4A773C.


Opacity

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

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

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

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

This text has shadow with #4A773C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A773C on black background.


Color preview on white background

This text has color #4A773C on white background.



Black color preview on #4A773C background

This text has black color on #4A773C background.


White color preview on #4A773C background

This text has white color on #4A773C background.