COLOR #4A8057

HEX: #4A8057
RGB: (74,128,87)

Color info

#4A8057 contains red, green and blue colors in about the same proportion. Web safe color of #4A8057 is #336666 (or #366).

RGB color model

#4A8057 color RGB value is (74,128,87).

  • red value is 74;
  • green value is 128;
  • blue value is 87.
RGB:
(74,128,87)
(29%,50%,34%)

RGB channels and saturation

R 74 of 255 = 29%
G 128 of 255 = 50%
B 87 of 255 = 34%

74
128
87

R + G + B ~ 38%. #4A8057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 128 + 87 = 289 (100%)
R 74 of 289 ~ 25.61%
G 128 of 289 ~ 44.29%
B 87 of 289 ~ 30.1%

%25.61
%44.29
%30.1

CMYK color model

#4A8057 color CMYK value is (42,0,32,50).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(42,0,32,50)
C42M0Y32K50 
(42%,0%,32%,50%)
(0.42/0.00/0.32/0.50)	

CMYK percentages

%42.19
%0
%32.03
%49.8

Codes

Color #4A8057 in popluar color models

4A8057
RGB7412887
HSL134°26.73%39.61%
HSB/HSV134°42.19%50.20%
CMYK42.19%0.00%32.03%
49.80%

Color #4A8057 in popluar number systems.

HEX4A8057
Decimal7412887
Binary1001010100000001010111
Octal112200127

Shades and tints

Shades of #4A8057

#4A8057
(74,128,87)
#447550
(68,117,80)
#3E6A49
(62,106,73)
#385F42
(56,95,66)
#32543B
(50,84,59)
#2C4934
(44,73,52)
#263E2D
(38,62,45)
#203326
(32,51,38)
#1A281F
(26,40,31)
#141D18
(20,29,24)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #4A8057

#4A8057
(74,128,87)
#5A8B66
(90,139,102)
#6A9675
(106,150,117)
#7AA184
(122,161,132)
#8AAC93
(138,172,147)
#9AB7A2
(154,183,162)
#AAC2B1
(170,194,177)
#BACDC0
(186,205,192)
#CAD8CF
(202,216,207)
#DAE3DE
(218,227,222)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8057 color. Also use rgb(74,128,87) instead hex code.

Text Font Color

.myTextColor { color: #4A8057; }

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

This text font color is #4A8057.


Background Color

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

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

This div background color is #4A8057.


Border color

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

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

This div border color is #4A8057.


Opacity

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

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

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

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

This text has shadow with #4A8057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8057 on black background.


Color preview on white background

This text has color #4A8057 on white background.



Black color preview on #4A8057 background

This text has black color on #4A8057 background.


White color preview on #4A8057 background

This text has white color on #4A8057 background.