COLOR #4A8F52

HEX: #4A8F52
RGB: (74,143,82)

Color info

#4A8F52 contains mainly green color. Web safe color of #4A8F52 is #339966 (or #396).

RGB color model

#4A8F52 color RGB value is (74,143,82).

  • red value is 74;
  • green value is 143;
  • blue value is 82.
RGB:
(74,143,82)
(29%,56%,32%)

RGB channels and saturation

R 74 of 255 = 29%
G 143 of 255 = 56%
B 82 of 255 = 32%

74
143
82

R + G + B ~ 39%. #4A8F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 143 + 82 = 299 (100%)
R 74 of 299 ~ 24.75%
G 143 of 299 ~ 47.83%
B 82 of 299 ~ 27.42%

%24.75
%47.83
%27.42

CMYK color model

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

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%
CMYK:
(48,0,43,44)
C48M0Y43K44 
(48%,0%,43%,44%)
(0.48/0.00/0.43/0.44)	

CMYK percentages

%48.25
%0
%42.66
%43.92

Codes

Color #4A8F52 in popluar color models

4A8F52
RGB7414382
HSL127°31.80%42.55%
HSB/HSV127°48.25%56.08%
CMYK48.25%0.00%42.66%
43.92%

Color #4A8F52 in popluar number systems.

HEX4A8F52
Decimal7414382
Binary1001010100011111010010
Octal112217122

Shades and tints

Shades of #4A8F52

#4A8F52
(74,143,82)
#44824B
(68,130,75)
#3E7544
(62,117,68)
#38683D
(56,104,61)
#325B36
(50,91,54)
#2C4E2F
(44,78,47)
#264128
(38,65,40)
#203421
(32,52,33)
#1A271A
(26,39,26)
#141A13
(20,26,19)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #4A8F52

#4A8F52
(74,143,82)
#5A9961
(90,153,97)
#6AA370
(106,163,112)
#7AAD7F
(122,173,127)
#8AB78E
(138,183,142)
#9AC19D
(154,193,157)
#AACBAC
(170,203,172)
#BAD5BB
(186,213,187)
#CADFCA
(202,223,202)
#DAE9D9
(218,233,217)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8F52 color. Also use rgb(74,143,82) instead hex code.

Text Font Color

.myTextColor { color: #4A8F52; }

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

This text font color is #4A8F52.


Background Color

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

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

This div background color is #4A8F52.


Border color

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

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

This div border color is #4A8F52.


Opacity

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

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

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

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

This text has shadow with #4A8F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8F52 on black background.


Color preview on white background

This text has color #4A8F52 on white background.



Black color preview on #4A8F52 background

This text has black color on #4A8F52 background.


White color preview on #4A8F52 background

This text has white color on #4A8F52 background.