COLOR #4A8734

HEX: #4A8734
RGB: (74,135,52)

Color info

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

RGB color model

#4A8734 color RGB value is (74,135,52).

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

RGB channels and saturation

R 74 of 255 = 29%
G 135 of 255 = 53%
B 52 of 255 = 20%

74
135
52

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

Portions of RGB colors in percentages

R + G + B =
74 + 135 + 52 = 261 (100%)
R 74 of 261 ~ 28.35%
G 135 of 261 ~ 51.72%
B 52 of 261 ~ 19.92%

%28.35
%51.72
%19.92

CMYK color model

#4A8734 color CMYK value is (45,0,61,47).

  • cyan value is 45.19%
  • magenta value is 0.00%
  • yellow value is 61.48%
  • key color value is 47.06%
CMYK:
(45,0,61,47)
C45M0Y61K47 
(45%,0%,61%,47%)
(0.45/0.00/0.61/0.47)	

CMYK percentages

%45.19
%0
%61.48
%47.06

Codes

Color #4A8734 in popluar color models

4A8734
RGB7413552
HSL104°44.39%36.67%
HSB/HSV104°61.48%52.94%
CMYK45.19%0.00%61.48%
47.06%

Color #4A8734 in popluar number systems.

HEX4A8734
Decimal7413552
Binary100101010000111110100
Octal11220764

Shades and tints

Shades of #4A8734

#4A8734
(74,135,52)
#447B30
(68,123,48)
#3E6F2C
(62,111,44)
#386328
(56,99,40)
#325724
(50,87,36)
#2C4B20
(44,75,32)
#263F1C
(38,63,28)
#203318
(32,51,24)
#1A2714
(26,39,20)
#141B10
(20,27,16)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #4A8734

#4A8734
(74,135,52)
#5A9146
(90,145,70)
#6A9B58
(106,155,88)
#7AA56A
(122,165,106)
#8AAF7C
(138,175,124)
#9AB98E
(154,185,142)
#AAC3A0
(170,195,160)
#BACDB2
(186,205,178)
#CAD7C4
(202,215,196)
#DAE1D6
(218,225,214)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8734; }

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

This text font color is #4A8734.


Background Color

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

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

This div background color is #4A8734.


Border color

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

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

This div border color is #4A8734.


Opacity

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

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

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

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

This text has shadow with #4A8734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8734 on black background.


Color preview on white background

This text has color #4A8734 on white background.



Black color preview on #4A8734 background

This text has black color on #4A8734 background.


White color preview on #4A8734 background

This text has white color on #4A8734 background.