COLOR #48AF3B

HEX: #48AF3B
RGB: (72,175,59)

Color info

#48AF3B contains mainly green color. Web safe color of #48AF3B is #339933 (or #393).

RGB color model

#48AF3B color RGB value is (72,175,59).

  • red value is 72;
  • green value is 175;
  • blue value is 59.
RGB:
(72,175,59)
(28%,69%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 175 of 255 = 69%
B 59 of 255 = 23%

72
175
59

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

Portions of RGB colors in percentages

R + G + B =
72 + 175 + 59 = 306 (100%)
R 72 of 306 ~ 23.53%
G 175 of 306 ~ 57.19%
B 59 of 306 ~ 19.28%

%23.53
%57.19
%19.28

CMYK color model

#48AF3B color CMYK value is (59,0,66,31).

  • cyan value is 58.86%
  • magenta value is 0.00%
  • yellow value is 66.29%
  • key color value is 31.37%
CMYK:
(59,0,66,31)
C59M0Y66K31 
(59%,0%,66%,31%)
(0.59/0.00/0.66/0.31)	

CMYK percentages

%58.86
%0
%66.29
%31.37

Codes

Color #48AF3B in popluar color models

48AF3B
RGB7217559
HSL113°49.57%45.88%
HSB/HSV113°66.29%68.63%
CMYK58.86%0.00%66.29%
31.37%

Color #48AF3B in popluar number systems.

HEX48AF3B
Decimal7217559
Binary100100010101111111011
Octal11025773

Shades and tints

Shades of #48AF3B

#48AF3B
(72,175,59)
#42A036
(66,160,54)
#3C9131
(60,145,49)
#36822C
(54,130,44)
#307327
(48,115,39)
#2A6422
(42,100,34)
#24551D
(36,85,29)
#1E4618
(30,70,24)
#183713
(24,55,19)
#12280E
(18,40,14)
#0C1909
(12,25,9)
#000000
(0,0,0)

Tints of #48AF3B

#48AF3B
(72,175,59)
#58B64C
(88,182,76)
#68BD5D
(104,189,93)
#78C46E
(120,196,110)
#88CB7F
(136,203,127)
#98D290
(152,210,144)
#A8D9A1
(168,217,161)
#B8E0B2
(184,224,178)
#C8E7C3
(200,231,195)
#D8EED4
(216,238,212)
#E8F5E5
(232,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AF3B color. Also use rgb(72,175,59) instead hex code.

Text Font Color

.myTextColor { color: #48AF3B; }

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

This text font color is #48AF3B.


Background Color

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

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

This div background color is #48AF3B.


Border color

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

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

This div border color is #48AF3B.


Opacity

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

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

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

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

This text has shadow with #48AF3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AF3B on black background.


Color preview on white background

This text has color #48AF3B on white background.



Black color preview on #48AF3B background

This text has black color on #48AF3B background.


White color preview on #48AF3B background

This text has white color on #48AF3B background.