COLOR #48A25A

HEX: #48A25A
RGB: (72,162,90)

Color info

#48A25A contains mainly green color. Web safe color of #48A25A is #339966 (or #396).

RGB color model

#48A25A color RGB value is (72,162,90).

  • red value is 72;
  • green value is 162;
  • blue value is 90.
RGB:
(72,162,90)
(28%,64%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 162 of 255 = 64%
B 90 of 255 = 35%

72
162
90

R + G + B ~ 42%. #48A25A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 162 + 90 = 324 (100%)
R 72 of 324 ~ 22.22%
G 162 of 324 ~ 50%
B 90 of 324 ~ 27.78%

%22.22
%50
%27.78

CMYK color model

#48A25A color CMYK value is (56,0,44,36).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 36.47%
CMYK:
(56,0,44,36)
C56M0Y44K36 
(56%,0%,44%,36%)
(0.56/0.00/0.44/0.36)	

CMYK percentages

%55.56
%0
%44.44
%36.47

Codes

Color #48A25A in popluar color models

48A25A
RGB7216290
HSL132°38.46%45.88%
HSB/HSV132°55.56%63.53%
CMYK55.56%0.00%44.44%
36.47%

Color #48A25A in popluar number systems.

HEX48A25A
Decimal7216290
Binary1001000101000101011010
Octal110242132

Shades and tints

Shades of #48A25A

#48A25A
(72,162,90)
#429452
(66,148,82)
#3C864A
(60,134,74)
#367842
(54,120,66)
#306A3A
(48,106,58)
#2A5C32
(42,92,50)
#244E2A
(36,78,42)
#1E4022
(30,64,34)
#18321A
(24,50,26)
#122412
(18,36,18)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #48A25A

#48A25A
(72,162,90)
#58AA69
(88,170,105)
#68B278
(104,178,120)
#78BA87
(120,186,135)
#88C296
(136,194,150)
#98CAA5
(152,202,165)
#A8D2B4
(168,210,180)
#B8DAC3
(184,218,195)
#C8E2D2
(200,226,210)
#D8EAE1
(216,234,225)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A25A color. Also use rgb(72,162,90) instead hex code.

Text Font Color

.myTextColor { color: #48A25A; }

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

This text font color is #48A25A.


Background Color

.myBgColor { background-color: #48A25A; }

<div style="background-color:#48A25A">Inner text</div>

This div background color is #48A25A.


Border color

.myBorderColor { border: 1px solid #48A25A; }

<div style="border:3px solid #48A25A">Div</div>

This div border color is #48A25A.


Opacity

.myOpacity80 { color: #48A25A; opacity: 0.8; }

<p style="color:#48A25A;opacity:0.8;">80%</p>

Text with #48A25A 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 #48A25A;}

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

This text has shadow with #48A25A color.

.textShadow {text-shadow: 3px 3px 1px #48A25A, 3px 3px 1px red;}

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

This text has shadow with #48A25A primary color and red secondary color.


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

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

This text has shadow with #48A25A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A25A on black background.


Color preview on white background

This text has color #48A25A on white background.



Black color preview on #48A25A background

This text has black color on #48A25A background.


White color preview on #48A25A background

This text has white color on #48A25A background.