COLOR #4A7C3C

HEX: #4A7C3C
RGB: (74,124,60)

Color info

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

RGB color model

#4A7C3C color RGB value is (74,124,60).

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

RGB channels and saturation

R 74 of 255 = 29%
G 124 of 255 = 49%
B 60 of 255 = 24%

74
124
60

R + G + B ~ 34%. #4A7C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 124 + 60 = 258 (100%)
R 74 of 258 ~ 28.68%
G 124 of 258 ~ 48.06%
B 60 of 258 ~ 23.26%

%28.68
%48.06
%23.26

CMYK color model

#4A7C3C color CMYK value is (40,0,52,51).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%
CMYK:
(40,0,52,51)
C40M0Y52K51 
(40%,0%,52%,51%)
(0.40/0.00/0.52/0.51)	

CMYK percentages

%40.32
%0
%51.61
%51.37

Codes

Color #4A7C3C in popluar color models

4A7C3C
RGB7412460
HSL107°34.78%36.08%
HSB/HSV107°51.61%48.63%
CMYK40.32%0.00%51.61%
51.37%

Color #4A7C3C in popluar number systems.

HEX4A7C3C
Decimal7412460
Binary10010101111100111100
Octal11217474

Shades and tints

Shades of #4A7C3C

#4A7C3C
(74,124,60)
#447137
(68,113,55)
#3E6632
(62,102,50)
#385B2D
(56,91,45)
#325028
(50,80,40)
#2C4523
(44,69,35)
#263A1E
(38,58,30)
#202F19
(32,47,25)
#1A2414
(26,36,20)
#14190F
(20,25,15)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #4A7C3C

#4A7C3C
(74,124,60)
#5A874D
(90,135,77)
#6A925E
(106,146,94)
#7A9D6F
(122,157,111)
#8AA880
(138,168,128)
#9AB391
(154,179,145)
#AABEA2
(170,190,162)
#BAC9B3
(186,201,179)
#CAD4C4
(202,212,196)
#DADFD5
(218,223,213)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7C3C; }

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

This text font color is #4A7C3C.


Background Color

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

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

This div background color is #4A7C3C.


Border color

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

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

This div border color is #4A7C3C.


Opacity

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

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

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

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

This text has shadow with #4A7C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7C3C on black background.


Color preview on white background

This text has color #4A7C3C on white background.



Black color preview on #4A7C3C background

This text has black color on #4A7C3C background.


White color preview on #4A7C3C background

This text has white color on #4A7C3C background.