COLOR #4A893B

HEX: #4A893B
RGB: (74,137,59)

Color info

#4A893B contains mainly green color. Web safe color of #4A893B is #339933 (or #393).

RGB color model

#4A893B color RGB value is (74,137,59).

  • red value is 74;
  • green value is 137;
  • blue value is 59.
RGB:
(74,137,59)
(29%,54%,23%)

RGB channels and saturation

R 74 of 255 = 29%
G 137 of 255 = 54%
B 59 of 255 = 23%

74
137
59

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

Portions of RGB colors in percentages

R + G + B =
74 + 137 + 59 = 270 (100%)
R 74 of 270 ~ 27.41%
G 137 of 270 ~ 50.74%
B 59 of 270 ~ 21.85%

%27.41
%50.74
%21.85

CMYK color model

#4A893B color CMYK value is (46,0,57,46).

  • cyan value is 45.99%
  • magenta value is 0.00%
  • yellow value is 56.93%
  • key color value is 46.27%
CMYK:
(46,0,57,46)
C46M0Y57K46 
(46%,0%,57%,46%)
(0.46/0.00/0.57/0.46)	

CMYK percentages

%45.99
%0
%56.93
%46.27

Codes

Color #4A893B in popluar color models

4A893B
RGB7413759
HSL108°39.80%38.43%
HSB/HSV108°56.93%53.73%
CMYK45.99%0.00%56.93%
46.27%

Color #4A893B in popluar number systems.

HEX4A893B
Decimal7413759
Binary100101010001001111011
Octal11221173

Shades and tints

Shades of #4A893B

#4A893B
(74,137,59)
#447D36
(68,125,54)
#3E7131
(62,113,49)
#38652C
(56,101,44)
#325927
(50,89,39)
#2C4D22
(44,77,34)
#26411D
(38,65,29)
#203518
(32,53,24)
#1A2913
(26,41,19)
#141D0E
(20,29,14)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #4A893B

#4A893B
(74,137,59)
#5A934C
(90,147,76)
#6A9D5D
(106,157,93)
#7AA76E
(122,167,110)
#8AB17F
(138,177,127)
#9ABB90
(154,187,144)
#AAC5A1
(170,197,161)
#BACFB2
(186,207,178)
#CAD9C3
(202,217,195)
#DAE3D4
(218,227,212)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A893B; }

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

This text font color is #4A893B.


Background Color

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

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

This div background color is #4A893B.


Border color

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

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

This div border color is #4A893B.


Opacity

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

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

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

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

This text has shadow with #4A893B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A893B on black background.


Color preview on white background

This text has color #4A893B on white background.



Black color preview on #4A893B background

This text has black color on #4A893B background.


White color preview on #4A893B background

This text has white color on #4A893B background.