COLOR #4A8334

HEX: #4A8334
RGB: (74,131,52)

Color info

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

RGB color model

#4A8334 color RGB value is (74,131,52).

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

RGB channels and saturation

R 74 of 255 = 29%
G 131 of 255 = 51%
B 52 of 255 = 20%

74
131
52

R + G + B ~ 33%. #4A8334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 131 + 52 = 257 (100%)
R 74 of 257 ~ 28.79%
G 131 of 257 ~ 50.97%
B 52 of 257 ~ 20.23%

%28.79
%50.97
%20.23

CMYK color model

#4A8334 color CMYK value is (44,0,60,49).

  • cyan value is 43.51%
  • magenta value is 0.00%
  • yellow value is 60.31%
  • key color value is 48.63%
CMYK:
(44,0,60,49)
C44M0Y60K49 
(44%,0%,60%,49%)
(0.44/0.00/0.60/0.49)	

CMYK percentages

%43.51
%0
%60.31
%48.63

Codes

Color #4A8334 in popluar color models

4A8334
RGB7413152
HSL103°43.17%35.88%
HSB/HSV103°60.31%51.37%
CMYK43.51%0.00%60.31%
48.63%

Color #4A8334 in popluar number systems.

HEX4A8334
Decimal7413152
Binary100101010000011110100
Octal11220364

Shades and tints

Shades of #4A8334

#4A8334
(74,131,52)
#447830
(68,120,48)
#3E6D2C
(62,109,44)
#386228
(56,98,40)
#325724
(50,87,36)
#2C4C20
(44,76,32)
#26411C
(38,65,28)
#203618
(32,54,24)
#1A2B14
(26,43,20)
#142010
(20,32,16)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #4A8334

#4A8334
(74,131,52)
#5A8E46
(90,142,70)
#6A9958
(106,153,88)
#7AA46A
(122,164,106)
#8AAF7C
(138,175,124)
#9ABA8E
(154,186,142)
#AAC5A0
(170,197,160)
#BAD0B2
(186,208,178)
#CADBC4
(202,219,196)
#DAE6D6
(218,230,214)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8334; }

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

This text font color is #4A8334.


Background Color

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

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

This div background color is #4A8334.


Border color

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

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

This div border color is #4A8334.


Opacity

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

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

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

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

This text has shadow with #4A8334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8334 on black background.


Color preview on white background

This text has color #4A8334 on white background.



Black color preview on #4A8334 background

This text has black color on #4A8334 background.


White color preview on #4A8334 background

This text has white color on #4A8334 background.