COLOR #4A8252

HEX: #4A8252
RGB: (74,130,82)

Color info

#4A8252 contains red, green and blue colors in about the same proportion. Web safe color of #4A8252 is #339966 (or #396).

RGB color model

#4A8252 color RGB value is (74,130,82).

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

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 82 of 255 = 32%

74
130
82

R + G + B ~ 37%. #4A8252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 130 + 82 = 286 (100%)
R 74 of 286 ~ 25.87%
G 130 of 286 ~ 45.45%
B 82 of 286 ~ 28.67%

%25.87
%45.45
%28.67

CMYK color model

#4A8252 color CMYK value is (43,0,37,49).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 49.02%
CMYK: (43,0,37,49) C43M0Y37K49 (43%,0%,37%,49%) (0.43/0.00/0.37/0.49)

CMYK percentages

%43.08
%0
%36.92
%49.02

Codes

Color #4A8252 in popluar color models

4A8252
RGB7413082
HSL129°27.45%40.00%
HSB/HSV129°43.08%50.98%
CMYK43.08%0.00%36.92%
49.02%

Color #4A8252 in popluar number systems.

HEX4A8252
Decimal7413082
Binary1001010100000101010010
Octal112202122

Shades and tints

Shades of #4A8252

#4A8252
(74,130,82)
#44774B
(68,119,75)
#3E6C44
(62,108,68)
#38613D
(56,97,61)
#325636
(50,86,54)
#2C4B2F
(44,75,47)
#264028
(38,64,40)
#203521
(32,53,33)
#1A2A1A
(26,42,26)
#141F13
(20,31,19)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #4A8252

#4A8252
(74,130,82)
#5A8D61
(90,141,97)
#6A9870
(106,152,112)
#7AA37F
(122,163,127)
#8AAE8E
(138,174,142)
#9AB99D
(154,185,157)
#AAC4AC
(170,196,172)
#BACFBB
(186,207,187)
#CADACA
(202,218,202)
#DAE5D9
(218,229,217)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8252; }

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

This text font color is #4A8252.


Background Color

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

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

This div background color is #4A8252.


Border color

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

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

This div border color is #4A8252.


Opacity

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

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

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

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

This text has shadow with #4A8252 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A8252 on black background.


Color preview on white background

This text has color #4A8252 on white background.



Black color preview on #4A8252 background

This text has black color on #4A8252 background.


White color preview on #4A8252 background

This text has white color on #4A8252 background.