COLOR #48A757

HEX: #48A757
RGB: (72,167,87)

Color info

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

RGB color model

#48A757 color RGB value is (72,167,87).

  • red value is 72;
  • green value is 167;
  • blue value is 87.
RGB:
(72,167,87)
(28%,65%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 167 of 255 = 65%
B 87 of 255 = 34%

72
167
87

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

Portions of RGB colors in percentages

R + G + B =
72 + 167 + 87 = 326 (100%)
R 72 of 326 ~ 22.09%
G 167 of 326 ~ 51.23%
B 87 of 326 ~ 26.69%

%22.09
%51.23
%26.69

CMYK color model

#48A757 color CMYK value is (57,0,48,35).

  • cyan value is 56.89%
  • magenta value is 0.00%
  • yellow value is 47.90%
  • key color value is 34.51%
CMYK:
(57,0,48,35)
C57M0Y48K35 
(57%,0%,48%,35%)
(0.57/0.00/0.48/0.35)	

CMYK percentages

%56.89
%0
%47.9
%34.51

Codes

Color #48A757 in popluar color models

48A757
RGB7216787
HSL129°39.75%46.86%
HSB/HSV129°56.89%65.49%
CMYK56.89%0.00%47.90%
34.51%

Color #48A757 in popluar number systems.

HEX48A757
Decimal7216787
Binary1001000101001111010111
Octal110247127

Shades and tints

Shades of #48A757

#48A757
(72,167,87)
#429850
(66,152,80)
#3C8949
(60,137,73)
#367A42
(54,122,66)
#306B3B
(48,107,59)
#2A5C34
(42,92,52)
#244D2D
(36,77,45)
#1E3E26
(30,62,38)
#182F1F
(24,47,31)
#122018
(18,32,24)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #48A757

#48A757
(72,167,87)
#58AF66
(88,175,102)
#68B775
(104,183,117)
#78BF84
(120,191,132)
#88C793
(136,199,147)
#98CFA2
(152,207,162)
#A8D7B1
(168,215,177)
#B8DFC0
(184,223,192)
#C8E7CF
(200,231,207)
#D8EFDE
(216,239,222)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48A757; }

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

This text font color is #48A757.


Background Color

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

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

This div background color is #48A757.


Border color

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

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

This div border color is #48A757.


Opacity

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

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

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

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

This text has shadow with #48A757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A757 on black background.


Color preview on white background

This text has color #48A757 on white background.



Black color preview on #48A757 background

This text has black color on #48A757 background.


White color preview on #48A757 background

This text has white color on #48A757 background.