COLOR #4A8337

HEX: #4A8337
RGB: (74,131,55)

Color info

#4A8337 contains mainly red and green colors. Web safe color of #4A8337 is #339933 (or #393).

RGB color model

#4A8337 color RGB value is (74,131,55).

  • red value is 74;
  • green value is 131;
  • blue value is 55.
RGB:
(74,131,55)
(29%,51%,22%)

RGB channels and saturation

R 74 of 255 = 29%
G 131 of 255 = 51%
B 55 of 255 = 22%

74
131
55

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

Portions of RGB colors in percentages

R + G + B =
74 + 131 + 55 = 260 (100%)
R 74 of 260 ~ 28.46%
G 131 of 260 ~ 50.38%
B 55 of 260 ~ 21.15%

%28.46
%50.38
%21.15

CMYK color model

#4A8337 color CMYK value is (44,0,58,49).

  • cyan value is 43.51%
  • magenta value is 0.00%
  • yellow value is 58.02%
  • key color value is 48.63%
CMYK:
(44,0,58,49)
C44M0Y58K49 
(44%,0%,58%,49%)
(0.44/0.00/0.58/0.49)	

CMYK percentages

%43.51
%0
%58.02
%48.63

Codes

Color #4A8337 in popluar color models

4A8337
RGB7413155
HSL105°40.86%36.47%
HSB/HSV105°58.02%51.37%
CMYK43.51%0.00%58.02%
48.63%

Color #4A8337 in popluar number systems.

HEX4A8337
Decimal7413155
Binary100101010000011110111
Octal11220367

Shades and tints

Shades of #4A8337

#4A8337
(74,131,55)
#447832
(68,120,50)
#3E6D2D
(62,109,45)
#386228
(56,98,40)
#325723
(50,87,35)
#2C4C1E
(44,76,30)
#264119
(38,65,25)
#203614
(32,54,20)
#1A2B0F
(26,43,15)
#14200A
(20,32,10)
#0E1505
(14,21,5)
#000000
(0,0,0)

Tints of #4A8337

#4A8337
(74,131,55)
#5A8E49
(90,142,73)
#6A995B
(106,153,91)
#7AA46D
(122,164,109)
#8AAF7F
(138,175,127)
#9ABA91
(154,186,145)
#AAC5A3
(170,197,163)
#BAD0B5
(186,208,181)
#CADBC7
(202,219,199)
#DAE6D9
(218,230,217)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8337; }

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

This text font color is #4A8337.


Background Color

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

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

This div background color is #4A8337.


Border color

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

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

This div border color is #4A8337.


Opacity

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

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

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

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

This text has shadow with #4A8337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8337 on black background.


Color preview on white background

This text has color #4A8337 on white background.



Black color preview on #4A8337 background

This text has black color on #4A8337 background.


White color preview on #4A8337 background

This text has white color on #4A8337 background.