COLOR #48AE57

HEX: #48AE57 RGB: (72,174,87)

Color info

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

RGB color model

#48AE57 color RGB value is (72,174,87).

RGB: (72,174,87) (28%, 68%, 34%)

RGB channels and saturation

R 72 of 255 = 28%
G 174 of 255 = 68%
B 87 of 255 = 34%

72
174
87

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

Portions of RGB colors in percentages

R + G + B = 72 + 174 + 87 = 333 (100%)
R 72 of 333 ~ 21.62%
G 174 of 333 ~ 52.25%
B 87 of 333 ~ 26.13'%

%21.62
%52.25
%26.13

CMYK color model

#48AE57 color CMYK value is (59,0,50,32).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 31.76%

CMYK: (59,0,50,32)
C59M0Y50K32 (59%, 0%, 50%, 32%)
(0.59 / 0.00 / 0.50 / 0.32)

CMYK percentages

%58.62
%0
%50
%31.76

Codes

Color #48AE57 in popluar color models

48 AE 57
RGB 72 174 87
HSL 129° 41.46% 48.24%
HSB/HSV 129° 58.62% 68.24%
CMYK 58.62% 0.00% 50.00%
31.76%

Color #48AE57 in popluar number systems.

HEX 48 AE 57
Decimal 72 174 87
Binary 1001000 10101110 1010111
Octal 110 256 127

Shades and tints

Shades of #48AE57

#48AE57
(72,174,87)
#429F50
(66,159,80)
#3C9049
(60,144,73)
#368142
(54,129,66)
#30723B
(48,114,59)
#2A6334
(42,99,52)
#24542D
(36,84,45)
#1E4526
(30,69,38)
#18361F
(24,54,31)
#122718
(18,39,24)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #48AE57

#48AE57
(72,174,87)
#58B566
(88,181,102)
#68BC75
(104,188,117)
#78C384
(120,195,132)
#88CA93
(136,202,147)
#98D1A2
(152,209,162)
#A8D8B1
(168,216,177)
#B8DFC0
(184,223,192)
#C8E6CF
(200,230,207)
#D8EDDE
(216,237,222)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AE57 color. Also use rgb(72,174,87) instead hex code.

Text Font Color

.myTextColor { color: #48AE57; }

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

This text font color is #48AE57.

Background Color

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

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

This div background color is #48AE57.

Border color

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

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

This div border color is #48AE57.

Opacity

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

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

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

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

This text has shadow with #48AE57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48AE57.

Preview

Color preview on black background

This text has color #48AE57 on black background.


Color preview on white background

This text has color #48AE57 on white background.


Black color preview on #48AE57 background

This text has black color on #48AE57 background.


White color preview on #48AE57 background

This text has white color on #48AE57 background.


Related colors

Complementary color

Complementary color for #hex is #B751A8.


I love getcolorcode.com

Triadic colors

1 #5748AE and #AE5748 with #48AE57 are triadic colors.

2 #57AE48 and #AE4857 with #48AE57 are triadic colors.