COLOR #4A8545

HEX: #4A8545
RGB: (74,133,69)

Color info

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

RGB color model

#4A8545 color RGB value is (74,133,69).

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

RGB channels and saturation

R 74 of 255 = 29%
G 133 of 255 = 52%
B 69 of 255 = 27%

74
133
69

R + G + B ~ 36%. #4A8545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 133 + 69 = 276 (100%)
R 74 of 276 ~ 26.81%
G 133 of 276 ~ 48.19%
B 69 of 276 ~ 25%

%26.81
%48.19
%25

CMYK color model

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

  • cyan value is 44.36%
  • magenta value is 0.00%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(44,0,48,48)
C44M0Y48K48 
(44%,0%,48%,48%)
(0.44/0.00/0.48/0.48)	

CMYK percentages

%44.36
%0
%48.12
%47.84

Codes

Color #4A8545 in popluar color models

4A8545
RGB7413369
HSL115°31.68%39.61%
HSB/HSV115°48.12%52.16%
CMYK44.36%0.00%48.12%
47.84%

Color #4A8545 in popluar number systems.

HEX4A8545
Decimal7413369
Binary1001010100001011000101
Octal112205105

Shades and tints

Shades of #4A8545

#4A8545
(74,133,69)
#44793F
(68,121,63)
#3E6D39
(62,109,57)
#386133
(56,97,51)
#32552D
(50,85,45)
#2C4927
(44,73,39)
#263D21
(38,61,33)
#20311B
(32,49,27)
#1A2515
(26,37,21)
#14190F
(20,25,15)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A8545

#4A8545
(74,133,69)
#5A9055
(90,144,85)
#6A9B65
(106,155,101)
#7AA675
(122,166,117)
#8AB185
(138,177,133)
#9ABC95
(154,188,149)
#AAC7A5
(170,199,165)
#BAD2B5
(186,210,181)
#CADDC5
(202,221,197)
#DAE8D5
(218,232,213)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8545; }

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

This text font color is #4A8545.


Background Color

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

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

This div background color is #4A8545.


Border color

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

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

This div border color is #4A8545.


Opacity

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

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

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

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

This text has shadow with #4A8545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8545 on black background.


Color preview on white background

This text has color #4A8545 on white background.



Black color preview on #4A8545 background

This text has black color on #4A8545 background.


White color preview on #4A8545 background

This text has white color on #4A8545 background.