COLOR #4A8546

HEX: #4A8546
RGB: (74,133,70)

Color info

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

RGB color model

#4A8546 color RGB value is (74,133,70).

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

RGB channels and saturation

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

74
133
70

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

Portions of RGB colors in percentages

R + G + B =
74 + 133 + 70 = 277 (100%)
R 74 of 277 ~ 26.71%
G 133 of 277 ~ 48.01%
B 70 of 277 ~ 25.27%

%26.71
%48.01
%25.27

CMYK color model

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

  • cyan value is 44.36%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 47.84%
CMYK:
(44,0,47,48)
C44M0Y47K48 
(44%,0%,47%,48%)
(0.44/0.00/0.47/0.48)	

CMYK percentages

%44.36
%0
%47.37
%47.84

Codes

Color #4A8546 in popluar color models

4A8546
RGB7413370
HSL116°31.03%39.80%
HSB/HSV116°47.37%52.16%
CMYK44.36%0.00%47.37%
47.84%

Color #4A8546 in popluar number systems.

HEX4A8546
Decimal7413370
Binary1001010100001011000110
Octal112205106

Shades and tints

Shades of #4A8546

#4A8546
(74,133,70)
#447940
(68,121,64)
#3E6D3A
(62,109,58)
#386134
(56,97,52)
#32552E
(50,85,46)
#2C4928
(44,73,40)
#263D22
(38,61,34)
#20311C
(32,49,28)
#1A2516
(26,37,22)
#141910
(20,25,16)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A8546

#4A8546
(74,133,70)
#5A9056
(90,144,86)
#6A9B66
(106,155,102)
#7AA676
(122,166,118)
#8AB186
(138,177,134)
#9ABC96
(154,188,150)
#AAC7A6
(170,199,166)
#BAD2B6
(186,210,182)
#CADDC6
(202,221,198)
#DAE8D6
(218,232,214)
#EAF3E6
(234,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8546; }

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

This text font color is #4A8546.


Background Color

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

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

This div background color is #4A8546.


Border color

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

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

This div border color is #4A8546.


Opacity

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

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

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

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

This text has shadow with #4A8546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8546 on black background.


Color preview on white background

This text has color #4A8546 on white background.



Black color preview on #4A8546 background

This text has black color on #4A8546 background.


White color preview on #4A8546 background

This text has white color on #4A8546 background.