COLOR #4A774A

HEX: #4A774A
RGB: (74,119,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
119
74

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

Portions of RGB colors in percentages

R + G + B =
74 + 119 + 74 = 267 (100%)
R 74 of 267 ~ 27.72%
G 119 of 267 ~ 44.57%
B 74 of 267 ~ 27.72%

%27.72
%44.57
%27.72

CMYK color model

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

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

CMYK percentages

%37.82
%0
%37.82
%53.33

Codes

Color #4A774A in popluar color models

4A774A
RGB7411974
HSL120°23.32%37.84%
HSB/HSV120°37.82%46.67%
CMYK37.82%0.00%37.82%
53.33%

Color #4A774A in popluar number systems.

HEX4A774A
Decimal7411974
Binary100101011101111001010
Octal112167112

Shades and tints

Shades of #4A774A

#4A774A
(74,119,74)
#446D44
(68,109,68)
#3E633E
(62,99,62)
#385938
(56,89,56)
#324F32
(50,79,50)
#2C452C
(44,69,44)
#263B26
(38,59,38)
#203120
(32,49,32)
#1A271A
(26,39,26)
#141D14
(20,29,20)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #4A774A

#4A774A
(74,119,74)
#5A835A
(90,131,90)
#6A8F6A
(106,143,106)
#7A9B7A
(122,155,122)
#8AA78A
(138,167,138)
#9AB39A
(154,179,154)
#AABFAA
(170,191,170)
#BACBBA
(186,203,186)
#CAD7CA
(202,215,202)
#DAE3DA
(218,227,218)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A774A; }

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

This text font color is #4A774A.


Background Color

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

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

This div background color is #4A774A.


Border color

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

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

This div border color is #4A774A.


Opacity

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

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

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

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

This text has shadow with #4A774A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A774A on black background.


Color preview on white background

This text has color #4A774A on white background.



Black color preview on #4A774A background

This text has black color on #4A774A background.


White color preview on #4A774A background

This text has white color on #4A774A background.