COLOR #4A784A

HEX: #4A784A
RGB: (74,120,74)

Color info

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

RGB color model

#4A784A color RGB value is (74,120,74).

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

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 74 of 255 = 29%

74
120
74

R + G + B ~ 35%. #4A784A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 74 = 268 (100%)
R 74 of 268 ~ 27.61%
G 120 of 268 ~ 44.78%
B 74 of 268 ~ 27.61%

%27.61
%44.78
%27.61

CMYK color model

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

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(38,0,38,53)
C38M0Y38K53 
(38%,0%,38%,53%)
(0.38/0.00/0.38/0.53)	

CMYK percentages

%38.33
%0
%38.33
%52.94

Codes

Color #4A784A in popluar color models

4A784A
RGB7412074
HSL120°23.71%38.04%
HSB/HSV120°38.33%47.06%
CMYK38.33%0.00%38.33%
52.94%

Color #4A784A in popluar number systems.

HEX4A784A
Decimal7412074
Binary100101011110001001010
Octal112170112

Shades and tints

Shades of #4A784A

#4A784A
(74,120,74)
#446E44
(68,110,68)
#3E643E
(62,100,62)
#385A38
(56,90,56)
#325032
(50,80,50)
#2C462C
(44,70,44)
#263C26
(38,60,38)
#203220
(32,50,32)
#1A281A
(26,40,26)
#141E14
(20,30,20)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #4A784A

#4A784A
(74,120,74)
#5A845A
(90,132,90)
#6A906A
(106,144,106)
#7A9C7A
(122,156,122)
#8AA88A
(138,168,138)
#9AB49A
(154,180,154)
#AAC0AA
(170,192,170)
#BACCBA
(186,204,186)
#CAD8CA
(202,216,202)
#DAE4DA
(218,228,218)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A784A; }

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

This text font color is #4A784A.


Background Color

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

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

This div background color is #4A784A.


Border color

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

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

This div border color is #4A784A.


Opacity

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

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

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

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

This text has shadow with #4A784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A784A on black background.


Color preview on white background

This text has color #4A784A on white background.



Black color preview on #4A784A background

This text has black color on #4A784A background.


White color preview on #4A784A background

This text has white color on #4A784A background.