COLOR #4A8527

HEX: #4A8527
RGB: (74,133,39)

Color info

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

RGB color model

#4A8527 color RGB value is (74,133,39).

  • red value is 74;
  • green value is 133;
  • blue value is 39.
RGB:
(74,133,39)
(29%,52%,15%)

RGB channels and saturation

R 74 of 255 = 29%
G 133 of 255 = 52%
B 39 of 255 = 15%

74
133
39

R + G + B ~ 32%. #4A8527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 133 + 39 = 246 (100%)
R 74 of 246 ~ 30.08%
G 133 of 246 ~ 54.07%
B 39 of 246 ~ 15.85%

%30.08
%54.07
%15.85

CMYK color model

#4A8527 color CMYK value is (44,0,71,48).

  • cyan value is 44.36%
  • magenta value is 0.00%
  • yellow value is 70.68%
  • key color value is 47.84%
CMYK:
(44,0,71,48)
C44M0Y71K48 
(44%,0%,71%,48%)
(0.44/0.00/0.71/0.48)	

CMYK percentages

%44.36
%0
%70.68
%47.84

Codes

Color #4A8527 in popluar color models

4A8527
RGB7413339
HSL98°54.65%33.73%
HSB/HSV98°70.68%52.16%
CMYK44.36%0.00%70.68%
47.84%

Color #4A8527 in popluar number systems.

HEX4A8527
Decimal7413339
Binary100101010000101100111
Octal11220547

Shades and tints

Shades of #4A8527

#4A8527
(74,133,39)
#447924
(68,121,36)
#3E6D21
(62,109,33)
#38611E
(56,97,30)
#32551B
(50,85,27)
#2C4918
(44,73,24)
#263D15
(38,61,21)
#203112
(32,49,18)
#1A250F
(26,37,15)
#14190C
(20,25,12)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A8527

#4A8527
(74,133,39)
#5A903A
(90,144,58)
#6A9B4D
(106,155,77)
#7AA660
(122,166,96)
#8AB173
(138,177,115)
#9ABC86
(154,188,134)
#AAC799
(170,199,153)
#BAD2AC
(186,210,172)
#CADDBF
(202,221,191)
#DAE8D2
(218,232,210)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8527 color. Also use rgb(74,133,39) instead hex code.

Text Font Color

.myTextColor { color: #4A8527; }

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

This text font color is #4A8527.


Background Color

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

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

This div background color is #4A8527.


Border color

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

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

This div border color is #4A8527.


Opacity

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

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

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

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

This text has shadow with #4A8527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8527 on black background.


Color preview on white background

This text has color #4A8527 on white background.



Black color preview on #4A8527 background

This text has black color on #4A8527 background.


White color preview on #4A8527 background

This text has white color on #4A8527 background.