COLOR #48A356

HEX: #48A356
RGB: (72,163,86)

Color info

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

RGB color model

#48A356 color RGB value is (72,163,86).

  • red value is 72;
  • green value is 163;
  • blue value is 86.
RGB:
(72,163,86)
(28%,64%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 163 of 255 = 64%
B 86 of 255 = 34%

72
163
86

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

Portions of RGB colors in percentages

R + G + B =
72 + 163 + 86 = 321 (100%)
R 72 of 321 ~ 22.43%
G 163 of 321 ~ 50.78%
B 86 of 321 ~ 26.79%

%22.43
%50.78
%26.79

CMYK color model

#48A356 color CMYK value is (56,0,47,36).

  • cyan value is 55.83%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 36.08%
CMYK:
(56,0,47,36)
C56M0Y47K36 
(56%,0%,47%,36%)
(0.56/0.00/0.47/0.36)	

CMYK percentages

%55.83
%0
%47.24
%36.08

Codes

Color #48A356 in popluar color models

48A356
RGB7216386
HSL129°38.72%46.08%
HSB/HSV129°55.83%63.92%
CMYK55.83%0.00%47.24%
36.08%

Color #48A356 in popluar number systems.

HEX48A356
Decimal7216386
Binary1001000101000111010110
Octal110243126

Shades and tints

Shades of #48A356

#48A356
(72,163,86)
#42954F
(66,149,79)
#3C8748
(60,135,72)
#367941
(54,121,65)
#306B3A
(48,107,58)
#2A5D33
(42,93,51)
#244F2C
(36,79,44)
#1E4125
(30,65,37)
#18331E
(24,51,30)
#122517
(18,37,23)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #48A356

#48A356
(72,163,86)
#58AB65
(88,171,101)
#68B374
(104,179,116)
#78BB83
(120,187,131)
#88C392
(136,195,146)
#98CBA1
(152,203,161)
#A8D3B0
(168,211,176)
#B8DBBF
(184,219,191)
#C8E3CE
(200,227,206)
#D8EBDD
(216,235,221)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A356 color. Also use rgb(72,163,86) instead hex code.

Text Font Color

.myTextColor { color: #48A356; }

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

This text font color is #48A356.


Background Color

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

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

This div background color is #48A356.


Border color

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

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

This div border color is #48A356.


Opacity

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

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

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

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

This text has shadow with #48A356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A356 on black background.


Color preview on white background

This text has color #48A356 on white background.



Black color preview on #48A356 background

This text has black color on #48A356 background.


White color preview on #48A356 background

This text has white color on #48A356 background.