COLOR #48BD6A

HEX: #48BD6A RGB: (72,189,106)

Color info

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

RGB color model

#48BD6A color RGB value is (72,189,106).

RGB: (72,189,106) (28%, 74%, 42%)

RGB channels and saturation

R 72 of 255 = 28%
G 189 of 255 = 74%
B 106 of 255 = 42%

72
189
106

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

Portions of RGB colors in percentages

R + G + B = 72 + 189 + 106 = 367 (100%)
R 72 of 367 ~ 19.62%
G 189 of 367 ~ 51.5%
B 106 of 367 ~ 28.88'%

%19.62
%51.5
%28.88

CMYK color model

#48BD6A color CMYK value is (62,0,44,26).

  • cyan value is 61.90%
  • magenta value is 0.00%
  • yellow value is 43.92%
  • key color value is 25.88%
CMYK: (62,0,44,26) C62M0Y44K26 (62%,0%,44%,26%) (0.62/0.00/0.44/0.26) 

CMYK percentages

%61.9
%0
%43.92
%25.88

Codes

Color #48BD6A in popluar color models

48 BD 6A
RGB 72 189 106
HSL 137° 46.99% 51.18%
HSB/HSV 137° 61.90% 74.12%
CMYK 61.90% 0.00% 43.92%
25.88%

Color #48BD6A in popluar number systems.

HEX 48 BD 6A
Decimal 72 189 106
Binary 1001000 10111101 1101010
Octal 110 275 152

Shades and tints

Shades of #48BD6A

#48BD6A
(72,189,106)
#42AC61
(66,172,97)
#3C9B58
(60,155,88)
#368A4F
(54,138,79)
#307946
(48,121,70)
#2A683D
(42,104,61)
#245734
(36,87,52)
#1E462B
(30,70,43)
#183522
(24,53,34)
#122419
(18,36,25)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #48BD6A

#48BD6A
(72,189,106)
#58C377
(88,195,119)
#68C984
(104,201,132)
#78CF91
(120,207,145)
#88D59E
(136,213,158)
#98DBAB
(152,219,171)
#A8E1B8
(168,225,184)
#B8E7C5
(184,231,197)
#C8EDD2
(200,237,210)
#D8F3DF
(216,243,223)
#E8F9EC
(232,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BD6A color. Also use rgb(72,189,106) instead hex code.

Text Font Color

.myTextColor { color: #48BD6A; }

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

This text font color is #48BD6A.

Background Color

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

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

This div background color is #48BD6A.

Border color

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

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

This div border color is #48BD6A.

Opacity

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

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

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

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

This text has shadow with #48BD6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48BD6A.

Preview

Color preview on black background

This text has color #48BD6A on black background.


Color preview on white background

This text has color #48BD6A on white background.


Black color preview on #48BD6A background

This text has black color on #48BD6A background.


White color preview on #48BD6A background

This text has white color on #48BD6A background.


Related colors

Complementary color

Complementary color for #hex is #B74295.


I love getcolorcode.com

Triadic colors

1 #6A48BD and #BD6A48 with #48BD6A are triadic colors.

2 #6ABD48 and #BD486A with #48BD6A are triadic colors.