COLOR #48BA58

HEX: #48BA58
RGB: (72,186,88)

Color info

#48BA58 contains mainly green color. Web safe color of #48BA58 is #33CC66 (or #3C6).

RGB color model

#48BA58 color RGB value is (72,186,88).

  • red value is 72;
  • green value is 186;
  • blue value is 88.
RGB:
(72,186,88)
(28%,73%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 186 of 255 = 73%
B 88 of 255 = 35%

72
186
88

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

Portions of RGB colors in percentages

R + G + B =
72 + 186 + 88 = 346 (100%)
R 72 of 346 ~ 20.81%
G 186 of 346 ~ 53.76%
B 88 of 346 ~ 25.43%

%20.81
%53.76
%25.43

CMYK color model

#48BA58 color CMYK value is (61,0,53,27).

  • cyan value is 61.29%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 27.06%
CMYK:
(61,0,53,27)
C61M0Y53K27 
(61%,0%,53%,27%)
(0.61/0.00/0.53/0.27)	

CMYK percentages

%61.29
%0
%52.69
%27.06

Codes

Color #48BA58 in popluar color models

48BA58
RGB7218688
HSL128°45.24%50.59%
HSB/HSV128°61.29%72.94%
CMYK61.29%0.00%52.69%
27.06%

Color #48BA58 in popluar number systems.

HEX48BA58
Decimal7218688
Binary1001000101110101011000
Octal110272130

Shades and tints

Shades of #48BA58

#48BA58
(72,186,88)
#42AA50
(66,170,80)
#3C9A48
(60,154,72)
#368A40
(54,138,64)
#307A38
(48,122,56)
#2A6A30
(42,106,48)
#245A28
(36,90,40)
#1E4A20
(30,74,32)
#183A18
(24,58,24)
#122A10
(18,42,16)
#0C1A08
(12,26,8)
#000000
(0,0,0)

Tints of #48BA58

#48BA58
(72,186,88)
#58C067
(88,192,103)
#68C676
(104,198,118)
#78CC85
(120,204,133)
#88D294
(136,210,148)
#98D8A3
(152,216,163)
#A8DEB2
(168,222,178)
#B8E4C1
(184,228,193)
#C8EAD0
(200,234,208)
#D8F0DF
(216,240,223)
#E8F6EE
(232,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BA58 color. Also use rgb(72,186,88) instead hex code.

Text Font Color

.myTextColor { color: #48BA58; }

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

This text font color is #48BA58.


Background Color

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

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

This div background color is #48BA58.


Border color

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

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

This div border color is #48BA58.


Opacity

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

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

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

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

This text has shadow with #48BA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48BA58 on black background.


Color preview on white background

This text has color #48BA58 on white background.



Black color preview on #48BA58 background

This text has black color on #48BA58 background.


White color preview on #48BA58 background

This text has white color on #48BA58 background.