COLOR #4A7844

HEX: #4A7844
RGB: (74,120,68)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
120
68

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

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 68 = 262 (100%)
R 74 of 262 ~ 28.24%
G 120 of 262 ~ 45.8%
B 68 of 262 ~ 25.95%

%28.24
%45.8
%25.95

CMYK color model

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

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

CMYK percentages

%38.33
%0
%43.33
%52.94

Codes

Color #4A7844 in popluar color models

4A7844
RGB7412068
HSL113°27.66%36.86%
HSB/HSV113°43.33%47.06%
CMYK38.33%0.00%43.33%
52.94%

Color #4A7844 in popluar number systems.

HEX4A7844
Decimal7412068
Binary100101011110001000100
Octal112170104

Shades and tints

Shades of #4A7844

#4A7844
(74,120,68)
#446E3E
(68,110,62)
#3E6438
(62,100,56)
#385A32
(56,90,50)
#32502C
(50,80,44)
#2C4626
(44,70,38)
#263C20
(38,60,32)
#20321A
(32,50,26)
#1A2814
(26,40,20)
#141E0E
(20,30,14)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #4A7844

#4A7844
(74,120,68)
#5A8455
(90,132,85)
#6A9066
(106,144,102)
#7A9C77
(122,156,119)
#8AA888
(138,168,136)
#9AB499
(154,180,153)
#AAC0AA
(170,192,170)
#BACCBB
(186,204,187)
#CAD8CC
(202,216,204)
#DAE4DD
(218,228,221)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7844; }

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

This text font color is #4A7844.


Background Color

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

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

This div background color is #4A7844.


Border color

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

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

This div border color is #4A7844.


Opacity

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

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

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

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

This text has shadow with #4A7844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7844 on black background.


Color preview on white background

This text has color #4A7844 on white background.



Black color preview on #4A7844 background

This text has black color on #4A7844 background.


White color preview on #4A7844 background

This text has white color on #4A7844 background.